COLOR #C4988F

HEX: #C4988F
RGB: (196,152,143)

Renk bilgisi

#C4988F contains red, green and blue colors in about the same proportion. #C4988F ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C4988F color RGB value is (196,152,143).

  • kırmız ton 196;
  • yeşil ton 152;
  • mavi ton 143.
RGB:
(196,152,143)
(77%,60%,56%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 152 of 255 = 60%
B 143 of 255 = 56%

196
152
143

R + G + B ~ 64%. #C4988F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 152 + 143 = 491 (100%)
R 196 of 491 ~ 39.92%
G 152 of 491 ~ 30.96%
B 143 of 491 ~ 29.12%

%39.92
%30.96
%29.12

CMYK RENK MODELİ

#C4988F rengi CMYK tonu (0,22,27,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.45%
  • sarı tonu 27.04%
  • ana renk tonu 23.14%
CMYK:
(0,22,27,23)
C0M22Y27K23 
(0%,22%,27%,23%)
(0.00/0.22/0.27/0.23)	

CMYK yüzdeleri

%0
%22.45
%27.04
%23.14

Codes

Color #C4988F in popluar color models

C4988F
RGB196152143
HSL10°30.99%66.47%
HSB/HSV10°27.04%76.86%
CMYK0.00%22.45%27.04%
23.14%

Color #C4988F in popluar number systems.

HEXC4988F
Decimal196152143
Binary110001001001100010001111
Octal304230217

Shades and tints

Shades of #C4988F

#C4988F
(196,152,143)
#B38B82
(179,139,130)
#A27E75
(162,126,117)
#917168
(145,113,104)
#80645B
(128,100,91)
#6F574E
(111,87,78)
#5E4A41
(94,74,65)
#4D3D34
(77,61,52)
#3C3027
(60,48,39)
#2B231A
(43,35,26)
#1A160D
(26,22,13)
#000000
(0,0,0)

Tints of #C4988F

#C4988F
(196,152,143)
#C9A199
(201,161,153)
#CEAAA3
(206,170,163)
#D3B3AD
(211,179,173)
#D8BCB7
(216,188,183)
#DDC5C1
(221,197,193)
#E2CECB
(226,206,203)
#E7D7D5
(231,215,213)
#ECE0DF
(236,224,223)
#F1E9E9
(241,233,233)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4988F color. Also use rgb(196,152,143) instead hex code.

Text Font Color

.myTextColor { color: #C4988F; }

<p style="color:#C4988F">This sample text font color is #C4988F.</p>

This text font color is #C4988F.


Background Color

.myBgColor { background-color: #C4988F; }

<div style="background-color:#C4988F">Inner text</div>

This div background color is #C4988F.


Border color

.myBorderColor { border: 1px solid #C4988F; }

<div style="border:3px solid #C4988F">Div</div>

This div border color is #C4988F.


Opacity

.myOpacity80 { color: #C4988F; opacity: 0.8; }

<p style="color:#C4988F;opacity:0.8;">80%</p>

Text with #C4988F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4988F;}

<p style="text-shadow: 3px 3px 1px #C4988F">Text here.</p>

This text has shadow with #C4988F color.

.textShadow {text-shadow: 3px 3px 1px #C4988F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4988F, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4988F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4988F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4988F, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4988F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C4988F;
  -webkit-box-shadow:	1px 1px 3px 2px #C4988F;
  box-shadow:		1px 1px 3px 2px #C4988F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4988F;
-webkit-box-shadow: 1px 1px 3px 2px #C4988F;
box-shadow:1px 1px 3px 2px #C4988F;">
Div content here</div>
This div box has shadow with color #C4988F.

Preview

Color preview on black background

This text has color #C4988F on black background.


Color preview on white background

This text has color #C4988F on white background.



Black color preview on #C4988F background

This text has black color on #C4988F background.


White color preview on #C4988F background

This text has white color on #C4988F background.