COLOR #C09DC0

HEX: #C09DC0 RGB: (192,157,192)

Color info

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

RGB color model

#C09DC0 color RGB value is (192,157,192).

RGB: (192,157,192) (75%, 62%, 75%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 192 of 255 = 75%

192
157
192

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

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 192 = 541 (100%)
R 192 of 541 ~ 35.49%
G 157 of 541 ~ 29.02%
B 192 of 541 ~ 35.49'%

%35.49
%29.02
%35.49

CMYK color model

#C09DC0 color CMYK value is (0,18,0,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (0,18,0,25)
C0M18Y0K25 (0%, 18%, 0%, 25%)
(0.00 / 0.18 / 0.00 / 0.25)

CMYK percentages

%0
%18.23
%0
%24.71

Codes

Color #C09DC0 in popluar color models

C0 9D C0
RGB 192 157 192
HSL 300° 21.74% 68.43%
HSB/HSV 300° 18.23% 75.29%
CMYK 0.00% 18.23% 0.00%
24.71%

Color #C09DC0 in popluar number systems.

HEX C0 9D C0
Decimal 192 157 192
Binary 11000000 10011101 11000000
Octal 300 235 300

Shades and tints

Shades of #C09DC0

#C09DC0
(192,157,192)
#AF8FAF
(175,143,175)
#9E819E
(158,129,158)
#8D738D
(141,115,141)
#7C657C
(124,101,124)
#6B576B
(107,87,107)
#5A495A
(90,73,90)
#493B49
(73,59,73)
#382D38
(56,45,56)
#271F27
(39,31,39)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C09DC0

#C09DC0
(192,157,192)
#C5A5C5
(197,165,197)
#CAADCA
(202,173,202)
#CFB5CF
(207,181,207)
#D4BDD4
(212,189,212)
#D9C5D9
(217,197,217)
#DECDDE
(222,205,222)
#E3D5E3
(227,213,227)
#E8DDE8
(232,221,232)
#EDE5ED
(237,229,237)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09DC0; }

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

This text font color is #C09DC0.

Background Color

.myBgColor { background-color: #C09DC0; }

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

This div background color is #C09DC0.

Border color

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

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

This div border color is #C09DC0.

Opacity

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

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

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

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

This text has shadow with #C09DC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09DC0.

Preview

Color preview on black background

This text has color #C09DC0 on black background.


Color preview on white background

This text has color #C09DC0 on white background.


Black color preview on #C09DC0 background

This text has black color on #C09DC0 background.


White color preview on #C09DC0 background

This text has white color on #C09DC0 background.


Related colors

Complementary color

Complementary color for #hex is #3F623F.


I love getcolorcode.com

Triadic colors

1 #C0C09D and #9DC0C0 with #C09DC0 are triadic colors.

2 #C09DC0 and #9DC0C0 with #C09DC0 are triadic colors.