COLOR #C7A9A2

HEX: #C7A9A2
RGB: (199,169,162)

Color info

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

RGB color model

#C7A9A2 color RGB value is (199,169,162).

  • red value is 199;
  • green value is 169;
  • blue value is 162.
RGB:
(199,169,162)
(78%,66%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 162 of 255 = 64%

199
169
162

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

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 162 = 530 (100%)
R 199 of 530 ~ 37.55%
G 169 of 530 ~ 31.89%
B 162 of 530 ~ 30.57%

%37.55
%31.89
%30.57

CMYK color model

#C7A9A2 color CMYK value is (0,15,19,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 18.59%
  • key color value is 21.96%
CMYK:
(0,15,19,22)
C0M15Y19K22 
(0%,15%,19%,22%)
(0.00/0.15/0.19/0.22)	

CMYK percentages

%0
%15.08
%18.59
%21.96

Codes

Color #C7A9A2 in popluar color models

C7A9A2
RGB199169162
HSL11°24.83%70.78%
HSB/HSV11°18.59%78.04%
CMYK0.00%15.08%18.59%
21.96%

Color #C7A9A2 in popluar number systems.

HEXC7A9A2
Decimal199169162
Binary110001111010100110100010
Octal307251242

Shades and tints

Shades of #C7A9A2

#C7A9A2
(199,169,162)
#B59A94
(181,154,148)
#A38B86
(163,139,134)
#917C78
(145,124,120)
#7F6D6A
(127,109,106)
#6D5E5C
(109,94,92)
#5B4F4E
(91,79,78)
#494040
(73,64,64)
#373132
(55,49,50)
#252224
(37,34,36)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #C7A9A2

#C7A9A2
(199,169,162)
#CCB0AA
(204,176,170)
#D1B7B2
(209,183,178)
#D6BEBA
(214,190,186)
#DBC5C2
(219,197,194)
#E0CCCA
(224,204,202)
#E5D3D2
(229,211,210)
#EADADA
(234,218,218)
#EFE1E2
(239,225,226)
#F4E8EA
(244,232,234)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A9A2 color. Also use rgb(199,169,162) instead hex code.

Text Font Color

.myTextColor { color: #C7A9A2; }

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

This text font color is #C7A9A2.


Background Color

.myBgColor { background-color: #C7A9A2; }

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

This div background color is #C7A9A2.


Border color

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

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

This div border color is #C7A9A2.


Opacity

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

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

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

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

This text has shadow with #C7A9A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A9A2 on black background.


Color preview on white background

This text has color #C7A9A2 on white background.



Black color preview on #C7A9A2 background

This text has black color on #C7A9A2 background.


White color preview on #C7A9A2 background

This text has white color on #C7A9A2 background.