COLOR #C09F9D

HEX: #C09F9D
RGB: (192,159,157)

Color info

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

RGB color model

#C09F9D color RGB value is (192,159,157).

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

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 157 of 255 = 62%

192
159
157

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

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 157 = 508 (100%)
R 192 of 508 ~ 37.8%
G 159 of 508 ~ 31.3%
B 157 of 508 ~ 30.91%

%37.8
%31.3
%30.91

CMYK color model

#C09F9D color CMYK value is (0,17,18,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(0,17,18,25)
C0M17Y18K25 
(0%,17%,18%,25%)
(0.00/0.17/0.18/0.25)	

CMYK percentages

%0
%17.19
%18.23
%24.71

Codes

Color #C09F9D in popluar color models

C09F9D
RGB192159157
HSL21.74%68.43%
HSB/HSV18.23%75.29%
CMYK0.00%17.19%18.23%
24.71%

Color #C09F9D in popluar number systems.

HEXC09F9D
Decimal192159157
Binary110000001001111110011101
Octal300237235

Shades and tints

Shades of #C09F9D

#C09F9D
(192,159,157)
#AF918F
(175,145,143)
#9E8381
(158,131,129)
#8D7573
(141,117,115)
#7C6765
(124,103,101)
#6B5957
(107,89,87)
#5A4B49
(90,75,73)
#493D3B
(73,61,59)
#382F2D
(56,47,45)
#27211F
(39,33,31)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #C09F9D

#C09F9D
(192,159,157)
#C5A7A5
(197,167,165)
#CAAFAD
(202,175,173)
#CFB7B5
(207,183,181)
#D4BFBD
(212,191,189)
#D9C7C5
(217,199,197)
#DECFCD
(222,207,205)
#E3D7D5
(227,215,213)
#E8DFDD
(232,223,221)
#EDE7E5
(237,231,229)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09F9D; }

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

This text font color is #C09F9D.


Background Color

.myBgColor { background-color: #C09F9D; }

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

This div background color is #C09F9D.


Border color

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

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

This div border color is #C09F9D.


Opacity

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

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

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

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

This text has shadow with #C09F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09F9D on black background.


Color preview on white background

This text has color #C09F9D on white background.



Black color preview on #C09F9D background

This text has black color on #C09F9D background.


White color preview on #C09F9D background

This text has white color on #C09F9D background.