COLOR #CFA0C0

HEX: #CFA0C0 RGB: (207,160,192)

Color info

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

RGB color model

#CFA0C0 color RGB value is (207,160,192).

RGB: (207,160,192) (81%, 63%, 75%)

RGB channels and saturation

R 207 of 255 = 81%
G 160 of 255 = 63%
B 192 of 255 = 75%

207
160
192

R + G + B ~ 73%. #CFA0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 160 + 192 = 559 (100%)
R 207 of 559 ~ 37.03%
G 160 of 559 ~ 28.62%
B 192 of 559 ~ 34.35'%

%37.03
%28.62
%34.35

CMYK color model

#CFA0C0 color CMYK value is (0,23,7,19).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 7.25%
  • key color value is 18.82%
CMYK: (0,23,7,19) C0M23Y7K19 (0%,23%,7%,19%) (0.00/0.23/0.07/0.19) 

CMYK percentages

%0
%22.71
%7.25
%18.82

Codes

Color #CFA0C0 in popluar color models

CF A0 C0
RGB 207 160 192
HSL 319° 32.87% 71.96%
HSB/HSV 319° 22.71% 81.18%
CMYK 0.00% 22.71% 7.25%
18.82%

Color #CFA0C0 in popluar number systems.

HEX CF A0 C0
Decimal 207 160 192
Binary 11001111 10100000 11000000
Octal 317 240 300

Shades and tints

Shades of #CFA0C0

#CFA0C0
(207,160,192)
#BD92AF
(189,146,175)
#AB849E
(171,132,158)
#99768D
(153,118,141)
#87687C
(135,104,124)
#755A6B
(117,90,107)
#634C5A
(99,76,90)
#513E49
(81,62,73)
#3F3038
(63,48,56)
#2D2227
(45,34,39)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #CFA0C0

#CFA0C0
(207,160,192)
#D3A8C5
(211,168,197)
#D7B0CA
(215,176,202)
#DBB8CF
(219,184,207)
#DFC0D4
(223,192,212)
#E3C8D9
(227,200,217)
#E7D0DE
(231,208,222)
#EBD8E3
(235,216,227)
#EFE0E8
(239,224,232)
#F3E8ED
(243,232,237)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA0C0; }

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

This text font color is #CFA0C0.

Background Color

.myBgColor { background-color: #CFA0C0; }

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

This div background color is #CFA0C0.

Border color

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

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

This div border color is #CFA0C0.

Opacity

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

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

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

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

This text has shadow with #CFA0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFA0C0.

Preview

Color preview on black background

This text has color #CFA0C0 on black background.


Color preview on white background

This text has color #CFA0C0 on white background.


Black color preview on #CFA0C0 background

This text has black color on #CFA0C0 background.


White color preview on #CFA0C0 background

This text has white color on #CFA0C0 background.


Related colors

Complementary color

Complementary color for #hex is #305F3F.


I love getcolorcode.com

Triadic colors

1 #C0CFA0 and #A0C0CF with #CFA0C0 are triadic colors.

2 #C0A0CF and #A0CFC0 with #CFA0C0 are triadic colors.