COLOR #C0A570

HEX: #C0A570 RGB: (192,165,112)

Color info

#C0A570 contains mainly red and green colors. Web safe color of #C0A570 is #CC9966 (or #C96).

RGB color model

#C0A570 color RGB value is (192,165,112).

RGB: (192,165,112) (75%, 65%, 44%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 112 of 255 = 44%

192
165
112

R + G + B ~ 61%. #C0A570 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 165 + 112 = 469 (100%)
R 192 of 469 ~ 40.94%
G 165 of 469 ~ 35.18%
B 112 of 469 ~ 23.88'%

%40.94
%35.18
%23.88

CMYK color model

#C0A570 color CMYK value is (0,14,42,25).

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

CMYK: (0,14,42,25)
C0M14Y42K25 (0%, 14%, 42%, 25%)
(0.00 / 0.14 / 0.42 / 0.25)

CMYK percentages

%0
%14.06
%41.67
%24.71

Codes

Color #C0A570 in popluar color models

C0 A5 70
RGB 192 165 112
HSL 40° 38.83% 59.61%
HSB/HSV 40° 41.67% 75.29%
CMYK 0.00% 14.06% 41.67%
24.71%

Color #C0A570 in popluar number systems.

HEX C0 A5 70
Decimal 192 165 112
Binary 11000000 10100101 1110000
Octal 300 245 160

Shades and tints

Shades of #C0A570

#C0A570
(192,165,112)
#AF9666
(175,150,102)
#9E875C
(158,135,92)
#8D7852
(141,120,82)
#7C6948
(124,105,72)
#6B5A3E
(107,90,62)
#5A4B34
(90,75,52)
#493C2A
(73,60,42)
#382D20
(56,45,32)
#271E16
(39,30,22)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C0A570

#C0A570
(192,165,112)
#C5AD7D
(197,173,125)
#CAB58A
(202,181,138)
#CFBD97
(207,189,151)
#D4C5A4
(212,197,164)
#D9CDB1
(217,205,177)
#DED5BE
(222,213,190)
#E3DDCB
(227,221,203)
#E8E5D8
(232,229,216)
#EDEDE5
(237,237,229)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A570; }

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

This text font color is #C0A570.

Background Color

.myBgColor { background-color: #C0A570; }

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

This div background color is #C0A570.

Border color

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

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

This div border color is #C0A570.

Opacity

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

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

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

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

This text has shadow with #C0A570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A570.

Preview

Color preview on black background

This text has color #C0A570 on black background.


Color preview on white background

This text has color #C0A570 on white background.


Black color preview on #C0A570 background

This text has black color on #C0A570 background.


White color preview on #C0A570 background

This text has white color on #C0A570 background.


Related colors

Complementary color

Complementary color for #hex is #3F5A8F.


I love getcolorcode.com

Triadic colors

1 #70C0A5 and #A570C0 with #C0A570 are triadic colors.

2 #70A5C0 and #A5C070 with #C0A570 are triadic colors.