COLOR #C09CA8

HEX: #C09CA8
RGB: (192,156,168)

Color info

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

RGB color model

#C09CA8 color RGB value is (192,156,168).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 168 of 255 = 66%

192
156
168

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

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 168 = 516 (100%)
R 192 of 516 ~ 37.21%
G 156 of 516 ~ 30.23%
B 168 of 516 ~ 32.56%

%37.21
%30.23
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 12.50%
  • 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
%12.5
%24.71

Codes

Color #C09CA8 in popluar color models

C09CA8
RGB192156168
HSL340°22.22%68.24%
HSB/HSV340°18.75%75.29%
CMYK0.00%18.75%12.50%
24.71%

Color #C09CA8 in popluar number systems.

HEXC09CA8
Decimal192156168
Binary110000001001110010101000
Octal300234250

Shades and tints

Shades of #C09CA8

#C09CA8
(192,156,168)
#AF8E99
(175,142,153)
#9E808A
(158,128,138)
#8D727B
(141,114,123)
#7C646C
(124,100,108)
#6B565D
(107,86,93)
#5A484E
(90,72,78)
#493A3F
(73,58,63)
#382C30
(56,44,48)
#271E21
(39,30,33)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C09CA8

#C09CA8
(192,156,168)
#C5A5AF
(197,165,175)
#CAAEB6
(202,174,182)
#CFB7BD
(207,183,189)
#D4C0C4
(212,192,196)
#D9C9CB
(217,201,203)
#DED2D2
(222,210,210)
#E3DBD9
(227,219,217)
#E8E4E0
(232,228,224)
#EDEDE7
(237,237,231)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CA8; }

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

This text font color is #C09CA8.


Background Color

.myBgColor { background-color: #C09CA8; }

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

This div background color is #C09CA8.


Border color

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

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

This div border color is #C09CA8.


Opacity

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

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

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

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

This text has shadow with #C09CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CA8 on black background.


Color preview on white background

This text has color #C09CA8 on white background.



Black color preview on #C09CA8 background

This text has black color on #C09CA8 background.


White color preview on #C09CA8 background

This text has white color on #C09CA8 background.