COLOR #C7A2A2

HEX: #C7A2A2
RGB: (199,162,162)

Color info

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

RGB color model

#C7A2A2 color RGB value is (199,162,162).

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

RGB channels and saturation

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

199
162
162

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

Portions of RGB colors in percentages

R + G + B =
199 + 162 + 162 = 523 (100%)
R 199 of 523 ~ 38.05%
G 162 of 523 ~ 30.98%
B 162 of 523 ~ 30.98%

%38.05
%30.98
%30.98

CMYK color model

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

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

CMYK percentages

%0
%18.59
%18.59
%21.96

Codes

Color #C7A2A2 in popluar color models

C7A2A2
RGB199162162
HSL24.83%70.78%
HSB/HSV18.59%78.04%
CMYK0.00%18.59%18.59%
21.96%

Color #C7A2A2 in popluar number systems.

HEXC7A2A2
Decimal199162162
Binary110001111010001010100010
Octal307242242

Shades and tints

Shades of #C7A2A2

#C7A2A2
(199,162,162)
#B59494
(181,148,148)
#A38686
(163,134,134)
#917878
(145,120,120)
#7F6A6A
(127,106,106)
#6D5C5C
(109,92,92)
#5B4E4E
(91,78,78)
#494040
(73,64,64)
#373232
(55,50,50)
#252424
(37,36,36)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #C7A2A2

#C7A2A2
(199,162,162)
#CCAAAA
(204,170,170)
#D1B2B2
(209,178,178)
#D6BABA
(214,186,186)
#DBC2C2
(219,194,194)
#E0CACA
(224,202,202)
#E5D2D2
(229,210,210)
#EADADA
(234,218,218)
#EFE2E2
(239,226,226)
#F4EAEA
(244,234,234)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A2A2; }

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

This text font color is #C7A2A2.


Background Color

.myBgColor { background-color: #C7A2A2; }

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

This div background color is #C7A2A2.


Border color

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

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

This div border color is #C7A2A2.


Opacity

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

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

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

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

This text has shadow with #C7A2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A2A2 on black background.


Color preview on white background

This text has color #C7A2A2 on white background.



Black color preview on #C7A2A2 background

This text has black color on #C7A2A2 background.


White color preview on #C7A2A2 background

This text has white color on #C7A2A2 background.