COLOR #C4A99C

HEX: #C4A99C RGB: (196,169,156)

Color info

#C4A99C contains red, green and blue colors in about the same proportion. Web safe color of #C4A99C is #CC9999 (or #C99).

RGB color model

#C4A99C color RGB value is (196,169,156).

RGB: (196,169,156) (77%, 66%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 169 of 255 = 66%
B 156 of 255 = 61%

196
169
156

R + G + B ~ 68%. #C4A99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 169 + 156 = 521 (100%)
R 196 of 521 ~ 37.62%
G 169 of 521 ~ 32.44%
B 156 of 521 ~ 29.94'%

%37.62
%32.44
%29.94

CMYK color model

#C4A99C color CMYK value is (0,14,20,23).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 20.41%
  • key color value is 23.14%

CMYK: (0,14,20,23)
C0M14Y20K23 (0%, 14%, 20%, 23%)
(0.00 / 0.14 / 0.20 / 0.23)

CMYK percentages

%0
%13.78
%20.41
%23.14

Codes

Color #C4A99C in popluar color models

C4 A9 9C
RGB 196 169 156
HSL 20° 25.32% 69.02%
HSB/HSV 20° 20.41% 76.86%
CMYK 0.00% 13.78% 20.41%
23.14%

Color #C4A99C in popluar number systems.

HEX C4 A9 9C
Decimal 196 169 156
Binary 11000100 10101001 10011100
Octal 304 251 234

Shades and tints

Shades of #C4A99C

#C4A99C
(196,169,156)
#B39A8E
(179,154,142)
#A28B80
(162,139,128)
#917C72
(145,124,114)
#806D64
(128,109,100)
#6F5E56
(111,94,86)
#5E4F48
(94,79,72)
#4D403A
(77,64,58)
#3C312C
(60,49,44)
#2B221E
(43,34,30)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C4A99C

#C4A99C
(196,169,156)
#C9B0A5
(201,176,165)
#CEB7AE
(206,183,174)
#D3BEB7
(211,190,183)
#D8C5C0
(216,197,192)
#DDCCC9
(221,204,201)
#E2D3D2
(226,211,210)
#E7DADB
(231,218,219)
#ECE1E4
(236,225,228)
#F1E8ED
(241,232,237)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A99C color. Also use rgb(196,169,156) instead hex code.

Text Font Color

.myTextColor { color: #C4A99C; }

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

This text font color is #C4A99C.

Background Color

.myBgColor { background-color: #C4A99C; }

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

This div background color is #C4A99C.

Border color

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

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

This div border color is #C4A99C.

Opacity

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

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

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

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

This text has shadow with #C4A99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A99C.

Preview

Color preview on black background

This text has color #C4A99C on black background.


Color preview on white background

This text has color #C4A99C on white background.


Black color preview on #C4A99C background

This text has black color on #C4A99C background.


White color preview on #C4A99C background

This text has white color on #C4A99C background.


Related colors

Complementary color

Complementary color for #hex is #3B5663.


I love getcolorcode.com

Triadic colors

1 #9CC4A9 and #A99CC4 with #C4A99C are triadic colors.

2 #9CA9C4 and #A9C49C with #C4A99C are triadic colors.