COLOR #C9A0A1

HEX: #C9A0A1
RGB: (201,160,161)

Color info

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

RGB color model

#C9A0A1 color RGB value is (201,160,161).

  • red value is 201;
  • green value is 160;
  • blue value is 161.
RGB:
(201,160,161)
(79%,63%,63%)

RGB channels and saturation

R 201 of 255 = 79%
G 160 of 255 = 63%
B 161 of 255 = 63%

201
160
161

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

Portions of RGB colors in percentages

R + G + B =
201 + 160 + 161 = 522 (100%)
R 201 of 522 ~ 38.51%
G 160 of 522 ~ 30.65%
B 161 of 522 ~ 30.84%

%38.51
%30.65
%30.84

CMYK color model

#C9A0A1 color CMYK value is (0,20,20,21).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 19.90%
  • key color value is 21.18%
CMYK:
(0,20,20,21)
C0M20Y20K21 
(0%,20%,20%,21%)
(0.00/0.20/0.20/0.21)	

CMYK percentages

%0
%20.4
%19.9
%21.18

Codes

Color #C9A0A1 in popluar color models

C9A0A1
RGB201160161
HSL359°27.52%70.78%
HSB/HSV359°20.40%78.82%
CMYK0.00%20.40%19.90%
21.18%

Color #C9A0A1 in popluar number systems.

HEXC9A0A1
Decimal201160161
Binary110010011010000010100001
Octal311240241

Shades and tints

Shades of #C9A0A1

#C9A0A1
(201,160,161)
#B79293
(183,146,147)
#A58485
(165,132,133)
#937677
(147,118,119)
#816869
(129,104,105)
#6F5A5B
(111,90,91)
#5D4C4D
(93,76,77)
#4B3E3F
(75,62,63)
#393031
(57,48,49)
#272223
(39,34,35)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C9A0A1

#C9A0A1
(201,160,161)
#CDA8A9
(205,168,169)
#D1B0B1
(209,176,177)
#D5B8B9
(213,184,185)
#D9C0C1
(217,192,193)
#DDC8C9
(221,200,201)
#E1D0D1
(225,208,209)
#E5D8D9
(229,216,217)
#E9E0E1
(233,224,225)
#EDE8E9
(237,232,233)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A0A1; }

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

This text font color is #C9A0A1.


Background Color

.myBgColor { background-color: #C9A0A1; }

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

This div background color is #C9A0A1.


Border color

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

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

This div border color is #C9A0A1.


Opacity

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

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

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

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

This text has shadow with #C9A0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A0A1 on black background.


Color preview on white background

This text has color #C9A0A1 on white background.



Black color preview on #C9A0A1 background

This text has black color on #C9A0A1 background.


White color preview on #C9A0A1 background

This text has white color on #C9A0A1 background.