COLOR #C0A3A0

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

Color info

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

RGB color model

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

RGB: (192,163,160) (75%, 64%, 63%)

RGB channels and saturation

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

192
163
160

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

Portions of RGB colors in percentages

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

%37.28
%31.65
%31.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 16.67%
  • key color value is 24.71%

CMYK: (0,15,17,25)
C0M15Y17K25 (0%, 15%, 17%, 25%)
(0.00 / 0.15 / 0.17 / 0.25)

CMYK percentages

%0
%15.1
%16.67
%24.71

Codes

Color #C0A3A0 in popluar color models

C0 A3 A0
RGB 192 163 160
HSL 20.25% 69.02%
HSB/HSV 16.67% 75.29%
CMYK 0.00% 15.10% 16.67%
24.71%

Color #C0A3A0 in popluar number systems.

HEX C0 A3 A0
Decimal 192 163 160
Binary 11000000 10100011 10100000
Octal 300 243 240

Shades and tints

Shades of #C0A3A0

#C0A3A0
(192,163,160)
#AF9592
(175,149,146)
#9E8784
(158,135,132)
#8D7976
(141,121,118)
#7C6B68
(124,107,104)
#6B5D5A
(107,93,90)
#5A4F4C
(90,79,76)
#49413E
(73,65,62)
#383330
(56,51,48)
#272522
(39,37,34)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C0A3A0

#C0A3A0
(192,163,160)
#C5ABA8
(197,171,168)
#CAB3B0
(202,179,176)
#CFBBB8
(207,187,184)
#D4C3C0
(212,195,192)
#D9CBC8
(217,203,200)
#DED3D0
(222,211,208)
#E3DBD8
(227,219,216)
#E8E3E0
(232,227,224)
#EDEBE8
(237,235,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A3A0; }

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

This text font color is #C0A3A0.

Background Color

.myBgColor { background-color: #C0A3A0; }

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

This div background color is #C0A3A0.

Border color

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

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

This div border color is #C0A3A0.

Opacity

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

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

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

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

This text has shadow with #C0A3A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A3A0.

Preview

Color preview on black background

This text has color #C0A3A0 on black background.


Color preview on white background

This text has color #C0A3A0 on white background.


Black color preview on #C0A3A0 background

This text has black color on #C0A3A0 background.


White color preview on #C0A3A0 background

This text has white color on #C0A3A0 background.


Related colors

Complementary color

Complementary color for #hex is #3F5C5F.


I love getcolorcode.com

Triadic colors

1 #A0C0A3 and #A3A0C0 with #C0A3A0 are triadic colors.

2 #A0A3C0 and #A3C0A0 with #C0A3A0 are triadic colors.