COLOR #C09BB9

HEX: #C09BB9
RGB: (192,155,185)

Color info

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

RGB color model

#C09BB9 color RGB value is (192,155,185).

  • red value is 192;
  • green value is 155;
  • blue value is 185.
RGB:
(192,155,185)
(75%,61%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 185 of 255 = 73%

192
155
185

R + G + B ~ 70%. #C09BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 185 = 532 (100%)
R 192 of 532 ~ 36.09%
G 155 of 532 ~ 29.14%
B 185 of 532 ~ 34.77%

%36.09
%29.14
%34.77

CMYK color model

#C09BB9 color CMYK value is (0,19,4,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(0,19,4,25)
C0M19Y4K25 
(0%,19%,4%,25%)
(0.00/0.19/0.04/0.25)	

CMYK percentages

%0
%19.27
%3.65
%24.71

Codes

Color #C09BB9 in popluar color models

C09BB9
RGB192155185
HSL311°22.70%68.04%
HSB/HSV311°19.27%75.29%
CMYK0.00%19.27%3.65%
24.71%

Color #C09BB9 in popluar number systems.

HEXC09BB9
Decimal192155185
Binary110000001001101110111001
Octal300233271

Shades and tints

Shades of #C09BB9

#C09BB9
(192,155,185)
#AF8DA9
(175,141,169)
#9E7F99
(158,127,153)
#8D7189
(141,113,137)
#7C6379
(124,99,121)
#6B5569
(107,85,105)
#5A4759
(90,71,89)
#493949
(73,57,73)
#382B39
(56,43,57)
#271D29
(39,29,41)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #C09BB9

#C09BB9
(192,155,185)
#C5A4BF
(197,164,191)
#CAADC5
(202,173,197)
#CFB6CB
(207,182,203)
#D4BFD1
(212,191,209)
#D9C8D7
(217,200,215)
#DED1DD
(222,209,221)
#E3DAE3
(227,218,227)
#E8E3E9
(232,227,233)
#EDECEF
(237,236,239)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09BB9 color. Also use rgb(192,155,185) instead hex code.

Text Font Color

.myTextColor { color: #C09BB9; }

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

This text font color is #C09BB9.


Background Color

.myBgColor { background-color: #C09BB9; }

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

This div background color is #C09BB9.


Border color

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

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

This div border color is #C09BB9.


Opacity

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

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

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

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

This text has shadow with #C09BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09BB9 on black background.


Color preview on white background

This text has color #C09BB9 on white background.



Black color preview on #C09BB9 background

This text has black color on #C09BB9 background.


White color preview on #C09BB9 background

This text has white color on #C09BB9 background.