COLOR #C0A584

HEX: #C0A584
RGB: (192,165,132)

Color info

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

RGB color model

#C0A584 color RGB value is (192,165,132).

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

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 132 of 255 = 52%

192
165
132

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

Portions of RGB colors in percentages

R + G + B =
192 + 165 + 132 = 489 (100%)
R 192 of 489 ~ 39.26%
G 165 of 489 ~ 33.74%
B 132 of 489 ~ 26.99%

%39.26
%33.74
%26.99

CMYK color model

#C0A584 color CMYK value is (0,14,31,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 31.25%
  • key color value is 24.71%
CMYK: (0,14,31,25) C0M14Y31K25 (0%,14%,31%,25%) (0.00/0.14/0.31/0.25)

CMYK percentages

%0
%14.06
%31.25
%24.71

Codes

Color #C0A584 in popluar color models

C0A584
RGB192165132
HSL33°32.26%63.53%
HSB/HSV33°31.25%75.29%
CMYK0.00%14.06%31.25%
24.71%

Color #C0A584 in popluar number systems.

HEXC0A584
Decimal192165132
Binary110000001010010110000100
Octal300245204

Shades and tints

Shades of #C0A584

#C0A584
(192,165,132)
#AF9678
(175,150,120)
#9E876C
(158,135,108)
#8D7860
(141,120,96)
#7C6954
(124,105,84)
#6B5A48
(107,90,72)
#5A4B3C
(90,75,60)
#493C30
(73,60,48)
#382D24
(56,45,36)
#271E18
(39,30,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C0A584

#C0A584
(192,165,132)
#C5AD8F
(197,173,143)
#CAB59A
(202,181,154)
#CFBDA5
(207,189,165)
#D4C5B0
(212,197,176)
#D9CDBB
(217,205,187)
#DED5C6
(222,213,198)
#E3DDD1
(227,221,209)
#E8E5DC
(232,229,220)
#EDEDE7
(237,237,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A584; }

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

This text font color is #C0A584.


Background Color

.myBgColor { background-color: #C0A584; }

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

This div background color is #C0A584.


Border color

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

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

This div border color is #C0A584.


Opacity

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

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

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

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

This text has shadow with #C0A584 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0A584 on black background.


Color preview on white background

This text has color #C0A584 on white background.



Black color preview on #C0A584 background

This text has black color on #C0A584 background.


White color preview on #C0A584 background

This text has white color on #C0A584 background.