COLOR #C0A548

HEX: #C0A548
RGB: (192,165,72)

Color info

#C0A548 contains mainly red and green colors. Web safe color of #C0A548 is #CC9933 (or #C93).

RGB color model

#C0A548 color RGB value is (192,165,72).

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

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 72 of 255 = 28%

192
165
72

R + G + B ~ 56%. #C0A548 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 165 + 72 = 429 (100%)
R 192 of 429 ~ 44.76%
G 165 of 429 ~ 38.46%
B 72 of 429 ~ 16.78%

%44.76
%38.46
%16.78

CMYK color model

#C0A548 color CMYK value is (0,14,63,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 62.50%
  • key color value is 24.71%
CMYK:
(0,14,63,25)
C0M14Y63K25 
(0%,14%,63%,25%)
(0.00/0.14/0.63/0.25)	

CMYK percentages

%0
%14.06
%62.5
%24.71

Codes

Color #C0A548 in popluar color models

C0A548
RGB19216572
HSL47°48.78%51.76%
HSB/HSV47°62.50%75.29%
CMYK0.00%14.06%62.50%
24.71%

Color #C0A548 in popluar number systems.

HEXC0A548
Decimal19216572
Binary11000000101001011001000
Octal300245110

Shades and tints

Shades of #C0A548

#C0A548
(192,165,72)
#AF9642
(175,150,66)
#9E873C
(158,135,60)
#8D7836
(141,120,54)
#7C6930
(124,105,48)
#6B5A2A
(107,90,42)
#5A4B24
(90,75,36)
#493C1E
(73,60,30)
#382D18
(56,45,24)
#271E12
(39,30,18)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C0A548

#C0A548
(192,165,72)
#C5AD58
(197,173,88)
#CAB568
(202,181,104)
#CFBD78
(207,189,120)
#D4C588
(212,197,136)
#D9CD98
(217,205,152)
#DED5A8
(222,213,168)
#E3DDB8
(227,221,184)
#E8E5C8
(232,229,200)
#EDEDD8
(237,237,216)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A548; }

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

This text font color is #C0A548.


Background Color

.myBgColor { background-color: #C0A548; }

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

This div background color is #C0A548.


Border color

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

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

This div border color is #C0A548.


Opacity

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

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

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

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

This text has shadow with #C0A548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A548 on black background.


Color preview on white background

This text has color #C0A548 on white background.



Black color preview on #C0A548 background

This text has black color on #C0A548 background.


White color preview on #C0A548 background

This text has white color on #C0A548 background.