COLOR #C2A0A3

HEX: #C2A0A3
RGB: (194,160,163)

Color info

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

RGB color model

#C2A0A3 color RGB value is (194,160,163).

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

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 163 of 255 = 64%

194
160
163

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 163 = 517 (100%)
R 194 of 517 ~ 37.52%
G 160 of 517 ~ 30.95%
B 163 of 517 ~ 31.53%

%37.52
%30.95
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 15.98%
  • key color value is 23.92%
CMYK:
(0,18,16,24)
C0M18Y16K24 
(0%,18%,16%,24%)
(0.00/0.18/0.16/0.24)	

CMYK percentages

%0
%17.53
%15.98
%23.92

Codes

Color #C2A0A3 in popluar color models

C2A0A3
RGB194160163
HSL355°21.79%69.41%
HSB/HSV355°17.53%76.08%
CMYK0.00%17.53%15.98%
23.92%

Color #C2A0A3 in popluar number systems.

HEXC2A0A3
Decimal194160163
Binary110000101010000010100011
Octal302240243

Shades and tints

Shades of #C2A0A3

#C2A0A3
(194,160,163)
#B19295
(177,146,149)
#A08487
(160,132,135)
#8F7679
(143,118,121)
#7E686B
(126,104,107)
#6D5A5D
(109,90,93)
#5C4C4F
(92,76,79)
#4B3E41
(75,62,65)
#3A3033
(58,48,51)
#292225
(41,34,37)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #C2A0A3

#C2A0A3
(194,160,163)
#C7A8AB
(199,168,171)
#CCB0B3
(204,176,179)
#D1B8BB
(209,184,187)
#D6C0C3
(214,192,195)
#DBC8CB
(219,200,203)
#E0D0D3
(224,208,211)
#E5D8DB
(229,216,219)
#EAE0E3
(234,224,227)
#EFE8EB
(239,232,235)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2A0A3; }

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

This text font color is #C2A0A3.


Background Color

.myBgColor { background-color: #C2A0A3; }

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

This div background color is #C2A0A3.


Border color

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

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

This div border color is #C2A0A3.


Opacity

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

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

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

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

This text has shadow with #C2A0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A0A3 on black background.


Color preview on white background

This text has color #C2A0A3 on white background.



Black color preview on #C2A0A3 background

This text has black color on #C2A0A3 background.


White color preview on #C2A0A3 background

This text has white color on #C2A0A3 background.