COLOR #C4A09E

HEX: #C4A09E
RGB: (196,160,158)

Color info

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

RGB color model

#C4A09E color RGB value is (196,160,158).

  • red value is 196;
  • green value is 160;
  • blue value is 158.
RGB:
(196,160,158)
(77%,63%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 160 of 255 = 63%
B 158 of 255 = 62%

196
160
158

R + G + B ~ 67%. #C4A09E is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 160 + 158 = 514 (100%)
R 196 of 514 ~ 38.13%
G 160 of 514 ~ 31.13%
B 158 of 514 ~ 30.74%

%38.13
%31.13
%30.74

CMYK color model

#C4A09E color CMYK value is (0,18,19,23).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(0,18,19,23)
C0M18Y19K23 
(0%,18%,19%,23%)
(0.00/0.18/0.19/0.23)	

CMYK percentages

%0
%18.37
%19.39
%23.14

Codes

Color #C4A09E in popluar color models

C4A09E
RGB196160158
HSL24.36%69.41%
HSB/HSV19.39%76.86%
CMYK0.00%18.37%19.39%
23.14%

Color #C4A09E in popluar number systems.

HEXC4A09E
Decimal196160158
Binary110001001010000010011110
Octal304240236

Shades and tints

Shades of #C4A09E

#C4A09E
(196,160,158)
#B39290
(179,146,144)
#A28482
(162,132,130)
#917674
(145,118,116)
#806866
(128,104,102)
#6F5A58
(111,90,88)
#5E4C4A
(94,76,74)
#4D3E3C
(77,62,60)
#3C302E
(60,48,46)
#2B2220
(43,34,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C4A09E

#C4A09E
(196,160,158)
#C9A8A6
(201,168,166)
#CEB0AE
(206,176,174)
#D3B8B6
(211,184,182)
#D8C0BE
(216,192,190)
#DDC8C6
(221,200,198)
#E2D0CE
(226,208,206)
#E7D8D6
(231,216,214)
#ECE0DE
(236,224,222)
#F1E8E6
(241,232,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A09E color. Also use rgb(196,160,158) instead hex code.

Text Font Color

.myTextColor { color: #C4A09E; }

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

This text font color is #C4A09E.


Background Color

.myBgColor { background-color: #C4A09E; }

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

This div background color is #C4A09E.


Border color

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

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

This div border color is #C4A09E.


Opacity

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

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

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

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

This text has shadow with #C4A09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A09E on black background.


Color preview on white background

This text has color #C4A09E on white background.



Black color preview on #C4A09E background

This text has black color on #C4A09E background.


White color preview on #C4A09E background

This text has white color on #C4A09E background.