COLOR #C0A862

HEX: #C0A862
RGB: (192,168,98)

Color info

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

RGB color model

#C0A862 color RGB value is (192,168,98).

  • red value is 192;
  • green value is 168;
  • blue value is 98.
RGB:
(192,168,98)
(75%,66%,38%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 98 of 255 = 38%

192
168
98

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

Portions of RGB colors in percentages

R + G + B =
192 + 168 + 98 = 458 (100%)
R 192 of 458 ~ 41.92%
G 168 of 458 ~ 36.68%
B 98 of 458 ~ 21.4%

%41.92
%36.68
%21.4

CMYK color model

#C0A862 color CMYK value is (0,13,49,25).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 48.96%
  • key color value is 24.71%
CMYK:
(0,13,49,25)
C0M13Y49K25 
(0%,13%,49%,25%)
(0.00/0.13/0.49/0.25)	

CMYK percentages

%0
%12.5
%48.96
%24.71

Codes

Color #C0A862 in popluar color models

C0A862
RGB19216898
HSL45°42.73%56.86%
HSB/HSV45°48.96%75.29%
CMYK0.00%12.50%48.96%
24.71%

Color #C0A862 in popluar number systems.

HEXC0A862
Decimal19216898
Binary11000000101010001100010
Octal300250142

Shades and tints

Shades of #C0A862

#C0A862
(192,168,98)
#AF995A
(175,153,90)
#9E8A52
(158,138,82)
#8D7B4A
(141,123,74)
#7C6C42
(124,108,66)
#6B5D3A
(107,93,58)
#5A4E32
(90,78,50)
#493F2A
(73,63,42)
#383022
(56,48,34)
#27211A
(39,33,26)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C0A862

#C0A862
(192,168,98)
#C5AF70
(197,175,112)
#CAB67E
(202,182,126)
#CFBD8C
(207,189,140)
#D4C49A
(212,196,154)
#D9CBA8
(217,203,168)
#DED2B6
(222,210,182)
#E3D9C4
(227,217,196)
#E8E0D2
(232,224,210)
#EDE7E0
(237,231,224)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A862 color. Also use rgb(192,168,98) instead hex code.

Text Font Color

.myTextColor { color: #C0A862; }

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

This text font color is #C0A862.


Background Color

.myBgColor { background-color: #C0A862; }

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

This div background color is #C0A862.


Border color

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

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

This div border color is #C0A862.


Opacity

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

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

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

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

This text has shadow with #C0A862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A862 on black background.


Color preview on white background

This text has color #C0A862 on white background.



Black color preview on #C0A862 background

This text has black color on #C0A862 background.


White color preview on #C0A862 background

This text has white color on #C0A862 background.