COLOR #C8A0C5

HEX: #C8A0C5 RGB: (200,160,197)

Color info

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

RGB color model

#C8A0C5 color RGB value is (200,160,197).

RGB: (200,160,197) (78%, 63%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 160 of 255 = 63%
B 197 of 255 = 77%

200
160
197

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

Portions of RGB colors in percentages

R + G + B = 200 + 160 + 197 = 557 (100%)
R 200 of 557 ~ 35.91%
G 160 of 557 ~ 28.73%
B 197 of 557 ~ 35.37'%

%35.91
%28.73
%35.37

CMYK color model

#C8A0C5 color CMYK value is (0,20,1,22).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.50%
  • key color value is 21.57%

CMYK: (0,20,1,22)
C0M20Y1K22 (0%, 20%, 1%, 22%)
(0.00 / 0.20 / 0.01 / 0.22)

CMYK percentages

%0
%20
%1.5
%21.57

Codes

Color #C8A0C5 in popluar color models

C8 A0 C5
RGB 200 160 197
HSL 305° 26.67% 70.59%
HSB/HSV 305° 20.00% 78.43%
CMYK 0.00% 20.00% 1.50%
21.57%

Color #C8A0C5 in popluar number systems.

HEX C8 A0 C5
Decimal 200 160 197
Binary 11001000 10100000 11000101
Octal 310 240 305

Shades and tints

Shades of #C8A0C5

#C8A0C5
(200,160,197)
#B692B4
(182,146,180)
#A484A3
(164,132,163)
#927692
(146,118,146)
#806881
(128,104,129)
#6E5A70
(110,90,112)
#5C4C5F
(92,76,95)
#4A3E4E
(74,62,78)
#38303D
(56,48,61)
#26222C
(38,34,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #C8A0C5

#C8A0C5
(200,160,197)
#CDA8CA
(205,168,202)
#D2B0CF
(210,176,207)
#D7B8D4
(215,184,212)
#DCC0D9
(220,192,217)
#E1C8DE
(225,200,222)
#E6D0E3
(230,208,227)
#EBD8E8
(235,216,232)
#F0E0ED
(240,224,237)
#F5E8F2
(245,232,242)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A0C5 color. Also use rgb(200,160,197) instead hex code.

Text Font Color

.myTextColor { color: #C8A0C5; }

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

This text font color is #C8A0C5.

Background Color

.myBgColor { background-color: #C8A0C5; }

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

This div background color is #C8A0C5.

Border color

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

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

This div border color is #C8A0C5.

Opacity

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

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

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

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

This text has shadow with #C8A0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A0C5.

Preview

Color preview on black background

This text has color #C8A0C5 on black background.


Color preview on white background

This text has color #C8A0C5 on white background.


Black color preview on #C8A0C5 background

This text has black color on #C8A0C5 background.


White color preview on #C8A0C5 background

This text has white color on #C8A0C5 background.


Related colors

Complementary color

Complementary color for #hex is #375F3A.


I love getcolorcode.com

Triadic colors

1 #C5C8A0 and #A0C5C8 with #C8A0C5 are triadic colors.

2 #C5A0C8 and #A0C8C5 with #C8A0C5 are triadic colors.