COLOR #C4C09B

HEX: #C4C09B
RGB: (196,192,155)

Color info

#C4C09B contains red, green and blue colors in about the same proportion. Web safe color of #C4C09B is #CCCC99 (or #CC9).

RGB color model

#C4C09B color RGB value is (196,192,155).

  • red value is 196;
  • green value is 192;
  • blue value is 155.
RGB:
(196,192,155)
(77%,75%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 155 of 255 = 61%

196
192
155

R + G + B ~ 71%. #C4C09B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 155 = 543 (100%)
R 196 of 543 ~ 36.1%
G 192 of 543 ~ 35.36%
B 155 of 543 ~ 28.55%

%36.1
%35.36
%28.55

CMYK color model

#C4C09B color CMYK value is (0,2,21,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(0,2,21,23)
C0M2Y21K23 
(0%,2%,21%,23%)
(0.00/0.02/0.21/0.23)	

CMYK percentages

%0
%2.04
%20.92
%23.14

Codes

Color #C4C09B in popluar color models

C4C09B
RGB196192155
HSL54°25.79%68.82%
HSB/HSV54°20.92%76.86%
CMYK0.00%2.04%20.92%
23.14%

Color #C4C09B in popluar number systems.

HEXC4C09B
Decimal196192155
Binary110001001100000010011011
Octal304300233

Shades and tints

Shades of #C4C09B

#C4C09B
(196,192,155)
#B3AF8D
(179,175,141)
#A29E7F
(162,158,127)
#918D71
(145,141,113)
#807C63
(128,124,99)
#6F6B55
(111,107,85)
#5E5A47
(94,90,71)
#4D4939
(77,73,57)
#3C382B
(60,56,43)
#2B271D
(43,39,29)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #C4C09B

#C4C09B
(196,192,155)
#C9C5A4
(201,197,164)
#CECAAD
(206,202,173)
#D3CFB6
(211,207,182)
#D8D4BF
(216,212,191)
#DDD9C8
(221,217,200)
#E2DED1
(226,222,209)
#E7E3DA
(231,227,218)
#ECE8E3
(236,232,227)
#F1EDEC
(241,237,236)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C09B color. Also use rgb(196,192,155) instead hex code.

Text Font Color

.myTextColor { color: #C4C09B; }

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

This text font color is #C4C09B.


Background Color

.myBgColor { background-color: #C4C09B; }

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

This div background color is #C4C09B.


Border color

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

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

This div border color is #C4C09B.


Opacity

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

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

Text with #C4C09B 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 #C4C09B;}

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

This text has shadow with #C4C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C09B on black background.


Color preview on white background

This text has color #C4C09B on white background.



Black color preview on #C4C09B background

This text has black color on #C4C09B background.


White color preview on #C4C09B background

This text has white color on #C4C09B background.