COLOR #C09A83

HEX: #C09A83
RGB: (192,154,131)

Color info

#C09A83 contains mainly red and green colors. Web safe color of #C09A83 is #CC9999 (or #C99).

RGB color model

#C09A83 color RGB value is (192,154,131).

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

RGB channels and saturation

R 192 of 255 = 75%
G 154 of 255 = 60%
B 131 of 255 = 51%

192
154
131

R + G + B ~ 62%. #C09A83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 154 + 131 = 477 (100%)
R 192 of 477 ~ 40.25%
G 154 of 477 ~ 32.29%
B 131 of 477 ~ 27.46%

%40.25
%32.29
%27.46

CMYK color model

#C09A83 color CMYK value is (0,20,32,25).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(0,20,32,25)
C0M20Y32K25 
(0%,20%,32%,25%)
(0.00/0.20/0.32/0.25)	

CMYK percentages

%0
%19.79
%31.77
%24.71

Codes

Color #C09A83 in popluar color models

C09A83
RGB192154131
HSL23°32.62%63.33%
HSB/HSV23°31.77%75.29%
CMYK0.00%19.79%31.77%
24.71%

Color #C09A83 in popluar number systems.

HEXC09A83
Decimal192154131
Binary110000001001101010000011
Octal300232203

Shades and tints

Shades of #C09A83

#C09A83
(192,154,131)
#AF8C78
(175,140,120)
#9E7E6D
(158,126,109)
#8D7062
(141,112,98)
#7C6257
(124,98,87)
#6B544C
(107,84,76)
#5A4641
(90,70,65)
#493836
(73,56,54)
#382A2B
(56,42,43)
#271C20
(39,28,32)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #C09A83

#C09A83
(192,154,131)
#C5A38E
(197,163,142)
#CAAC99
(202,172,153)
#CFB5A4
(207,181,164)
#D4BEAF
(212,190,175)
#D9C7BA
(217,199,186)
#DED0C5
(222,208,197)
#E3D9D0
(227,217,208)
#E8E2DB
(232,226,219)
#EDEBE6
(237,235,230)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09A83; }

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

This text font color is #C09A83.


Background Color

.myBgColor { background-color: #C09A83; }

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

This div background color is #C09A83.


Border color

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

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

This div border color is #C09A83.


Opacity

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

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

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

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

This text has shadow with #C09A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09A83 on black background.


Color preview on white background

This text has color #C09A83 on white background.



Black color preview on #C09A83 background

This text has black color on #C09A83 background.


White color preview on #C09A83 background

This text has white color on #C09A83 background.