COLOR #C7C016

HEX: #C7C016
RGB: (199,192,22)

Color info

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

RGB color model

#C7C016 color RGB value is (199,192,22).

  • red value is 199;
  • green value is 192;
  • blue value is 22.
RGB:
(199,192,22)
(78%,75%,9%)

RGB channels and saturation

R 199 of 255 = 78%
G 192 of 255 = 75%
B 22 of 255 = 9%

199
192
22

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

Portions of RGB colors in percentages

R + G + B =
199 + 192 + 22 = 413 (100%)
R 199 of 413 ~ 48.18%
G 192 of 413 ~ 46.49%
B 22 of 413 ~ 5.33%

%48.18
%46.49

CMYK color model

#C7C016 color CMYK value is (0,4,89,22).

  • cyan value is 0.00%
  • magenta value is 3.52%
  • yellow value is 88.94%
  • key color value is 21.96%
CMYK:
(0,4,89,22)
C0M4Y89K22 
(0%,4%,89%,22%)
(0.00/0.04/0.89/0.22)	

CMYK percentages

%0
%3.52
%88.94
%21.96

Codes

Color #C7C016 in popluar color models

C7C016
RGB19919222
HSL58°80.09%43.33%
HSB/HSV58°88.94%78.04%
CMYK0.00%3.52%88.94%
21.96%

Color #C7C016 in popluar number systems.

HEXC7C016
Decimal19919222
Binary110001111100000010110
Octal30730026

Shades and tints

Shades of #C7C016

#C7C016
(199,192,22)
#B5AF14
(181,175,20)
#A39E12
(163,158,18)
#918D10
(145,141,16)
#7F7C0E
(127,124,14)
#6D6B0C
(109,107,12)
#5B5A0A
(91,90,10)
#494908
(73,73,8)
#373806
(55,56,6)
#252704
(37,39,4)
#131602
(19,22,2)
#000000
(0,0,0)

Tints of #C7C016

#C7C016
(199,192,22)
#CCC52B
(204,197,43)
#D1CA40
(209,202,64)
#D6CF55
(214,207,85)
#DBD46A
(219,212,106)
#E0D97F
(224,217,127)
#E5DE94
(229,222,148)
#EAE3A9
(234,227,169)
#EFE8BE
(239,232,190)
#F4EDD3
(244,237,211)
#F9F2E8
(249,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C016; }

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

This text font color is #C7C016.


Background Color

.myBgColor { background-color: #C7C016; }

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

This div background color is #C7C016.


Border color

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

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

This div border color is #C7C016.


Opacity

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

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

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

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

This text has shadow with #C7C016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C016 on black background.


Color preview on white background

This text has color #C7C016 on white background.



Black color preview on #C7C016 background

This text has black color on #C7C016 background.


White color preview on #C7C016 background

This text has white color on #C7C016 background.