COLOR #C9A1A1

HEX: #C9A1A1
RGB: (201,161,161)

Color info

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

RGB color model

#C9A1A1 color RGB value is (201,161,161).

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

RGB channels and saturation

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

201
161
161

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

Portions of RGB colors in percentages

R + G + B =
201 + 161 + 161 = 523 (100%)
R 201 of 523 ~ 38.43%
G 161 of 523 ~ 30.78%
B 161 of 523 ~ 30.78%

%38.43
%30.78
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.90%
  • 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
%19.9
%19.9
%21.18

Codes

Color #C9A1A1 in popluar color models

C9A1A1
RGB201161161
HSL27.03%70.98%
HSB/HSV19.90%78.82%
CMYK0.00%19.90%19.90%
21.18%

Color #C9A1A1 in popluar number systems.

HEXC9A1A1
Decimal201161161
Binary110010011010000110100001
Octal311241241

Shades and tints

Shades of #C9A1A1

#C9A1A1
(201,161,161)
#B79393
(183,147,147)
#A58585
(165,133,133)
#937777
(147,119,119)
#816969
(129,105,105)
#6F5B5B
(111,91,91)
#5D4D4D
(93,77,77)
#4B3F3F
(75,63,63)
#393131
(57,49,49)
#272323
(39,35,35)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C9A1A1

#C9A1A1
(201,161,161)
#CDA9A9
(205,169,169)
#D1B1B1
(209,177,177)
#D5B9B9
(213,185,185)
#D9C1C1
(217,193,193)
#DDC9C9
(221,201,201)
#E1D1D1
(225,209,209)
#E5D9D9
(229,217,217)
#E9E1E1
(233,225,225)
#EDE9E9
(237,233,233)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A1A1; }

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

This text font color is #C9A1A1.


Background Color

.myBgColor { background-color: #C9A1A1; }

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

This div background color is #C9A1A1.


Border color

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

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

This div border color is #C9A1A1.


Opacity

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

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

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

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

This text has shadow with #C9A1A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A1A1 on black background.


Color preview on white background

This text has color #C9A1A1 on white background.



Black color preview on #C9A1A1 background

This text has black color on #C9A1A1 background.


White color preview on #C9A1A1 background

This text has white color on #C9A1A1 background.