COLOR #C09CB6

HEX: #C09CB6 RGB: (192,156,182)

Color info

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

RGB color model

#C09CB6 color RGB value is (192,156,182).

RGB: (192,156,182) (75%, 61%, 71%)

RGB channels and saturation

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

192
156
182

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

Portions of RGB colors in percentages

R + G + B = 192 + 156 + 182 = 530 (100%)
R 192 of 530 ~ 36.23%
G 156 of 530 ~ 29.43%
B 182 of 530 ~ 34.34'%

%36.23
%29.43
%34.34

CMYK color model

#C09CB6 color CMYK value is (0,19,5,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 5.21%
  • key color value is 24.71%

CMYK: (0,19,5,25)
C0M19Y5K25 (0%, 19%, 5%, 25%)
(0.00 / 0.19 / 0.05 / 0.25)

CMYK percentages

%0
%18.75
%5.21
%24.71

Codes

Color #C09CB6 in popluar color models

C0 9C B6
RGB 192 156 182
HSL 317° 22.22% 68.24%
HSB/HSV 317° 18.75% 75.29%
CMYK 0.00% 18.75% 5.21%
24.71%

Color #C09CB6 in popluar number systems.

HEX C0 9C B6
Decimal 192 156 182
Binary 11000000 10011100 10110110
Octal 300 234 266

Shades and tints

Shades of #C09CB6

#C09CB6
(192,156,182)
#AF8EA6
(175,142,166)
#9E8096
(158,128,150)
#8D7286
(141,114,134)
#7C6476
(124,100,118)
#6B5666
(107,86,102)
#5A4856
(90,72,86)
#493A46
(73,58,70)
#382C36
(56,44,54)
#271E26
(39,30,38)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #C09CB6

#C09CB6
(192,156,182)
#C5A5BC
(197,165,188)
#CAAEC2
(202,174,194)
#CFB7C8
(207,183,200)
#D4C0CE
(212,192,206)
#D9C9D4
(217,201,212)
#DED2DA
(222,210,218)
#E3DBE0
(227,219,224)
#E8E4E6
(232,228,230)
#EDEDEC
(237,237,236)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CB6; }

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

This text font color is #C09CB6.

Background Color

.myBgColor { background-color: #C09CB6; }

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

This div background color is #C09CB6.

Border color

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

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

This div border color is #C09CB6.

Opacity

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

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

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

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

This text has shadow with #C09CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09CB6.

Preview

Color preview on black background

This text has color #C09CB6 on black background.


Color preview on white background

This text has color #C09CB6 on white background.


Black color preview on #C09CB6 background

This text has black color on #C09CB6 background.


White color preview on #C09CB6 background

This text has white color on #C09CB6 background.


Related colors

Complementary color

Complementary color for #hex is #3F6349.


I love getcolorcode.com

Triadic colors

1 #B6C09C and #9CB6C0 with #C09CB6 are triadic colors.

2 #B69CC0 and #9CC0B6 with #C09CB6 are triadic colors.