COLOR #C09CA7

HEX: #C09CA7
RGB: (192,156,167)

Color info

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

RGB color model

#C09CA7 color RGB value is (192,156,167).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 167 of 255 = 65%

192
156
167

R + G + B ~ 67%. #C09CA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 167 = 515 (100%)
R 192 of 515 ~ 37.28%
G 156 of 515 ~ 30.29%
B 167 of 515 ~ 32.43%

%37.28
%30.29
%32.43

CMYK color model

#C09CA7 color CMYK value is (0,19,13,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 13.02%
  • key color value is 24.71%
CMYK:
(0,19,13,25)
C0M19Y13K25 
(0%,19%,13%,25%)
(0.00/0.19/0.13/0.25)	

CMYK percentages

%0
%18.75
%13.02
%24.71

Codes

Color #C09CA7 in popluar color models

C09CA7
RGB192156167
HSL342°22.22%68.24%
HSB/HSV342°18.75%75.29%
CMYK0.00%18.75%13.02%
24.71%

Color #C09CA7 in popluar number systems.

HEXC09CA7
Decimal192156167
Binary110000001001110010100111
Octal300234247

Shades and tints

Shades of #C09CA7

#C09CA7
(192,156,167)
#AF8E98
(175,142,152)
#9E8089
(158,128,137)
#8D727A
(141,114,122)
#7C646B
(124,100,107)
#6B565C
(107,86,92)
#5A484D
(90,72,77)
#493A3E
(73,58,62)
#382C2F
(56,44,47)
#271E20
(39,30,32)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #C09CA7

#C09CA7
(192,156,167)
#C5A5AF
(197,165,175)
#CAAEB7
(202,174,183)
#CFB7BF
(207,183,191)
#D4C0C7
(212,192,199)
#D9C9CF
(217,201,207)
#DED2D7
(222,210,215)
#E3DBDF
(227,219,223)
#E8E4E7
(232,228,231)
#EDEDEF
(237,237,239)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CA7; }

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

This text font color is #C09CA7.


Background Color

.myBgColor { background-color: #C09CA7; }

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

This div background color is #C09CA7.


Border color

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

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

This div border color is #C09CA7.


Opacity

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

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

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

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

This text has shadow with #C09CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CA7 on black background.


Color preview on white background

This text has color #C09CA7 on white background.



Black color preview on #C09CA7 background

This text has black color on #C09CA7 background.


White color preview on #C09CA7 background

This text has white color on #C09CA7 background.