COLOR #C09A8A

HEX: #C09A8A
RGB: (192,154,138)

Color info

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

RGB color model

#C09A8A color RGB value is (192,154,138).

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

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 138 of 255 = 54%

192
154
138

R + G + B ~ 63%. #C09A8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 154 + 138 = 484 (100%)
R 192 of 484 ~ 39.67%
G 154 of 484 ~ 31.82%
B 138 of 484 ~ 28.51%

%39.67
%31.82
%28.51

CMYK color model

#C09A8A color CMYK value is (0,20,28,25).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK:
(0,20,28,25)
C0M20Y28K25 
(0%,20%,28%,25%)
(0.00/0.20/0.28/0.25)	

CMYK percentages

%0
%19.79
%28.13
%24.71

Codes

Color #C09A8A in popluar color models

C09A8A
RGB192154138
HSL18°30.00%64.71%
HSB/HSV18°28.13%75.29%
CMYK0.00%19.79%28.13%
24.71%

Color #C09A8A in popluar number systems.

HEXC09A8A
Decimal192154138
Binary110000001001101010001010
Octal300232212

Shades and tints

Shades of #C09A8A

#C09A8A
(192,154,138)
#AF8C7E
(175,140,126)
#9E7E72
(158,126,114)
#8D7066
(141,112,102)
#7C625A
(124,98,90)
#6B544E
(107,84,78)
#5A4642
(90,70,66)
#493836
(73,56,54)
#382A2A
(56,42,42)
#271C1E
(39,28,30)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #C09A8A

#C09A8A
(192,154,138)
#C5A394
(197,163,148)
#CAAC9E
(202,172,158)
#CFB5A8
(207,181,168)
#D4BEB2
(212,190,178)
#D9C7BC
(217,199,188)
#DED0C6
(222,208,198)
#E3D9D0
(227,217,208)
#E8E2DA
(232,226,218)
#EDEBE4
(237,235,228)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09A8A; }

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

This text font color is #C09A8A.


Background Color

.myBgColor { background-color: #C09A8A; }

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

This div background color is #C09A8A.


Border color

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

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

This div border color is #C09A8A.


Opacity

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

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

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

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

This text has shadow with #C09A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09A8A on black background.


Color preview on white background

This text has color #C09A8A on white background.



Black color preview on #C09A8A background

This text has black color on #C09A8A background.


White color preview on #C09A8A background

This text has white color on #C09A8A background.