COLOR #C0C8AA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

192
200
170

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

Portions of RGB colors in percentages

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

%34.16
%35.59
%30.25

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (4,0,15,22)
C4M0Y15K22 (4%, 0%, 15%, 22%)
(0.04 / 0.00 / 0.15 / 0.22)

CMYK percentages

%4
%0
%15
%21.57

Codes

Color #C0C8AA in popluar color models

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

Color #C0C8AA in popluar number systems.

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

Shades and tints

Shades of #C0C8AA

#C0C8AA
(192,200,170)
#AFB69B
(175,182,155)
#9EA48C
(158,164,140)
#8D927D
(141,146,125)
#7C806E
(124,128,110)
#6B6E5F
(107,110,95)
#5A5C50
(90,92,80)
#494A41
(73,74,65)
#383832
(56,56,50)
#272623
(39,38,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C0C8AA

#C0C8AA
(192,200,170)
#C5CDB1
(197,205,177)
#CAD2B8
(202,210,184)
#CFD7BF
(207,215,191)
#D4DCC6
(212,220,198)
#D9E1CD
(217,225,205)
#DEE6D4
(222,230,212)
#E3EBDB
(227,235,219)
#E8F0E2
(232,240,226)
#EDF5E9
(237,245,233)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C8AA; }

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

This text font color is #C0C8AA.

Background Color

.myBgColor { background-color: #C0C8AA; }

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

This div background color is #C0C8AA.

Border color

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

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

This div border color is #C0C8AA.

Opacity

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

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

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

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

This text has shadow with #C0C8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C8AA.

Preview

Color preview on black background

This text has color #C0C8AA on black background.


Color preview on white background

This text has color #C0C8AA on white background.


Black color preview on #C0C8AA background

This text has black color on #C0C8AA background.


White color preview on #C0C8AA background

This text has white color on #C0C8AA background.


Related colors

Complementary color

Complementary color for #hex is #3F3755.


I love getcolorcode.com

Triadic colors

1 #AAC0C8 and #C8AAC0 with #C0C8AA are triadic colors.

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