COLOR #C09D8B

HEX: #C09D8B
RGB: (192,157,139)

Color info

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

RGB color model

#C09D8B color RGB value is (192,157,139).

  • red value is 192;
  • green value is 157;
  • blue value is 139.
RGB:
(192,157,139)
(75%,62%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 139 of 255 = 55%

192
157
139

R + G + B ~ 64%. #C09D8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 157 + 139 = 488 (100%)
R 192 of 488 ~ 39.34%
G 157 of 488 ~ 32.17%
B 139 of 488 ~ 28.48%

%39.34
%32.17
%28.48

CMYK color model

#C09D8B color CMYK value is (0,18,28,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(0,18,28,25)
C0M18Y28K25 
(0%,18%,28%,25%)
(0.00/0.18/0.28/0.25)	

CMYK percentages

%0
%18.23
%27.6
%24.71

Codes

Color #C09D8B in popluar color models

C09D8B
RGB192157139
HSL20°29.61%64.90%
HSB/HSV20°27.60%75.29%
CMYK0.00%18.23%27.60%
24.71%

Color #C09D8B in popluar number systems.

HEXC09D8B
Decimal192157139
Binary110000001001110110001011
Octal300235213

Shades and tints

Shades of #C09D8B

#C09D8B
(192,157,139)
#AF8F7F
(175,143,127)
#9E8173
(158,129,115)
#8D7367
(141,115,103)
#7C655B
(124,101,91)
#6B574F
(107,87,79)
#5A4943
(90,73,67)
#493B37
(73,59,55)
#382D2B
(56,45,43)
#271F1F
(39,31,31)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #C09D8B

#C09D8B
(192,157,139)
#C5A595
(197,165,149)
#CAAD9F
(202,173,159)
#CFB5A9
(207,181,169)
#D4BDB3
(212,189,179)
#D9C5BD
(217,197,189)
#DECDC7
(222,205,199)
#E3D5D1
(227,213,209)
#E8DDDB
(232,221,219)
#EDE5E5
(237,229,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09D8B color. Also use rgb(192,157,139) instead hex code.

Text Font Color

.myTextColor { color: #C09D8B; }

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

This text font color is #C09D8B.


Background Color

.myBgColor { background-color: #C09D8B; }

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

This div background color is #C09D8B.


Border color

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

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

This div border color is #C09D8B.


Opacity

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

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

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

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

This text has shadow with #C09D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09D8B on black background.


Color preview on white background

This text has color #C09D8B on white background.



Black color preview on #C09D8B background

This text has black color on #C09D8B background.


White color preview on #C09D8B background

This text has white color on #C09D8B background.