COLOR #C9A3A3

HEX: #C9A3A3
RGB: (201,163,163)

Color info

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

RGB color model

#C9A3A3 color RGB value is (201,163,163).

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

RGB channels and saturation

R 201 of 255 = 79%
G 163 of 255 = 64%
B 163 of 255 = 64%

201
163
163

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

Portions of RGB colors in percentages

R + G + B =
201 + 163 + 163 = 527 (100%)
R 201 of 527 ~ 38.14%
G 163 of 527 ~ 30.93%
B 163 of 527 ~ 30.93%

%38.14
%30.93
%30.93

CMYK color model

#C9A3A3 color CMYK value is (0,19,19,21).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK:
(0,19,19,21)
C0M19Y19K21 
(0%,19%,19%,21%)
(0.00/0.19/0.19/0.21)	

CMYK percentages

%0
%18.91
%18.91
%21.18

Codes

Color #C9A3A3 in popluar color models

C9A3A3
RGB201163163
HSL26.03%71.37%
HSB/HSV18.91%78.82%
CMYK0.00%18.91%18.91%
21.18%

Color #C9A3A3 in popluar number systems.

HEXC9A3A3
Decimal201163163
Binary110010011010001110100011
Octal311243243

Shades and tints

Shades of #C9A3A3

#C9A3A3
(201,163,163)
#B79595
(183,149,149)
#A58787
(165,135,135)
#937979
(147,121,121)
#816B6B
(129,107,107)
#6F5D5D
(111,93,93)
#5D4F4F
(93,79,79)
#4B4141
(75,65,65)
#393333
(57,51,51)
#272525
(39,37,37)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #C9A3A3

#C9A3A3
(201,163,163)
#CDABAB
(205,171,171)
#D1B3B3
(209,179,179)
#D5BBBB
(213,187,187)
#D9C3C3
(217,195,195)
#DDCBCB
(221,203,203)
#E1D3D3
(225,211,211)
#E5DBDB
(229,219,219)
#E9E3E3
(233,227,227)
#EDEBEB
(237,235,235)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A3A3; }

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

This text font color is #C9A3A3.


Background Color

.myBgColor { background-color: #C9A3A3; }

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

This div background color is #C9A3A3.


Border color

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

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

This div border color is #C9A3A3.


Opacity

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

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

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

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

This text has shadow with #C9A3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A3A3 on black background.


Color preview on white background

This text has color #C9A3A3 on white background.



Black color preview on #C9A3A3 background

This text has black color on #C9A3A3 background.


White color preview on #C9A3A3 background

This text has white color on #C9A3A3 background.