COLOR #C8A4C5

HEX: #C8A4C5 RGB: (200,164,197)

Color info

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

RGB color model

#C8A4C5 color RGB value is (200,164,197).

RGB: (200,164,197) (78%, 64%, 77%)

RGB channels and saturation

R 200 of 255 = 78%
G 164 of 255 = 64%
B 197 of 255 = 77%

200
164
197

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

Portions of RGB colors in percentages

R + G + B = 200 + 164 + 197 = 561 (100%)
R 200 of 561 ~ 35.65%
G 164 of 561 ~ 29.23%
B 197 of 561 ~ 35.12'%

%35.65
%29.23
%35.12

CMYK color model

#C8A4C5 color CMYK value is (0,18,1,22).

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

CMYK: (0,18,1,22)
C0M18Y1K22 (0%, 18%, 1%, 22%)
(0.00 / 0.18 / 0.01 / 0.22)

CMYK percentages

%0
%18
%1.5
%21.57

Codes

Color #C8A4C5 in popluar color models

C8 A4 C5
RGB 200 164 197
HSL 305° 24.66% 71.37%
HSB/HSV 305° 18.00% 78.43%
CMYK 0.00% 18.00% 1.50%
21.57%

Color #C8A4C5 in popluar number systems.

HEX C8 A4 C5
Decimal 200 164 197
Binary 11001000 10100100 11000101
Octal 310 244 305

Shades and tints

Shades of #C8A4C5

#C8A4C5
(200,164,197)
#B696B4
(182,150,180)
#A488A3
(164,136,163)
#927A92
(146,122,146)
#806C81
(128,108,129)
#6E5E70
(110,94,112)
#5C505F
(92,80,95)
#4A424E
(74,66,78)
#38343D
(56,52,61)
#26262C
(38,38,44)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #C8A4C5

#C8A4C5
(200,164,197)
#CDACCA
(205,172,202)
#D2B4CF
(210,180,207)
#D7BCD4
(215,188,212)
#DCC4D9
(220,196,217)
#E1CCDE
(225,204,222)
#E6D4E3
(230,212,227)
#EBDCE8
(235,220,232)
#F0E4ED
(240,228,237)
#F5ECF2
(245,236,242)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A4C5; }

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

This text font color is #C8A4C5.

Background Color

.myBgColor { background-color: #C8A4C5; }

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

This div background color is #C8A4C5.

Border color

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

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

This div border color is #C8A4C5.

Opacity

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

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

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

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

This text has shadow with #C8A4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A4C5.

Preview

Color preview on black background

This text has color #C8A4C5 on black background.


Color preview on white background

This text has color #C8A4C5 on white background.


Black color preview on #C8A4C5 background

This text has black color on #C8A4C5 background.


White color preview on #C8A4C5 background

This text has white color on #C8A4C5 background.


Related colors

Complementary color

Complementary color for #hex is #375B3A.


I love getcolorcode.com

Triadic colors

1 #C5C8A4 and #A4C5C8 with #C8A4C5 are triadic colors.

2 #C5A4C8 and #A4C8C5 with #C8A4C5 are triadic colors.