COLOR #C4A2AA

HEX: #C4A2AA
RGB: (196,162,170)

Color info

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

RGB color model

#C4A2AA color RGB value is (196,162,170).

  • red value is 196;
  • green value is 162;
  • blue value is 170.
RGB:
(196,162,170)
(77%,64%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 162 of 255 = 64%
B 170 of 255 = 67%

196
162
170

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

Portions of RGB colors in percentages

R + G + B =
196 + 162 + 170 = 528 (100%)
R 196 of 528 ~ 37.12%
G 162 of 528 ~ 30.68%
B 170 of 528 ~ 32.2%

%37.12
%30.68
%32.2

CMYK color model

#C4A2AA color CMYK value is (0,17,13,23).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(0,17,13,23)
C0M17Y13K23 
(0%,17%,13%,23%)
(0.00/0.17/0.13/0.23)	

CMYK percentages

%0
%17.35
%13.27
%23.14

Codes

Color #C4A2AA in popluar color models

C4A2AA
RGB196162170
HSL346°22.37%70.20%
HSB/HSV346°17.35%76.86%
CMYK0.00%17.35%13.27%
23.14%

Color #C4A2AA in popluar number systems.

HEXC4A2AA
Decimal196162170
Binary110001001010001010101010
Octal304242252

Shades and tints

Shades of #C4A2AA

#C4A2AA
(196,162,170)
#B3949B
(179,148,155)
#A2868C
(162,134,140)
#91787D
(145,120,125)
#806A6E
(128,106,110)
#6F5C5F
(111,92,95)
#5E4E50
(94,78,80)
#4D4041
(77,64,65)
#3C3232
(60,50,50)
#2B2423
(43,36,35)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #C4A2AA

#C4A2AA
(196,162,170)
#C9AAB1
(201,170,177)
#CEB2B8
(206,178,184)
#D3BABF
(211,186,191)
#D8C2C6
(216,194,198)
#DDCACD
(221,202,205)
#E2D2D4
(226,210,212)
#E7DADB
(231,218,219)
#ECE2E2
(236,226,226)
#F1EAE9
(241,234,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A2AA; }

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

This text font color is #C4A2AA.


Background Color

.myBgColor { background-color: #C4A2AA; }

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

This div background color is #C4A2AA.


Border color

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

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

This div border color is #C4A2AA.


Opacity

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

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

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

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

This text has shadow with #C4A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A2AA on black background.


Color preview on white background

This text has color #C4A2AA on white background.



Black color preview on #C4A2AA background

This text has black color on #C4A2AA background.


White color preview on #C4A2AA background

This text has white color on #C4A2AA background.