COLOR #C09BCC

HEX: #C09BCC
RGB: (192,155,204)

Color info

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

RGB color model

#C09BCC color RGB value is (192,155,204).

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

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 204 of 255 = 80%

192
155
204

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

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 204 = 551 (100%)
R 192 of 551 ~ 34.85%
G 155 of 551 ~ 28.13%
B 204 of 551 ~ 37.02%

%34.85
%28.13
%37.02

CMYK color model

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

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

CMYK percentages

%5.88
%24.02
%0
%20

Codes

Color #C09BCC in popluar color models

C09BCC
RGB192155204
HSL285°32.45%70.39%
HSB/HSV285°24.02%80.00%
CMYK5.88%24.02%0.00%
20.00%

Color #C09BCC in popluar number systems.

HEXC09BCC
Decimal192155204
Binary110000001001101111001100
Octal300233314

Shades and tints

Shades of #C09BCC

#C09BCC
(192,155,204)
#AF8DBA
(175,141,186)
#9E7FA8
(158,127,168)
#8D7196
(141,113,150)
#7C6384
(124,99,132)
#6B5572
(107,85,114)
#5A4760
(90,71,96)
#49394E
(73,57,78)
#382B3C
(56,43,60)
#271D2A
(39,29,42)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #C09BCC

#C09BCC
(192,155,204)
#C5A4D0
(197,164,208)
#CAADD4
(202,173,212)
#CFB6D8
(207,182,216)
#D4BFDC
(212,191,220)
#D9C8E0
(217,200,224)
#DED1E4
(222,209,228)
#E3DAE8
(227,218,232)
#E8E3EC
(232,227,236)
#EDECF0
(237,236,240)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09BCC color. Also use rgb(192,155,204) instead hex code.

Text Font Color

.myTextColor { color: #C09BCC; }

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

This text font color is #C09BCC.


Background Color

.myBgColor { background-color: #C09BCC; }

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

This div background color is #C09BCC.


Border color

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

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

This div border color is #C09BCC.


Opacity

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

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

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

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

This text has shadow with #C09BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09BCC on black background.


Color preview on white background

This text has color #C09BCC on white background.



Black color preview on #C09BCC background

This text has black color on #C09BCC background.


White color preview on #C09BCC background

This text has white color on #C09BCC background.