COLOR #C0A31C

HEX: #C0A31C
RGB: (192,163,28)

Color info

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

RGB color model

#C0A31C color RGB value is (192,163,28).

  • red value is 192;
  • green value is 163;
  • blue value is 28.
RGB:
(192,163,28)
(75%,64%,11%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 28 of 255 = 11%

192
163
28

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

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 28 = 383 (100%)
R 192 of 383 ~ 50.13%
G 163 of 383 ~ 42.56%
B 28 of 383 ~ 7.31%

%50.13
%42.56

CMYK color model

#C0A31C color CMYK value is (0,15,85,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 85.42%
  • key color value is 24.71%
CMYK:
(0,15,85,25)
C0M15Y85K25 
(0%,15%,85%,25%)
(0.00/0.15/0.85/0.25)	

CMYK percentages

%0
%15.1
%85.42
%24.71

Codes

Color #C0A31C in popluar color models

C0A31C
RGB19216328
HSL49°74.55%43.14%
HSB/HSV49°85.42%75.29%
CMYK0.00%15.10%85.42%
24.71%

Color #C0A31C in popluar number systems.

HEXC0A31C
Decimal19216328
Binary110000001010001111100
Octal30024334

Shades and tints

Shades of #C0A31C

#C0A31C
(192,163,28)
#AF951A
(175,149,26)
#9E8718
(158,135,24)
#8D7916
(141,121,22)
#7C6B14
(124,107,20)
#6B5D12
(107,93,18)
#5A4F10
(90,79,16)
#49410E
(73,65,14)
#38330C
(56,51,12)
#27250A
(39,37,10)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #C0A31C

#C0A31C
(192,163,28)
#C5AB30
(197,171,48)
#CAB344
(202,179,68)
#CFBB58
(207,187,88)
#D4C36C
(212,195,108)
#D9CB80
(217,203,128)
#DED394
(222,211,148)
#E3DBA8
(227,219,168)
#E8E3BC
(232,227,188)
#EDEBD0
(237,235,208)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A31C color. Also use rgb(192,163,28) instead hex code.

Text Font Color

.myTextColor { color: #C0A31C; }

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

This text font color is #C0A31C.


Background Color

.myBgColor { background-color: #C0A31C; }

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

This div background color is #C0A31C.


Border color

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

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

This div border color is #C0A31C.


Opacity

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

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

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

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

This text has shadow with #C0A31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A31C on black background.


Color preview on white background

This text has color #C0A31C on white background.



Black color preview on #C0A31C background

This text has black color on #C0A31C background.


White color preview on #C0A31C background

This text has white color on #C0A31C background.