COLOR #C09CAF

HEX: #C09CAF
RGB: (192,156,175)

Color info

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

RGB color model

#C09CAF color RGB value is (192,156,175).

  • red value is 192;
  • green value is 156;
  • blue value is 175.
RGB:
(192,156,175)
(75%,61%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 175 of 255 = 69%

192
156
175

R + G + B ~ 68%. #C09CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 175 = 523 (100%)
R 192 of 523 ~ 36.71%
G 156 of 523 ~ 29.83%
B 175 of 523 ~ 33.46%

%36.71
%29.83
%33.46

CMYK color model

#C09CAF color CMYK value is (0,19,9,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 8.85%
  • key color value is 24.71%
CMYK:
(0,19,9,25)
C0M19Y9K25 
(0%,19%,9%,25%)
(0.00/0.19/0.09/0.25)	

CMYK percentages

%0
%18.75
%8.85
%24.71

Codes

Color #C09CAF in popluar color models

C09CAF
RGB192156175
HSL328°22.22%68.24%
HSB/HSV328°18.75%75.29%
CMYK0.00%18.75%8.85%
24.71%

Color #C09CAF in popluar number systems.

HEXC09CAF
Decimal192156175
Binary110000001001110010101111
Octal300234257

Shades and tints

Shades of #C09CAF

#C09CAF
(192,156,175)
#AF8EA0
(175,142,160)
#9E8091
(158,128,145)
#8D7282
(141,114,130)
#7C6473
(124,100,115)
#6B5664
(107,86,100)
#5A4855
(90,72,85)
#493A46
(73,58,70)
#382C37
(56,44,55)
#271E28
(39,30,40)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C09CAF

#C09CAF
(192,156,175)
#C5A5B6
(197,165,182)
#CAAEBD
(202,174,189)
#CFB7C4
(207,183,196)
#D4C0CB
(212,192,203)
#D9C9D2
(217,201,210)
#DED2D9
(222,210,217)
#E3DBE0
(227,219,224)
#E8E4E7
(232,228,231)
#EDEDEE
(237,237,238)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09CAF color. Also use rgb(192,156,175) instead hex code.

Text Font Color

.myTextColor { color: #C09CAF; }

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

This text font color is #C09CAF.


Background Color

.myBgColor { background-color: #C09CAF; }

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

This div background color is #C09CAF.


Border color

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

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

This div border color is #C09CAF.


Opacity

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

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

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

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

This text has shadow with #C09CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CAF on black background.


Color preview on white background

This text has color #C09CAF on white background.



Black color preview on #C09CAF background

This text has black color on #C09CAF background.


White color preview on #C09CAF background

This text has white color on #C09CAF background.