COLOR #C8A0A0

HEX: #C8A0A0
RGB: (200,160,160)

Color info

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

RGB color model

#C8A0A0 color RGB value is (200,160,160).

  • red value is 200;
  • green value is 160;
  • blue value is 160.
RGB:
(200,160,160)
(78%,63%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 160 of 255 = 63%
B 160 of 255 = 63%

200
160
160

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

Portions of RGB colors in percentages

R + G + B =
200 + 160 + 160 = 520 (100%)
R 200 of 520 ~ 38.46%
G 160 of 520 ~ 30.77%
B 160 of 520 ~ 30.77%

%38.46
%30.77
%30.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(0,20,20,22)
C0M20Y20K22 
(0%,20%,20%,22%)
(0.00/0.20/0.20/0.22)	

CMYK percentages

%0
%20
%20
%21.57

Codes

Color #C8A0A0 in popluar color models

C8A0A0
RGB200160160
HSL26.67%70.59%
HSB/HSV20.00%78.43%
CMYK0.00%20.00%20.00%
21.57%

Color #C8A0A0 in popluar number systems.

HEXC8A0A0
Decimal200160160
Binary110010001010000010100000
Octal310240240

Shades and tints

Shades of #C8A0A0

#C8A0A0
(200,160,160)
#B69292
(182,146,146)
#A48484
(164,132,132)
#927676
(146,118,118)
#806868
(128,104,104)
#6E5A5A
(110,90,90)
#5C4C4C
(92,76,76)
#4A3E3E
(74,62,62)
#383030
(56,48,48)
#262222
(38,34,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8A0A0

#C8A0A0
(200,160,160)
#CDA8A8
(205,168,168)
#D2B0B0
(210,176,176)
#D7B8B8
(215,184,184)
#DCC0C0
(220,192,192)
#E1C8C8
(225,200,200)
#E6D0D0
(230,208,208)
#EBD8D8
(235,216,216)
#F0E0E0
(240,224,224)
#F5E8E8
(245,232,232)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A0A0; }

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

This text font color is #C8A0A0.


Background Color

.myBgColor { background-color: #C8A0A0; }

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

This div background color is #C8A0A0.


Border color

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

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

This div border color is #C8A0A0.


Opacity

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

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

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

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

This text has shadow with #C8A0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A0A0 on black background.


Color preview on white background

This text has color #C8A0A0 on white background.



Black color preview on #C8A0A0 background

This text has black color on #C8A0A0 background.


White color preview on #C8A0A0 background

This text has white color on #C8A0A0 background.