COLOR #C8A3A0

HEX: #C8A3A0
RGB: (200,163,160)

Color info

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

RGB color model

#C8A3A0 color RGB value is (200,163,160).

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

RGB channels and saturation

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

200
163
160

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 160 = 523 (100%)
R 200 of 523 ~ 38.24%
G 163 of 523 ~ 31.17%
B 160 of 523 ~ 30.59%

%38.24
%31.17
%30.59

CMYK color model

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

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

CMYK percentages

%0
%18.5
%20
%21.57

Codes

Color #C8A3A0 in popluar color models

C8A3A0
RGB200163160
HSL26.67%70.59%
HSB/HSV20.00%78.43%
CMYK0.00%18.50%20.00%
21.57%

Color #C8A3A0 in popluar number systems.

HEXC8A3A0
Decimal200163160
Binary110010001010001110100000
Octal310243240

Shades and tints

Shades of #C8A3A0

#C8A3A0
(200,163,160)
#B69592
(182,149,146)
#A48784
(164,135,132)
#927976
(146,121,118)
#806B68
(128,107,104)
#6E5D5A
(110,93,90)
#5C4F4C
(92,79,76)
#4A413E
(74,65,62)
#383330
(56,51,48)
#262522
(38,37,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C8A3A0

#C8A3A0
(200,163,160)
#CDABA8
(205,171,168)
#D2B3B0
(210,179,176)
#D7BBB8
(215,187,184)
#DCC3C0
(220,195,192)
#E1CBC8
(225,203,200)
#E6D3D0
(230,211,208)
#EBDBD8
(235,219,216)
#F0E3E0
(240,227,224)
#F5EBE8
(245,235,232)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A3A0; }

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

This text font color is #C8A3A0.


Background Color

.myBgColor { background-color: #C8A3A0; }

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

This div background color is #C8A3A0.


Border color

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

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

This div border color is #C8A3A0.


Opacity

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

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

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

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

This text has shadow with #C8A3A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A3A0 on black background.


Color preview on white background

This text has color #C8A3A0 on white background.



Black color preview on #C8A3A0 background

This text has black color on #C8A3A0 background.


White color preview on #C8A3A0 background

This text has white color on #C8A3A0 background.