COLOR #C09CB5

HEX: #C09CB5
RGB: (192,156,181)

Color info

#C09CB5 contains red, green and blue colors in about the same proportion. Web safe color of #C09CB5 is #CC99CC (or #C9C).

RGB color model

#C09CB5 color RGB value is (192,156,181).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 181 of 255 = 71%

192
156
181

R + G + B ~ 69%. #C09CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 181 = 529 (100%)
R 192 of 529 ~ 36.29%
G 156 of 529 ~ 29.49%
B 181 of 529 ~ 34.22%

%36.29
%29.49
%34.22

CMYK color model

#C09CB5 color CMYK value is (0,19,6,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(0,19,6,25)
C0M19Y6K25 
(0%,19%,6%,25%)
(0.00/0.19/0.06/0.25)	

CMYK percentages

%0
%18.75
%5.73
%24.71

Codes

Color #C09CB5 in popluar color models

C09CB5
RGB192156181
HSL318°22.22%68.24%
HSB/HSV318°18.75%75.29%
CMYK0.00%18.75%5.73%
24.71%

Color #C09CB5 in popluar number systems.

HEXC09CB5
Decimal192156181
Binary110000001001110010110101
Octal300234265

Shades and tints

Shades of #C09CB5

#C09CB5
(192,156,181)
#AF8EA5
(175,142,165)
#9E8095
(158,128,149)
#8D7285
(141,114,133)
#7C6475
(124,100,117)
#6B5665
(107,86,101)
#5A4855
(90,72,85)
#493A45
(73,58,69)
#382C35
(56,44,53)
#271E25
(39,30,37)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #C09CB5

#C09CB5
(192,156,181)
#C5A5BB
(197,165,187)
#CAAEC1
(202,174,193)
#CFB7C7
(207,183,199)
#D4C0CD
(212,192,205)
#D9C9D3
(217,201,211)
#DED2D9
(222,210,217)
#E3DBDF
(227,219,223)
#E8E4E5
(232,228,229)
#EDEDEB
(237,237,235)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CB5; }

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

This text font color is #C09CB5.


Background Color

.myBgColor { background-color: #C09CB5; }

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

This div background color is #C09CB5.


Border color

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

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

This div border color is #C09CB5.


Opacity

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

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

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

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

This text has shadow with #C09CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CB5 on black background.


Color preview on white background

This text has color #C09CB5 on white background.



Black color preview on #C09CB5 background

This text has black color on #C09CB5 background.


White color preview on #C09CB5 background

This text has white color on #C09CB5 background.