COLOR #C3A2A0

HEX: #C3A2A0
RGB: (195,162,160)

Color info

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

RGB color model

#C3A2A0 color RGB value is (195,162,160).

  • red value is 195;
  • green value is 162;
  • blue value is 160.
RGB:
(195,162,160)
(76%,64%,63%)

RGB channels and saturation

R 195 of 255 = 76%
G 162 of 255 = 64%
B 160 of 255 = 63%

195
162
160

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

Portions of RGB colors in percentages

R + G + B =
195 + 162 + 160 = 517 (100%)
R 195 of 517 ~ 37.72%
G 162 of 517 ~ 31.33%
B 160 of 517 ~ 30.95%

%37.72
%31.33
%30.95

CMYK color model

#C3A2A0 color CMYK value is (0,17,18,24).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 17.95%
  • key color value is 23.53%
CMYK:
(0,17,18,24)
C0M17Y18K24 
(0%,17%,18%,24%)
(0.00/0.17/0.18/0.24)	

CMYK percentages

%0
%16.92
%17.95
%23.53

Codes

Color #C3A2A0 in popluar color models

C3A2A0
RGB195162160
HSL22.58%69.61%
HSB/HSV17.95%76.47%
CMYK0.00%16.92%17.95%
23.53%

Color #C3A2A0 in popluar number systems.

HEXC3A2A0
Decimal195162160
Binary110000111010001010100000
Octal303242240

Shades and tints

Shades of #C3A2A0

#C3A2A0
(195,162,160)
#B29492
(178,148,146)
#A18684
(161,134,132)
#907876
(144,120,118)
#7F6A68
(127,106,104)
#6E5C5A
(110,92,90)
#5D4E4C
(93,78,76)
#4C403E
(76,64,62)
#3B3230
(59,50,48)
#2A2422
(42,36,34)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3A2A0

#C3A2A0
(195,162,160)
#C8AAA8
(200,170,168)
#CDB2B0
(205,178,176)
#D2BAB8
(210,186,184)
#D7C2C0
(215,194,192)
#DCCAC8
(220,202,200)
#E1D2D0
(225,210,208)
#E6DAD8
(230,218,216)
#EBE2E0
(235,226,224)
#F0EAE8
(240,234,232)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A2A0; }

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

This text font color is #C3A2A0.


Background Color

.myBgColor { background-color: #C3A2A0; }

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

This div background color is #C3A2A0.


Border color

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

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

This div border color is #C3A2A0.


Opacity

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

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

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

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

This text has shadow with #C3A2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A2A0 on black background.


Color preview on white background

This text has color #C3A2A0 on white background.



Black color preview on #C3A2A0 background

This text has black color on #C3A2A0 background.


White color preview on #C3A2A0 background

This text has white color on #C3A2A0 background.