COLOR #C2A09D

HEX: #C2A09D
RGB: (194,160,157)

Color info

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

RGB color model

#C2A09D color RGB value is (194,160,157).

  • red value is 194;
  • green value is 160;
  • blue value is 157.
RGB:
(194,160,157)
(76%,63%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 157 of 255 = 62%

194
160
157

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 157 = 511 (100%)
R 194 of 511 ~ 37.96%
G 160 of 511 ~ 31.31%
B 157 of 511 ~ 30.72%

%37.96
%31.31
%30.72

CMYK color model

#C2A09D color CMYK value is (0,18,19,24).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,18,19,24)
C0M18Y19K24 
(0%,18%,19%,24%)
(0.00/0.18/0.19/0.24)	

CMYK percentages

%0
%17.53
%19.07
%23.92

Codes

Color #C2A09D in popluar color models

C2A09D
RGB194160157
HSL23.27%68.82%
HSB/HSV19.07%76.08%
CMYK0.00%17.53%19.07%
23.92%

Color #C2A09D in popluar number systems.

HEXC2A09D
Decimal194160157
Binary110000101010000010011101
Octal302240235

Shades and tints

Shades of #C2A09D

#C2A09D
(194,160,157)
#B1928F
(177,146,143)
#A08481
(160,132,129)
#8F7673
(143,118,115)
#7E6865
(126,104,101)
#6D5A57
(109,90,87)
#5C4C49
(92,76,73)
#4B3E3B
(75,62,59)
#3A302D
(58,48,45)
#29221F
(41,34,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #C2A09D

#C2A09D
(194,160,157)
#C7A8A5
(199,168,165)
#CCB0AD
(204,176,173)
#D1B8B5
(209,184,181)
#D6C0BD
(214,192,189)
#DBC8C5
(219,200,197)
#E0D0CD
(224,208,205)
#E5D8D5
(229,216,213)
#EAE0DD
(234,224,221)
#EFE8E5
(239,232,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A09D color. Also use rgb(194,160,157) instead hex code.

Text Font Color

.myTextColor { color: #C2A09D; }

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

This text font color is #C2A09D.


Background Color

.myBgColor { background-color: #C2A09D; }

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

This div background color is #C2A09D.


Border color

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

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

This div border color is #C2A09D.


Opacity

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

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

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

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

This text has shadow with #C2A09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A09D on black background.


Color preview on white background

This text has color #C2A09D on white background.



Black color preview on #C2A09D background

This text has black color on #C2A09D background.


White color preview on #C2A09D background

This text has white color on #C2A09D background.