COLOR #C8C0AA

HEX: #C8C0AA RGB: (200,192,170)

Color info

#C8C0AA contains red, green and blue colors in about the same proportion. Web safe color of #C8C0AA is #CCCC99 (or #CC9).

RGB color model

#C8C0AA color RGB value is (200,192,170).

RGB: (200,192,170) (78%, 75%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 170 of 255 = 67%

200
192
170

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

Portions of RGB colors in percentages

R + G + B = 200 + 192 + 170 = 562 (100%)
R 200 of 562 ~ 35.59%
G 192 of 562 ~ 34.16%
B 170 of 562 ~ 30.25'%

%35.59
%34.16
%30.25

CMYK color model

#C8C0AA color CMYK value is (0,4,15,22).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK: (0,4,15,22) C0M4Y15K22 (0%,4%,15%,22%) (0.00/0.04/0.15/0.22) 

CMYK percentages

%0
%4
%15
%21.57

Codes

Color #C8C0AA in popluar color models

C8 C0 AA
RGB 200 192 170
HSL 44° 21.43% 72.55%
HSB/HSV 44° 15.00% 78.43%
CMYK 0.00% 4.00% 15.00%
21.57%

Color #C8C0AA in popluar number systems.

HEX C8 C0 AA
Decimal 200 192 170
Binary 11001000 11000000 10101010
Octal 310 300 252

Shades and tints

Shades of #C8C0AA

#C8C0AA
(200,192,170)
#B6AF9B
(182,175,155)
#A49E8C
(164,158,140)
#928D7D
(146,141,125)
#807C6E
(128,124,110)
#6E6B5F
(110,107,95)
#5C5A50
(92,90,80)
#4A4941
(74,73,65)
#383832
(56,56,50)
#262723
(38,39,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C8C0AA

#C8C0AA
(200,192,170)
#CDC5B1
(205,197,177)
#D2CAB8
(210,202,184)
#D7CFBF
(215,207,191)
#DCD4C6
(220,212,198)
#E1D9CD
(225,217,205)
#E6DED4
(230,222,212)
#EBE3DB
(235,227,219)
#F0E8E2
(240,232,226)
#F5EDE9
(245,237,233)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C0AA color. Also use rgb(200,192,170) instead hex code.

Text Font Color

.myTextColor { color: #C8C0AA; }

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

This text font color is #C8C0AA.

Background Color

.myBgColor { background-color: #C8C0AA; }

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

This div background color is #C8C0AA.

Border color

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

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

This div border color is #C8C0AA.

Opacity

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

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

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

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

This text has shadow with #C8C0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C0AA.

Preview

Color preview on black background

This text has color #C8C0AA on black background.


Color preview on white background

This text has color #C8C0AA on white background.


Black color preview on #C8C0AA background

This text has black color on #C8C0AA background.


White color preview on #C8C0AA background

This text has white color on #C8C0AA background.


Related colors

Complementary color

Complementary color for #hex is #373F55.


I love getcolorcode.com

Triadic colors

1 #AAC8C0 and #C0AAC8 with #C8C0AA are triadic colors.

2 #AAC0C8 and #C0C8AA with #C8C0AA are triadic colors.