COLOR #C0C112

HEX: #C0C112
RGB: (192,193,18)

Color info

#C0C112 contains mainly red and green colors. Web safe color of #C0C112 is #CCCC00 (or #CC0).

RGB color model

#C0C112 color RGB value is (192,193,18).

  • red value is 192;
  • green value is 193;
  • blue value is 18.
RGB:
(192,193,18)
(75%,76%,7%)

RGB channels and saturation

R 192 of 255 = 75%
G 193 of 255 = 76%
B 18 of 255 = 7%

192
193
18

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

Portions of RGB colors in percentages

R + G + B =
192 + 193 + 18 = 403 (100%)
R 192 of 403 ~ 47.64%
G 193 of 403 ~ 47.89%
B 18 of 403 ~ 4.47%

%47.64
%47.89

CMYK color model

#C0C112 color CMYK value is (1,0,91,24).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 90.67%
  • key color value is 24.31%
CMYK:
(1,0,91,24)
C1M0Y91K24 
(1%,0%,91%,24%)
(0.01/0.00/0.91/0.24)	

CMYK percentages

%0.52
%0
%90.67
%24.31

Codes

Color #C0C112 in popluar color models

C0C112
RGB19219318
HSL60°82.94%41.37%
HSB/HSV60°90.67%75.69%
CMYK0.52%0.00%90.67%
24.31%

Color #C0C112 in popluar number systems.

HEXC0C112
Decimal19219318
Binary110000001100000110010
Octal30030122

Shades and tints

Shades of #C0C112

#C0C112
(192,193,18)
#AFB011
(175,176,17)
#9E9F10
(158,159,16)
#8D8E0F
(141,142,15)
#7C7D0E
(124,125,14)
#6B6C0D
(107,108,13)
#5A5B0C
(90,91,12)
#494A0B
(73,74,11)
#38390A
(56,57,10)
#272809
(39,40,9)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #C0C112

#C0C112
(192,193,18)
#C5C627
(197,198,39)
#CACB3C
(202,203,60)
#CFD051
(207,208,81)
#D4D566
(212,213,102)
#D9DA7B
(217,218,123)
#DEDF90
(222,223,144)
#E3E4A5
(227,228,165)
#E8E9BA
(232,233,186)
#EDEECF
(237,238,207)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C112; }

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

This text font color is #C0C112.


Background Color

.myBgColor { background-color: #C0C112; }

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

This div background color is #C0C112.


Border color

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

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

This div border color is #C0C112.


Opacity

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

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

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

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

This text has shadow with #C0C112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C112 on black background.


Color preview on white background

This text has color #C0C112 on white background.



Black color preview on #C0C112 background

This text has black color on #C0C112 background.


White color preview on #C0C112 background

This text has white color on #C0C112 background.