COLOR #C0C042

HEX: #C0C042
RGB: (192,192,66)

Color info

#C0C042 contains mainly red and green colors. Web safe color of #C0C042 is #CCCC33 (or #CC3).

RGB color model

#C0C042 color RGB value is (192,192,66).

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

RGB channels and saturation

R 192 of 255 = 75%
G 192 of 255 = 75%
B 66 of 255 = 26%

192
192
66

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

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 66 = 450 (100%)
R 192 of 450 ~ 42.67%
G 192 of 450 ~ 42.67%
B 66 of 450 ~ 14.67%

%42.67
%42.67
%14.67

CMYK color model

#C0C042 color CMYK value is (0,0,66,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 24.71%
CMYK:
(0,0,66,25)
C0M0Y66K25 
(0%,0%,66%,25%)
(0.00/0.00/0.66/0.25)	

CMYK percentages

%0
%0
%65.63
%24.71

Codes

Color #C0C042 in popluar color models

C0C042
RGB19219266
HSL60°50.00%50.59%
HSB/HSV60°65.63%75.29%
CMYK0.00%0.00%65.63%
24.71%

Color #C0C042 in popluar number systems.

HEXC0C042
Decimal19219266
Binary11000000110000001000010
Octal300300102

Shades and tints

Shades of #C0C042

#C0C042
(192,192,66)
#AFAF3C
(175,175,60)
#9E9E36
(158,158,54)
#8D8D30
(141,141,48)
#7C7C2A
(124,124,42)
#6B6B24
(107,107,36)
#5A5A1E
(90,90,30)
#494918
(73,73,24)
#383812
(56,56,18)
#27270C
(39,39,12)
#161606
(22,22,6)
#000000
(0,0,0)

Tints of #C0C042

#C0C042
(192,192,66)
#C5C553
(197,197,83)
#CACA64
(202,202,100)
#CFCF75
(207,207,117)
#D4D486
(212,212,134)
#D9D997
(217,217,151)
#DEDEA8
(222,222,168)
#E3E3B9
(227,227,185)
#E8E8CA
(232,232,202)
#EDEDDB
(237,237,219)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C042; }

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

This text font color is #C0C042.


Background Color

.myBgColor { background-color: #C0C042; }

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

This div background color is #C0C042.


Border color

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

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

This div border color is #C0C042.


Opacity

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

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

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

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

This text has shadow with #C0C042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C042 on black background.


Color preview on white background

This text has color #C0C042 on white background.



Black color preview on #C0C042 background

This text has black color on #C0C042 background.


White color preview on #C0C042 background

This text has white color on #C0C042 background.