COLOR #C09E9A

HEX: #C09E9A
RGB: (192,158,154)

Color info

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

RGB color model

#C09E9A color RGB value is (192,158,154).

  • red value is 192;
  • green value is 158;
  • blue value is 154.
RGB:
(192,158,154)
(75%,62%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 154 of 255 = 60%

192
158
154

R + G + B ~ 66%. #C09E9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 158 + 154 = 504 (100%)
R 192 of 504 ~ 38.1%
G 158 of 504 ~ 31.35%
B 154 of 504 ~ 30.56%

%38.1
%31.35
%30.56

CMYK color model

#C09E9A color CMYK value is (0,18,20,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 19.79%
  • key color value is 24.71%
CMYK:
(0,18,20,25)
C0M18Y20K25 
(0%,18%,20%,25%)
(0.00/0.18/0.20/0.25)	

CMYK percentages

%0
%17.71
%19.79
%24.71

Codes

Color #C09E9A in popluar color models

C09E9A
RGB192158154
HSL23.17%67.84%
HSB/HSV19.79%75.29%
CMYK0.00%17.71%19.79%
24.71%

Color #C09E9A in popluar number systems.

HEXC09E9A
Decimal192158154
Binary110000001001111010011010
Octal300236232

Shades and tints

Shades of #C09E9A

#C09E9A
(192,158,154)
#AF908C
(175,144,140)
#9E827E
(158,130,126)
#8D7470
(141,116,112)
#7C6662
(124,102,98)
#6B5854
(107,88,84)
#5A4A46
(90,74,70)
#493C38
(73,60,56)
#382E2A
(56,46,42)
#27201C
(39,32,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C09E9A

#C09E9A
(192,158,154)
#C5A6A3
(197,166,163)
#CAAEAC
(202,174,172)
#CFB6B5
(207,182,181)
#D4BEBE
(212,190,190)
#D9C6C7
(217,198,199)
#DECED0
(222,206,208)
#E3D6D9
(227,214,217)
#E8DEE2
(232,222,226)
#EDE6EB
(237,230,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09E9A color. Also use rgb(192,158,154) instead hex code.

Text Font Color

.myTextColor { color: #C09E9A; }

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

This text font color is #C09E9A.


Background Color

.myBgColor { background-color: #C09E9A; }

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

This div background color is #C09E9A.


Border color

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

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

This div border color is #C09E9A.


Opacity

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

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

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

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

This text has shadow with #C09E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09E9A on black background.


Color preview on white background

This text has color #C09E9A on white background.



Black color preview on #C09E9A background

This text has black color on #C09E9A background.


White color preview on #C09E9A background

This text has white color on #C09E9A background.