COLOR #C0A2A5

HEX: #C0A2A5
RGB: (192,162,165)

Color info

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

RGB color model

#C0A2A5 color RGB value is (192,162,165).

  • red value is 192;
  • green value is 162;
  • blue value is 165.
RGB:
(192,162,165)
(75%,64%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 162 of 255 = 64%
B 165 of 255 = 65%

192
162
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 162 + 165 = 519 (100%)
R 192 of 519 ~ 36.99%
G 162 of 519 ~ 31.21%
B 165 of 519 ~ 31.79%

%36.99
%31.21
%31.79

CMYK color model

#C0A2A5 color CMYK value is (0,16,14,25).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,16,14,25)
C0M16Y14K25 
(0%,16%,14%,25%)
(0.00/0.16/0.14/0.25)	

CMYK percentages

%0
%15.63
%14.06
%24.71

Codes

Color #C0A2A5 in popluar color models

C0A2A5
RGB192162165
HSL354°19.23%69.41%
HSB/HSV354°15.63%75.29%
CMYK0.00%15.63%14.06%
24.71%

Color #C0A2A5 in popluar number systems.

HEXC0A2A5
Decimal192162165
Binary110000001010001010100101
Octal300242245

Shades and tints

Shades of #C0A2A5

#C0A2A5
(192,162,165)
#AF9496
(175,148,150)
#9E8687
(158,134,135)
#8D7878
(141,120,120)
#7C6A69
(124,106,105)
#6B5C5A
(107,92,90)
#5A4E4B
(90,78,75)
#49403C
(73,64,60)
#38322D
(56,50,45)
#27241E
(39,36,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #C0A2A5

#C0A2A5
(192,162,165)
#C5AAAD
(197,170,173)
#CAB2B5
(202,178,181)
#CFBABD
(207,186,189)
#D4C2C5
(212,194,197)
#D9CACD
(217,202,205)
#DED2D5
(222,210,213)
#E3DADD
(227,218,221)
#E8E2E5
(232,226,229)
#EDEAED
(237,234,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A2A5 color. Also use rgb(192,162,165) instead hex code.

Text Font Color

.myTextColor { color: #C0A2A5; }

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

This text font color is #C0A2A5.


Background Color

.myBgColor { background-color: #C0A2A5; }

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

This div background color is #C0A2A5.


Border color

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

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

This div border color is #C0A2A5.


Opacity

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

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

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

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

This text has shadow with #C0A2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A2A5 on black background.


Color preview on white background

This text has color #C0A2A5 on white background.



Black color preview on #C0A2A5 background

This text has black color on #C0A2A5 background.


White color preview on #C0A2A5 background

This text has white color on #C0A2A5 background.