COLOR #C0A25B

HEX: #C0A25B
RGB: (192,162,91)

Color info

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

RGB color model

#C0A25B color RGB value is (192,162,91).

  • red value is 192;
  • green value is 162;
  • blue value is 91.
RGB:
(192,162,91)
(75%,64%,36%)

RGB channels and saturation

R 192 of 255 = 75%
G 162 of 255 = 64%
B 91 of 255 = 36%

192
162
91

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

Portions of RGB colors in percentages

R + G + B =
192 + 162 + 91 = 445 (100%)
R 192 of 445 ~ 43.15%
G 162 of 445 ~ 36.4%
B 91 of 445 ~ 20.45%

%43.15
%36.4
%20.45

CMYK color model

#C0A25B color CMYK value is (0,16,53,25).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 52.60%
  • key color value is 24.71%
CMYK:
(0,16,53,25)
C0M16Y53K25 
(0%,16%,53%,25%)
(0.00/0.16/0.53/0.25)	

CMYK percentages

%0
%15.63
%52.6
%24.71

Codes

Color #C0A25B in popluar color models

C0A25B
RGB19216291
HSL42°44.49%55.49%
HSB/HSV42°52.60%75.29%
CMYK0.00%15.63%52.60%
24.71%

Color #C0A25B in popluar number systems.

HEXC0A25B
Decimal19216291
Binary11000000101000101011011
Octal300242133

Shades and tints

Shades of #C0A25B

#C0A25B
(192,162,91)
#AF9453
(175,148,83)
#9E864B
(158,134,75)
#8D7843
(141,120,67)
#7C6A3B
(124,106,59)
#6B5C33
(107,92,51)
#5A4E2B
(90,78,43)
#494023
(73,64,35)
#38321B
(56,50,27)
#272413
(39,36,19)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #C0A25B

#C0A25B
(192,162,91)
#C5AA69
(197,170,105)
#CAB277
(202,178,119)
#CFBA85
(207,186,133)
#D4C293
(212,194,147)
#D9CAA1
(217,202,161)
#DED2AF
(222,210,175)
#E3DABD
(227,218,189)
#E8E2CB
(232,226,203)
#EDEAD9
(237,234,217)
#F2F2E7
(242,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A25B color. Also use rgb(192,162,91) instead hex code.

Text Font Color

.myTextColor { color: #C0A25B; }

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

This text font color is #C0A25B.


Background Color

.myBgColor { background-color: #C0A25B; }

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

This div background color is #C0A25B.


Border color

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

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

This div border color is #C0A25B.


Opacity

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

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

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

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

This text has shadow with #C0A25B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A25B on black background.


Color preview on white background

This text has color #C0A25B on white background.



Black color preview on #C0A25B background

This text has black color on #C0A25B background.


White color preview on #C0A25B background

This text has white color on #C0A25B background.