COLOR #C09CCE

HEX: #C09CCE
RGB: (192,156,206)

Color info

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

RGB color model

#C09CCE color RGB value is (192,156,206).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 206 of 255 = 81%

192
156
206

R + G + B ~ 72%. #C09CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 206 = 554 (100%)
R 192 of 554 ~ 34.66%
G 156 of 554 ~ 28.16%
B 206 of 554 ~ 37.18%

%34.66
%28.16
%37.18

CMYK color model

#C09CCE color CMYK value is (7,24,0,19).

  • cyan value is 6.80%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,24,0,19)
C7M24Y0K19 
(7%,24%,0%,19%)
(0.07/0.24/0.00/0.19)	

CMYK percentages

%6.8
%24.27
%0
%19.22

Codes

Color #C09CCE in popluar color models

C09CCE
RGB192156206
HSL283°33.78%70.98%
HSB/HSV283°24.27%80.78%
CMYK6.80%24.27%0.00%
19.22%

Color #C09CCE in popluar number systems.

HEXC09CCE
Decimal192156206
Binary110000001001110011001110
Octal300234316

Shades and tints

Shades of #C09CCE

#C09CCE
(192,156,206)
#AF8EBC
(175,142,188)
#9E80AA
(158,128,170)
#8D7298
(141,114,152)
#7C6486
(124,100,134)
#6B5674
(107,86,116)
#5A4862
(90,72,98)
#493A50
(73,58,80)
#382C3E
(56,44,62)
#271E2C
(39,30,44)
#16101A
(22,16,26)
#000000
(0,0,0)

Tints of #C09CCE

#C09CCE
(192,156,206)
#C5A5D2
(197,165,210)
#CAAED6
(202,174,214)
#CFB7DA
(207,183,218)
#D4C0DE
(212,192,222)
#D9C9E2
(217,201,226)
#DED2E6
(222,210,230)
#E3DBEA
(227,219,234)
#E8E4EE
(232,228,238)
#EDEDF2
(237,237,242)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CCE; }

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

This text font color is #C09CCE.


Background Color

.myBgColor { background-color: #C09CCE; }

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

This div background color is #C09CCE.


Border color

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

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

This div border color is #C09CCE.


Opacity

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

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

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

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

This text has shadow with #C09CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CCE on black background.


Color preview on white background

This text has color #C09CCE on white background.



Black color preview on #C09CCE background

This text has black color on #C09CCE background.


White color preview on #C09CCE background

This text has white color on #C09CCE background.