COLOR #C0A5AA

HEX: #C0A5AA RGB: (192,165,170)

Color info

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

RGB color model

#C0A5AA color RGB value is (192,165,170).

RGB: (192,165,170) (75%, 65%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 170 of 255 = 67%

192
165
170

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

Portions of RGB colors in percentages

R + G + B = 192 + 165 + 170 = 527 (100%)
R 192 of 527 ~ 36.43%
G 165 of 527 ~ 31.31%
B 170 of 527 ~ 32.26'%

%36.43
%31.31
%32.26

CMYK color model

#C0A5AA color CMYK value is (0,14,11,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 11.46%
  • key color value is 24.71%

CMYK: (0,14,11,25)
C0M14Y11K25 (0%, 14%, 11%, 25%)
(0.00 / 0.14 / 0.11 / 0.25)

CMYK percentages

%0
%14.06
%11.46
%24.71

Codes

Color #C0A5AA in popluar color models

C0 A5 AA
RGB 192 165 170
HSL 349° 17.65% 70.00%
HSB/HSV 349° 14.06% 75.29%
CMYK 0.00% 14.06% 11.46%
24.71%

Color #C0A5AA in popluar number systems.

HEX C0 A5 AA
Decimal 192 165 170
Binary 11000000 10100101 10101010
Octal 300 245 252

Shades and tints

Shades of #C0A5AA

#C0A5AA
(192,165,170)
#AF969B
(175,150,155)
#9E878C
(158,135,140)
#8D787D
(141,120,125)
#7C696E
(124,105,110)
#6B5A5F
(107,90,95)
#5A4B50
(90,75,80)
#493C41
(73,60,65)
#382D32
(56,45,50)
#271E23
(39,30,35)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #C0A5AA

#C0A5AA
(192,165,170)
#C5ADB1
(197,173,177)
#CAB5B8
(202,181,184)
#CFBDBF
(207,189,191)
#D4C5C6
(212,197,198)
#D9CDCD
(217,205,205)
#DED5D4
(222,213,212)
#E3DDDB
(227,221,219)
#E8E5E2
(232,229,226)
#EDEDE9
(237,237,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A5AA; }

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

This text font color is #C0A5AA.

Background Color

.myBgColor { background-color: #C0A5AA; }

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

This div background color is #C0A5AA.

Border color

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

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

This div border color is #C0A5AA.

Opacity

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

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

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

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

This text has shadow with #C0A5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A5AA.

Preview

Color preview on black background

This text has color #C0A5AA on black background.


Color preview on white background

This text has color #C0A5AA on white background.


Black color preview on #C0A5AA background

This text has black color on #C0A5AA background.


White color preview on #C0A5AA background

This text has white color on #C0A5AA background.


Related colors

Complementary color

Complementary color for #hex is #3F5A55.


I love getcolorcode.com

Triadic colors

1 #AAC0A5 and #A5AAC0 with #C0A5AA are triadic colors.

2 #AAA5C0 and #A5C0AA with #C0A5AA are triadic colors.