COLOR #C09CB9

HEX: #C09CB9 RGB: (192,156,185)

Color info

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

RGB color model

#C09CB9 color RGB value is (192,156,185).

RGB: (192,156,185) (75%, 61%, 73%)

RGB channels and saturation

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

192
156
185

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

Portions of RGB colors in percentages

R + G + B = 192 + 156 + 185 = 533 (100%)
R 192 of 533 ~ 36.02%
G 156 of 533 ~ 29.27%
B 185 of 533 ~ 34.71'%

%36.02
%29.27
%34.71

CMYK color model

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

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

Codes

Color #C09CB9 in popluar color models

C0 9C B9
RGB 192 156 185
HSL 312° 22.22% 68.24%
HSB/HSV 312° 18.75% 75.29%
CMYK 0.00% 18.75% 3.65%
24.71%

Color #C09CB9 in popluar number systems.

HEX C0 9C B9
Decimal 192 156 185
Binary 11000000 10011100 10111001
Octal 300 234 271

Shades and tints

Shades of #C09CB9

#C09CB9
(192,156,185)
#AF8EA9
(175,142,169)
#9E8099
(158,128,153)
#8D7289
(141,114,137)
#7C6479
(124,100,121)
#6B5669
(107,86,105)
#5A4859
(90,72,89)
#493A49
(73,58,73)
#382C39
(56,44,57)
#271E29
(39,30,41)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C09CB9

#C09CB9
(192,156,185)
#C5A5BF
(197,165,191)
#CAAEC5
(202,174,197)
#CFB7CB
(207,183,203)
#D4C0D1
(212,192,209)
#D9C9D7
(217,201,215)
#DED2DD
(222,210,221)
#E3DBE3
(227,219,227)
#E8E4E9
(232,228,233)
#EDEDEF
(237,237,239)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CB9; }

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

This text font color is #C09CB9.

Background Color

.myBgColor { background-color: #C09CB9; }

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

This div background color is #C09CB9.

Border color

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

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

This div border color is #C09CB9.

Opacity

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

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

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

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

This text has shadow with #C09CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09CB9.

Preview

Color preview on black background

This text has color #C09CB9 on black background.


Color preview on white background

This text has color #C09CB9 on white background.


Black color preview on #C09CB9 background

This text has black color on #C09CB9 background.


White color preview on #C09CB9 background

This text has white color on #C09CB9 background.


Related colors

Complementary color

Complementary color for #hex is #3F6346.


I love getcolorcode.com

Triadic colors

1 #B9C09C and #9CB9C0 with #C09CB9 are triadic colors.

2 #B99CC0 and #9CC0B9 with #C09CB9 are triadic colors.