COLOR #C9A0CD

HEX: #C9A0CD RGB: (201,160,205)

Color info

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

RGB color model

#C9A0CD color RGB value is (201,160,205).

RGB: (201,160,205) (79%, 63%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 160 of 255 = 63%
B 205 of 255 = 80%

201
160
205

R + G + B ~ 74%. #C9A0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 160 + 205 = 566 (100%)
R 201 of 566 ~ 35.51%
G 160 of 566 ~ 28.27%
B 205 of 566 ~ 36.22'%

%35.51
%28.27
%36.22

CMYK color model

#C9A0CD color CMYK value is (2,22,0,20).

  • cyan value is 1.95%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (2,22,0,20) C2M22Y0K20 (2%,22%,0%,20%) (0.02/0.22/0.00/0.20) 

CMYK percentages

%1.95
%21.95
%0
%19.61

Codes

Color #C9A0CD in popluar color models

C9 A0 CD
RGB 201 160 205
HSL 295° 31.03% 71.57%
HSB/HSV 295° 21.95% 80.39%
CMYK 1.95% 21.95% 0.00%
19.61%

Color #C9A0CD in popluar number systems.

HEX C9 A0 CD
Decimal 201 160 205
Binary 11001001 10100000 11001101
Octal 311 240 315

Shades and tints

Shades of #C9A0CD

#C9A0CD
(201,160,205)
#B792BB
(183,146,187)
#A584A9
(165,132,169)
#937697
(147,118,151)
#816885
(129,104,133)
#6F5A73
(111,90,115)
#5D4C61
(93,76,97)
#4B3E4F
(75,62,79)
#39303D
(57,48,61)
#27222B
(39,34,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C9A0CD

#C9A0CD
(201,160,205)
#CDA8D1
(205,168,209)
#D1B0D5
(209,176,213)
#D5B8D9
(213,184,217)
#D9C0DD
(217,192,221)
#DDC8E1
(221,200,225)
#E1D0E5
(225,208,229)
#E5D8E9
(229,216,233)
#E9E0ED
(233,224,237)
#EDE8F1
(237,232,241)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A0CD color. Also use rgb(201,160,205) instead hex code.

Text Font Color

.myTextColor { color: #C9A0CD; }

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

This text font color is #C9A0CD.

Background Color

.myBgColor { background-color: #C9A0CD; }

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

This div background color is #C9A0CD.

Border color

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

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

This div border color is #C9A0CD.

Opacity

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

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

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

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

This text has shadow with #C9A0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A0CD.

Preview

Color preview on black background

This text has color #C9A0CD on black background.


Color preview on white background

This text has color #C9A0CD on white background.


Black color preview on #C9A0CD background

This text has black color on #C9A0CD background.


White color preview on #C9A0CD background

This text has white color on #C9A0CD background.


Related colors

Complementary color

Complementary color for #hex is #365F32.


I love getcolorcode.com

Triadic colors

1 #CDC9A0 and #A0CDC9 with #C9A0CD are triadic colors.

2 #CDA0C9 and #A0C9CD with #C9A0CD are triadic colors.