COLOR #C0A582

HEX: #C0A582
RGB: (192,165,130)

Color info

#C0A582 contains mainly red and green colors. Web safe color of #C0A582 is #CC9999 (or #C99).

RGB color model

#C0A582 color RGB value is (192,165,130).

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

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 130 of 255 = 51%

192
165
130

R + G + B ~ 64%. #C0A582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 165 + 130 = 487 (100%)
R 192 of 487 ~ 39.43%
G 165 of 487 ~ 33.88%
B 130 of 487 ~ 26.69%

%39.43
%33.88
%26.69

CMYK color model

#C0A582 color CMYK value is (0,14,32,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 32.29%
  • key color value is 24.71%
CMYK:
(0,14,32,25)
C0M14Y32K25 
(0%,14%,32%,25%)
(0.00/0.14/0.32/0.25)	

CMYK percentages

%0
%14.06
%32.29
%24.71

Codes

Color #C0A582 in popluar color models

C0A582
RGB192165130
HSL34°32.98%63.14%
HSB/HSV34°32.29%75.29%
CMYK0.00%14.06%32.29%
24.71%

Color #C0A582 in popluar number systems.

HEXC0A582
Decimal192165130
Binary110000001010010110000010
Octal300245202

Shades and tints

Shades of #C0A582

#C0A582
(192,165,130)
#AF9677
(175,150,119)
#9E876C
(158,135,108)
#8D7861
(141,120,97)
#7C6956
(124,105,86)
#6B5A4B
(107,90,75)
#5A4B40
(90,75,64)
#493C35
(73,60,53)
#382D2A
(56,45,42)
#271E1F
(39,30,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #C0A582

#C0A582
(192,165,130)
#C5AD8D
(197,173,141)
#CAB598
(202,181,152)
#CFBDA3
(207,189,163)
#D4C5AE
(212,197,174)
#D9CDB9
(217,205,185)
#DED5C4
(222,213,196)
#E3DDCF
(227,221,207)
#E8E5DA
(232,229,218)
#EDEDE5
(237,237,229)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A582; }

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

This text font color is #C0A582.


Background Color

.myBgColor { background-color: #C0A582; }

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

This div background color is #C0A582.


Border color

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

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

This div border color is #C0A582.


Opacity

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

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

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

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

This text has shadow with #C0A582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A582 on black background.


Color preview on white background

This text has color #C0A582 on white background.



Black color preview on #C0A582 background

This text has black color on #C0A582 background.


White color preview on #C0A582 background

This text has white color on #C0A582 background.