COLOR #C8A7A2

HEX: #C8A7A2 RGB: (200,167,162)

Color info

#C8A7A2 contains red, green and blue colors in about the same proportion. Web safe color of #C8A7A2 is #CC9999 (or #C99).

RGB color model

#C8A7A2 color RGB value is (200,167,162).

RGB: (200,167,162) (78%, 65%, 64%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 162 of 255 = 64%

200
167
162

R + G + B ~ 69%. #C8A7A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 167 + 162 = 529 (100%)
R 200 of 529 ~ 37.81%
G 167 of 529 ~ 31.57%
B 162 of 529 ~ 30.62'%

%37.81
%31.57
%30.62

CMYK color model

#C8A7A2 color CMYK value is (0,17,19,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 19.00%
  • key color value is 21.57%

CMYK: (0,17,19,22)
C0M17Y19K22 (0%, 17%, 19%, 22%)
(0.00 / 0.17 / 0.19 / 0.22)

CMYK percentages

%0
%16.5
%19
%21.57

Codes

Color #C8A7A2 in popluar color models

C8 A7 A2
RGB 200 167 162
HSL 25.68% 70.98%
HSB/HSV 19.00% 78.43%
CMYK 0.00% 16.50% 19.00%
21.57%

Color #C8A7A2 in popluar number systems.

HEX C8 A7 A2
Decimal 200 167 162
Binary 11001000 10100111 10100010
Octal 310 247 242

Shades and tints

Shades of #C8A7A2

#C8A7A2
(200,167,162)
#B69894
(182,152,148)
#A48986
(164,137,134)
#927A78
(146,122,120)
#806B6A
(128,107,106)
#6E5C5C
(110,92,92)
#5C4D4E
(92,77,78)
#4A3E40
(74,62,64)
#382F32
(56,47,50)
#262024
(38,32,36)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #C8A7A2

#C8A7A2
(200,167,162)
#CDAFAA
(205,175,170)
#D2B7B2
(210,183,178)
#D7BFBA
(215,191,186)
#DCC7C2
(220,199,194)
#E1CFCA
(225,207,202)
#E6D7D2
(230,215,210)
#EBDFDA
(235,223,218)
#F0E7E2
(240,231,226)
#F5EFEA
(245,239,234)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A7A2 color. Also use rgb(200,167,162) instead hex code.

Text Font Color

.myTextColor { color: #C8A7A2; }

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

This text font color is #C8A7A2.

Background Color

.myBgColor { background-color: #C8A7A2; }

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

This div background color is #C8A7A2.

Border color

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

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

This div border color is #C8A7A2.

Opacity

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

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

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

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

This text has shadow with #C8A7A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A7A2.

Preview

Color preview on black background

This text has color #C8A7A2 on black background.


Color preview on white background

This text has color #C8A7A2 on white background.


Black color preview on #C8A7A2 background

This text has black color on #C8A7A2 background.


White color preview on #C8A7A2 background

This text has white color on #C8A7A2 background.


Related colors

Complementary color

Complementary color for #hex is #37585D.


I love getcolorcode.com

Triadic colors

1 #A2C8A7 and #A7A2C8 with #C8A7A2 are triadic colors.

2 #A2A7C8 and #A7C8A2 with #C8A7A2 are triadic colors.