COLOR #C09CCD

HEX: #C09CCD
RGB: (192,156,205)

Color info

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

RGB color model

#C09CCD color RGB value is (192,156,205).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 205 of 255 = 80%

192
156
205

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

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 205 = 553 (100%)
R 192 of 553 ~ 34.72%
G 156 of 553 ~ 28.21%
B 205 of 553 ~ 37.07%

%34.72
%28.21
%37.07

CMYK color model

#C09CCD color CMYK value is (6,24,0,20).

  • cyan value is 6.34%
  • magenta value is 23.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,24,0,20)
C6M24Y0K20 
(6%,24%,0%,20%)
(0.06/0.24/0.00/0.20)	

CMYK percentages

%6.34
%23.9
%0
%19.61

Codes

Color #C09CCD in popluar color models

C09CCD
RGB192156205
HSL284°32.89%70.78%
HSB/HSV284°23.90%80.39%
CMYK6.34%23.90%0.00%
19.61%

Color #C09CCD in popluar number systems.

HEXC09CCD
Decimal192156205
Binary110000001001110011001101
Octal300234315

Shades and tints

Shades of #C09CCD

#C09CCD
(192,156,205)
#AF8EBB
(175,142,187)
#9E80A9
(158,128,169)
#8D7297
(141,114,151)
#7C6485
(124,100,133)
#6B5673
(107,86,115)
#5A4861
(90,72,97)
#493A4F
(73,58,79)
#382C3D
(56,44,61)
#271E2B
(39,30,43)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C09CCD

#C09CCD
(192,156,205)
#C5A5D1
(197,165,209)
#CAAED5
(202,174,213)
#CFB7D9
(207,183,217)
#D4C0DD
(212,192,221)
#D9C9E1
(217,201,225)
#DED2E5
(222,210,229)
#E3DBE9
(227,219,233)
#E8E4ED
(232,228,237)
#EDEDF1
(237,237,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CCD; }

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

This text font color is #C09CCD.


Background Color

.myBgColor { background-color: #C09CCD; }

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

This div background color is #C09CCD.


Border color

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

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

This div border color is #C09CCD.


Opacity

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

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

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

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

This text has shadow with #C09CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CCD on black background.


Color preview on white background

This text has color #C09CCD on white background.



Black color preview on #C09CCD background

This text has black color on #C09CCD background.


White color preview on #C09CCD background

This text has white color on #C09CCD background.