COLOR #C0A0A3

HEX: #C0A0A3
RGB: (192,160,163)

Color info

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

RGB color model

#C0A0A3 color RGB value is (192,160,163).

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

RGB channels and saturation

R 192 of 255 = 75%
G 160 of 255 = 63%
B 163 of 255 = 64%

192
160
163

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

Portions of RGB colors in percentages

R + G + B =
192 + 160 + 163 = 515 (100%)
R 192 of 515 ~ 37.28%
G 160 of 515 ~ 31.07%
B 163 of 515 ~ 31.65%

%37.28
%31.07
%31.65

CMYK color model

#C0A0A3 color CMYK value is (0,17,15,25).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 15.10%
  • key color value is 24.71%
CMYK:
(0,17,15,25)
C0M17Y15K25 
(0%,17%,15%,25%)
(0.00/0.17/0.15/0.25)	

CMYK percentages

%0
%16.67
%15.1
%24.71

Codes

Color #C0A0A3 in popluar color models

C0A0A3
RGB192160163
HSL354°20.25%69.02%
HSB/HSV354°16.67%75.29%
CMYK0.00%16.67%15.10%
24.71%

Color #C0A0A3 in popluar number systems.

HEXC0A0A3
Decimal192160163
Binary110000001010000010100011
Octal300240243

Shades and tints

Shades of #C0A0A3

#C0A0A3
(192,160,163)
#AF9295
(175,146,149)
#9E8487
(158,132,135)
#8D7679
(141,118,121)
#7C686B
(124,104,107)
#6B5A5D
(107,90,93)
#5A4C4F
(90,76,79)
#493E41
(73,62,65)
#383033
(56,48,51)
#272225
(39,34,37)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C0A0A3

#C0A0A3
(192,160,163)
#C5A8AB
(197,168,171)
#CAB0B3
(202,176,179)
#CFB8BB
(207,184,187)
#D4C0C3
(212,192,195)
#D9C8CB
(217,200,203)
#DED0D3
(222,208,211)
#E3D8DB
(227,216,219)
#E8E0E3
(232,224,227)
#EDE8EB
(237,232,235)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A0A3; }

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

This text font color is #C0A0A3.


Background Color

.myBgColor { background-color: #C0A0A3; }

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

This div background color is #C0A0A3.


Border color

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

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

This div border color is #C0A0A3.


Opacity

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

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

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

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

This text has shadow with #C0A0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A0A3 on black background.


Color preview on white background

This text has color #C0A0A3 on white background.



Black color preview on #C0A0A3 background

This text has black color on #C0A0A3 background.


White color preview on #C0A0A3 background

This text has white color on #C0A0A3 background.