COLOR #C8A8A1

HEX: #C8A8A1 RGB: (200,168,161)

Color info

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

RGB color model

#C8A8A1 color RGB value is (200,168,161).

RGB: (200,168,161) (78%, 66%, 63%)

RGB channels and saturation

R 200 of 255 = 78%
G 168 of 255 = 66%
B 161 of 255 = 63%

200
168
161

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

Portions of RGB colors in percentages

R + G + B = 200 + 168 + 161 = 529 (100%)
R 200 of 529 ~ 37.81%
G 168 of 529 ~ 31.76%
B 161 of 529 ~ 30.43'%

%37.81
%31.76
%30.43

CMYK color model

#C8A8A1 color CMYK value is (0,16,20,22).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 19.50%
  • key color value is 21.57%

CMYK: (0,16,20,22)
C0M16Y20K22 (0%, 16%, 20%, 22%)
(0.00 / 0.16 / 0.20 / 0.22)

CMYK percentages

%0
%16
%19.5
%21.57

Codes

Color #C8A8A1 in popluar color models

C8 A8 A1
RGB 200 168 161
HSL 11° 26.17% 70.78%
HSB/HSV 11° 19.50% 78.43%
CMYK 0.00% 16.00% 19.50%
21.57%

Color #C8A8A1 in popluar number systems.

HEX C8 A8 A1
Decimal 200 168 161
Binary 11001000 10101000 10100001
Octal 310 250 241

Shades and tints

Shades of #C8A8A1

#C8A8A1
(200,168,161)
#B69993
(182,153,147)
#A48A85
(164,138,133)
#927B77
(146,123,119)
#806C69
(128,108,105)
#6E5D5B
(110,93,91)
#5C4E4D
(92,78,77)
#4A3F3F
(74,63,63)
#383031
(56,48,49)
#262123
(38,33,35)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C8A8A1

#C8A8A1
(200,168,161)
#CDAFA9
(205,175,169)
#D2B6B1
(210,182,177)
#D7BDB9
(215,189,185)
#DCC4C1
(220,196,193)
#E1CBC9
(225,203,201)
#E6D2D1
(230,210,209)
#EBD9D9
(235,217,217)
#F0E0E1
(240,224,225)
#F5E7E9
(245,231,233)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A8A1 color. Also use rgb(200,168,161) instead hex code.

Text Font Color

.myTextColor { color: #C8A8A1; }

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

This text font color is #C8A8A1.

Background Color

.myBgColor { background-color: #C8A8A1; }

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

This div background color is #C8A8A1.

Border color

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

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

This div border color is #C8A8A1.

Opacity

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

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

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

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

This text has shadow with #C8A8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A8A1.

Preview

Color preview on black background

This text has color #C8A8A1 on black background.


Color preview on white background

This text has color #C8A8A1 on white background.


Black color preview on #C8A8A1 background

This text has black color on #C8A8A1 background.


White color preview on #C8A8A1 background

This text has white color on #C8A8A1 background.


Related colors

Complementary color

Complementary color for #hex is #37575E.


I love getcolorcode.com

Triadic colors

1 #A1C8A8 and #A8A1C8 with #C8A8A1 are triadic colors.

2 #A1A8C8 and #A8C8A1 with #C8A8A1 are triadic colors.