COLOR #C8A5A1

HEX: #C8A5A1
RGB: (200,165,161)

Color info

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

RGB color model

#C8A5A1 color RGB value is (200,165,161).

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

RGB channels and saturation

R 200 of 255 = 78%
G 165 of 255 = 65%
B 161 of 255 = 63%

200
165
161

R + G + B ~ 69%. #C8A5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 165 + 161 = 526 (100%)
R 200 of 526 ~ 38.02%
G 165 of 526 ~ 31.37%
B 161 of 526 ~ 30.61%

%38.02
%31.37
%30.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 19.50%
  • key color value is 21.57%
CMYK:
(0,18,20,22)
C0M18Y20K22 
(0%,18%,20%,22%)
(0.00/0.18/0.20/0.22)	

CMYK percentages

%0
%17.5
%19.5
%21.57

Codes

Color #C8A5A1 in popluar color models

C8A5A1
RGB200165161
HSL26.17%70.78%
HSB/HSV19.50%78.43%
CMYK0.00%17.50%19.50%
21.57%

Color #C8A5A1 in popluar number systems.

HEXC8A5A1
Decimal200165161
Binary110010001010010110100001
Octal310245241

Shades and tints

Shades of #C8A5A1

#C8A5A1
(200,165,161)
#B69693
(182,150,147)
#A48785
(164,135,133)
#927877
(146,120,119)
#806969
(128,105,105)
#6E5A5B
(110,90,91)
#5C4B4D
(92,75,77)
#4A3C3F
(74,60,63)
#382D31
(56,45,49)
#261E23
(38,30,35)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #C8A5A1

#C8A5A1
(200,165,161)
#CDADA9
(205,173,169)
#D2B5B1
(210,181,177)
#D7BDB9
(215,189,185)
#DCC5C1
(220,197,193)
#E1CDC9
(225,205,201)
#E6D5D1
(230,213,209)
#EBDDD9
(235,221,217)
#F0E5E1
(240,229,225)
#F5EDE9
(245,237,233)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A5A1; }

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

This text font color is #C8A5A1.


Background Color

.myBgColor { background-color: #C8A5A1; }

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

This div background color is #C8A5A1.


Border color

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

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

This div border color is #C8A5A1.


Opacity

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

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

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

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

This text has shadow with #C8A5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A5A1 on black background.


Color preview on white background

This text has color #C8A5A1 on white background.



Black color preview on #C8A5A1 background

This text has black color on #C8A5A1 background.


White color preview on #C8A5A1 background

This text has white color on #C8A5A1 background.