COLOR #C09CC6

HEX: #C09CC6 RGB: (192,156,198)

Color info

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

RGB color model

#C09CC6 color RGB value is (192,156,198).

RGB: (192,156,198) (75%, 61%, 78%)

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 198 of 255 = 78%

192
156
198

R + G + B ~ 71%. #C09CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 156 + 198 = 546 (100%)
R 192 of 546 ~ 35.16%
G 156 of 546 ~ 28.57%
B 198 of 546 ~ 36.26'%

%35.16
%28.57
%36.26

CMYK color model

#C09CC6 color CMYK value is (3,21,0,22).

  • cyan value is 3.03%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (3,21,0,22)
C3M21Y0K22 (3%, 21%, 0%, 22%)
(0.03 / 0.21 / 0.00 / 0.22)

CMYK percentages

%3.03
%21.21
%0
%22.35

Codes

Color #C09CC6 in popluar color models

C0 9C C6
RGB 192 156 198
HSL 291° 26.92% 69.41%
HSB/HSV 291° 21.21% 77.65%
CMYK 3.03% 21.21% 0.00%
22.35%

Color #C09CC6 in popluar number systems.

HEX C0 9C C6
Decimal 192 156 198
Binary 11000000 10011100 11000110
Octal 300 234 306

Shades and tints

Shades of #C09CC6

#C09CC6
(192,156,198)
#AF8EB4
(175,142,180)
#9E80A2
(158,128,162)
#8D7290
(141,114,144)
#7C647E
(124,100,126)
#6B566C
(107,86,108)
#5A485A
(90,72,90)
#493A48
(73,58,72)
#382C36
(56,44,54)
#271E24
(39,30,36)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C09CC6

#C09CC6
(192,156,198)
#C5A5CB
(197,165,203)
#CAAED0
(202,174,208)
#CFB7D5
(207,183,213)
#D4C0DA
(212,192,218)
#D9C9DF
(217,201,223)
#DED2E4
(222,210,228)
#E3DBE9
(227,219,233)
#E8E4EE
(232,228,238)
#EDEDF3
(237,237,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CC6; }

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

This text font color is #C09CC6.

Background Color

.myBgColor { background-color: #C09CC6; }

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

This div background color is #C09CC6.

Border color

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

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

This div border color is #C09CC6.

Opacity

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

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

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

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

This text has shadow with #C09CC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09CC6.

Preview

Color preview on black background

This text has color #C09CC6 on black background.


Color preview on white background

This text has color #C09CC6 on white background.


Black color preview on #C09CC6 background

This text has black color on #C09CC6 background.


White color preview on #C09CC6 background

This text has white color on #C09CC6 background.


Related colors

Complementary color

Complementary color for #hex is #3F6339.


I love getcolorcode.com

Triadic colors

1 #C6C09C and #9CC6C0 with #C09CC6 are triadic colors.

2 #C69CC0 and #9CC0C6 with #C09CC6 are triadic colors.