COLOR #C09CC1

HEX: #C09CC1
RGB: (192,156,193)

Color info

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

RGB color model

#C09CC1 color RGB value is (192,156,193).

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

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 193 of 255 = 76%

192
156
193

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

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 193 = 541 (100%)
R 192 of 541 ~ 35.49%
G 156 of 541 ~ 28.84%
B 193 of 541 ~ 35.67%

%35.49
%28.84
%35.67

CMYK color model

#C09CC1 color CMYK value is (1,19,0,24).

  • cyan value is 0.52%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(1,19,0,24)
C1M19Y0K24 
(1%,19%,0%,24%)
(0.01/0.19/0.00/0.24)	

CMYK percentages

%0.52
%19.17
%0
%24.31

Codes

Color #C09CC1 in popluar color models

C09CC1
RGB192156193
HSL298°22.98%68.43%
HSB/HSV298°19.17%75.69%
CMYK0.52%19.17%0.00%
24.31%

Color #C09CC1 in popluar number systems.

HEXC09CC1
Decimal192156193
Binary110000001001110011000001
Octal300234301

Shades and tints

Shades of #C09CC1

#C09CC1
(192,156,193)
#AF8EB0
(175,142,176)
#9E809F
(158,128,159)
#8D728E
(141,114,142)
#7C647D
(124,100,125)
#6B566C
(107,86,108)
#5A485B
(90,72,91)
#493A4A
(73,58,74)
#382C39
(56,44,57)
#271E28
(39,30,40)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #C09CC1

#C09CC1
(192,156,193)
#C5A5C6
(197,165,198)
#CAAECB
(202,174,203)
#CFB7D0
(207,183,208)
#D4C0D5
(212,192,213)
#D9C9DA
(217,201,218)
#DED2DF
(222,210,223)
#E3DBE4
(227,219,228)
#E8E4E9
(232,228,233)
#EDEDEE
(237,237,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09CC1; }

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

This text font color is #C09CC1.


Background Color

.myBgColor { background-color: #C09CC1; }

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

This div background color is #C09CC1.


Border color

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

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

This div border color is #C09CC1.


Opacity

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

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

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

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

This text has shadow with #C09CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09CC1 on black background.


Color preview on white background

This text has color #C09CC1 on white background.



Black color preview on #C09CC1 background

This text has black color on #C09CC1 background.


White color preview on #C09CC1 background

This text has white color on #C09CC1 background.