COLOR #C3A0AA

HEX: #C3A0AA
RGB: (195,160,170)

Color info

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

RGB color model

#C3A0AA color RGB value is (195,160,170).

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

RGB channels and saturation

R 195 of 255 = 76%
G 160 of 255 = 63%
B 170 of 255 = 67%

195
160
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 160 + 170 = 525 (100%)
R 195 of 525 ~ 37.14%
G 160 of 525 ~ 30.48%
B 170 of 525 ~ 32.38%

%37.14
%30.48
%32.38

CMYK color model

#C3A0AA color CMYK value is (0,18,13,24).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(0,18,13,24)
C0M18Y13K24 
(0%,18%,13%,24%)
(0.00/0.18/0.13/0.24)	

CMYK percentages

%0
%17.95
%12.82
%23.53

Codes

Color #C3A0AA in popluar color models

C3A0AA
RGB195160170
HSL343°22.58%69.61%
HSB/HSV343°17.95%76.47%
CMYK0.00%17.95%12.82%
23.53%

Color #C3A0AA in popluar number systems.

HEXC3A0AA
Decimal195160170
Binary110000111010000010101010
Octal303240252

Shades and tints

Shades of #C3A0AA

#C3A0AA
(195,160,170)
#B2929B
(178,146,155)
#A1848C
(161,132,140)
#90767D
(144,118,125)
#7F686E
(127,104,110)
#6E5A5F
(110,90,95)
#5D4C50
(93,76,80)
#4C3E41
(76,62,65)
#3B3032
(59,48,50)
#2A2223
(42,34,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3A0AA

#C3A0AA
(195,160,170)
#C8A8B1
(200,168,177)
#CDB0B8
(205,176,184)
#D2B8BF
(210,184,191)
#D7C0C6
(215,192,198)
#DCC8CD
(220,200,205)
#E1D0D4
(225,208,212)
#E6D8DB
(230,216,219)
#EBE0E2
(235,224,226)
#F0E8E9
(240,232,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A0AA; }

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

This text font color is #C3A0AA.


Background Color

.myBgColor { background-color: #C3A0AA; }

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

This div background color is #C3A0AA.


Border color

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

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

This div border color is #C3A0AA.


Opacity

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

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

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

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

This text has shadow with #C3A0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A0AA on black background.


Color preview on white background

This text has color #C3A0AA on white background.



Black color preview on #C3A0AA background

This text has black color on #C3A0AA background.


White color preview on #C3A0AA background

This text has white color on #C3A0AA background.