COLOR #C0A8A0

HEX: #C0A8A0
RGB: (192,168,160)

Color info

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

RGB color model

#C0A8A0 color RGB value is (192,168,160).

  • red value is 192;
  • green value is 168;
  • blue value is 160.
RGB:
(192,168,160)
(75%,66%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 160 of 255 = 63%

192
168
160

R + G + B ~ 68%. #C0A8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 168 + 160 = 520 (100%)
R 192 of 520 ~ 36.92%
G 168 of 520 ~ 32.31%
B 160 of 520 ~ 30.77%

%36.92
%32.31
%30.77

CMYK color model

#C0A8A0 color CMYK value is (0,13,17,25).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,13,17,25)
C0M13Y17K25 
(0%,13%,17%,25%)
(0.00/0.13/0.17/0.25)	

CMYK percentages

%0
%12.5
%16.67
%24.71

Codes

Color #C0A8A0 in popluar color models

C0A8A0
RGB192168160
HSL15°20.25%69.02%
HSB/HSV15°16.67%75.29%
CMYK0.00%12.50%16.67%
24.71%

Color #C0A8A0 in popluar number systems.

HEXC0A8A0
Decimal192168160
Binary110000001010100010100000
Octal300250240

Shades and tints

Shades of #C0A8A0

#C0A8A0
(192,168,160)
#AF9992
(175,153,146)
#9E8A84
(158,138,132)
#8D7B76
(141,123,118)
#7C6C68
(124,108,104)
#6B5D5A
(107,93,90)
#5A4E4C
(90,78,76)
#493F3E
(73,63,62)
#383030
(56,48,48)
#272122
(39,33,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C0A8A0

#C0A8A0
(192,168,160)
#C5AFA8
(197,175,168)
#CAB6B0
(202,182,176)
#CFBDB8
(207,189,184)
#D4C4C0
(212,196,192)
#D9CBC8
(217,203,200)
#DED2D0
(222,210,208)
#E3D9D8
(227,217,216)
#E8E0E0
(232,224,224)
#EDE7E8
(237,231,232)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A8A0 color. Also use rgb(192,168,160) instead hex code.

Text Font Color

.myTextColor { color: #C0A8A0; }

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

This text font color is #C0A8A0.


Background Color

.myBgColor { background-color: #C0A8A0; }

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

This div background color is #C0A8A0.


Border color

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

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

This div border color is #C0A8A0.


Opacity

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

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

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

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

This text has shadow with #C0A8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A8A0 on black background.


Color preview on white background

This text has color #C0A8A0 on white background.



Black color preview on #C0A8A0 background

This text has black color on #C0A8A0 background.


White color preview on #C0A8A0 background

This text has white color on #C0A8A0 background.