COLOR #C3A0A0

HEX: #C3A0A0 RGB: (195,160,160)

Color info

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

RGB color model

#C3A0A0 color RGB value is (195,160,160).

RGB: (195,160,160) (76%, 63%, 63%)

RGB channels and saturation

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

195
160
160

R + G + B ~ 67%. #C3A0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 160 + 160 = 515 (100%)
R 195 of 515 ~ 37.86%
G 160 of 515 ~ 31.07%
B 160 of 515 ~ 31.07'%

%37.86
%31.07
%31.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 17.95%
  • key color value is 23.53%

CMYK: (0,18,18,24)
C0M18Y18K24 (0%, 18%, 18%, 24%)
(0.00 / 0.18 / 0.18 / 0.24)

CMYK percentages

%0
%17.95
%17.95
%23.53

Codes

Color #C3A0A0 in popluar color models

C3 A0 A0
RGB 195 160 160
HSL 22.58% 69.61%
HSB/HSV 17.95% 76.47%
CMYK 0.00% 17.95% 17.95%
23.53%

Color #C3A0A0 in popluar number systems.

HEX C3 A0 A0
Decimal 195 160 160
Binary 11000011 10100000 10100000
Octal 303 240 240

Shades and tints

Shades of #C3A0A0

#C3A0A0
(195,160,160)
#B29292
(178,146,146)
#A18484
(161,132,132)
#907676
(144,118,118)
#7F6868
(127,104,104)
#6E5A5A
(110,90,90)
#5D4C4C
(93,76,76)
#4C3E3E
(76,62,62)
#3B3030
(59,48,48)
#2A2222
(42,34,34)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C3A0A0

#C3A0A0
(195,160,160)
#C8A8A8
(200,168,168)
#CDB0B0
(205,176,176)
#D2B8B8
(210,184,184)
#D7C0C0
(215,192,192)
#DCC8C8
(220,200,200)
#E1D0D0
(225,208,208)
#E6D8D8
(230,216,216)
#EBE0E0
(235,224,224)
#F0E8E8
(240,232,232)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A0A0; }

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

This text font color is #C3A0A0.

Background Color

.myBgColor { background-color: #C3A0A0; }

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

This div background color is #C3A0A0.

Border color

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

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

This div border color is #C3A0A0.

Opacity

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

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

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

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

This text has shadow with #C3A0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A0A0.

Preview

Color preview on black background

This text has color #C3A0A0 on black background.


Color preview on white background

This text has color #C3A0A0 on white background.


Black color preview on #C3A0A0 background

This text has black color on #C3A0A0 background.


White color preview on #C3A0A0 background

This text has white color on #C3A0A0 background.


Related colors

Complementary color

Complementary color for #hex is #3C5F5F.


I love getcolorcode.com