COLOR #C9A0CF

HEX: #C9A0CF RGB: (201,160,207)

Color info

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

RGB color model

#C9A0CF color RGB value is (201,160,207).

RGB: (201,160,207) (79%, 63%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 160 of 255 = 63%
B 207 of 255 = 81%

201
160
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 160 + 207 = 568 (100%)
R 201 of 568 ~ 35.39%
G 160 of 568 ~ 28.17%
B 207 of 568 ~ 36.44'%

%35.39
%28.17
%36.44

CMYK color model

#C9A0CF color CMYK value is (3,23,0,19).

  • cyan value is 2.90%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (3,23,0,19)
C3M23Y0K19 (3%, 23%, 0%, 19%)
(0.03 / 0.23 / 0.00 / 0.19)

CMYK percentages

%2.9
%22.71
%0
%18.82

Codes

Color #C9A0CF in popluar color models

C9 A0 CF
RGB 201 160 207
HSL 292° 32.87% 71.96%
HSB/HSV 292° 22.71% 81.18%
CMYK 2.90% 22.71% 0.00%
18.82%

Color #C9A0CF in popluar number systems.

HEX C9 A0 CF
Decimal 201 160 207
Binary 11001001 10100000 11001111
Octal 311 240 317

Shades and tints

Shades of #C9A0CF

#C9A0CF
(201,160,207)
#B792BD
(183,146,189)
#A584AB
(165,132,171)
#937699
(147,118,153)
#816887
(129,104,135)
#6F5A75
(111,90,117)
#5D4C63
(93,76,99)
#4B3E51
(75,62,81)
#39303F
(57,48,63)
#27222D
(39,34,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C9A0CF

#C9A0CF
(201,160,207)
#CDA8D3
(205,168,211)
#D1B0D7
(209,176,215)
#D5B8DB
(213,184,219)
#D9C0DF
(217,192,223)
#DDC8E3
(221,200,227)
#E1D0E7
(225,208,231)
#E5D8EB
(229,216,235)
#E9E0EF
(233,224,239)
#EDE8F3
(237,232,243)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A0CF; }

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

This text font color is #C9A0CF.

Background Color

.myBgColor { background-color: #C9A0CF; }

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

This div background color is #C9A0CF.

Border color

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

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

This div border color is #C9A0CF.

Opacity

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

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

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

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

This text has shadow with #C9A0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A0CF.

Preview

Color preview on black background

This text has color #C9A0CF on black background.


Color preview on white background

This text has color #C9A0CF on white background.


Black color preview on #C9A0CF background

This text has black color on #C9A0CF background.


White color preview on #C9A0CF background

This text has white color on #C9A0CF background.


Related colors

Complementary color

Complementary color for #hex is #365F30.


I love getcolorcode.com

Triadic colors

1 #CFC9A0 and #A0CFC9 with #C9A0CF are triadic colors.

2 #CFA0C9 and #A0C9CF with #C9A0CF are triadic colors.