COLOR #C8C73F

HEX: #C8C73F
RGB: (200,199,63)

Color info

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

RGB color model

#C8C73F color RGB value is (200,199,63).

  • red value is 200;
  • green value is 199;
  • blue value is 63.
RGB:
(200,199,63)
(78%,78%,25%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 63 of 255 = 25%

200
199
63

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

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 63 = 462 (100%)
R 200 of 462 ~ 43.29%
G 199 of 462 ~ 43.07%
B 63 of 462 ~ 13.64%

%43.29
%43.07
%13.64

CMYK color model

#C8C73F color CMYK value is (0,0,69,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 68.50%
  • key color value is 21.57%
CMYK:
(0,0,69,22)
C0M0Y69K22 
(0%,0%,69%,22%)
(0.00/0.00/0.69/0.22)	

CMYK percentages

%0
%0.5
%68.5
%21.57

Codes

Color #C8C73F in popluar color models

C8C73F
RGB20019963
HSL60°55.47%51.57%
HSB/HSV60°68.50%78.43%
CMYK0.00%0.50%68.50%
21.57%

Color #C8C73F in popluar number systems.

HEXC8C73F
Decimal20019963
Binary1100100011000111111111
Octal31030777

Shades and tints

Shades of #C8C73F

#C8C73F
(200,199,63)
#B6B53A
(182,181,58)
#A4A335
(164,163,53)
#929130
(146,145,48)
#807F2B
(128,127,43)
#6E6D26
(110,109,38)
#5C5B21
(92,91,33)
#4A491C
(74,73,28)
#383717
(56,55,23)
#262512
(38,37,18)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C8C73F

#C8C73F
(200,199,63)
#CDCC50
(205,204,80)
#D2D161
(210,209,97)
#D7D672
(215,214,114)
#DCDB83
(220,219,131)
#E1E094
(225,224,148)
#E6E5A5
(230,229,165)
#EBEAB6
(235,234,182)
#F0EFC7
(240,239,199)
#F5F4D8
(245,244,216)
#FAF9E9
(250,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C73F color. Also use rgb(200,199,63) instead hex code.

Text Font Color

.myTextColor { color: #C8C73F; }

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

This text font color is #C8C73F.


Background Color

.myBgColor { background-color: #C8C73F; }

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

This div background color is #C8C73F.


Border color

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

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

This div border color is #C8C73F.


Opacity

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

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

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

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

This text has shadow with #C8C73F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C73F on black background.


Color preview on white background

This text has color #C8C73F on white background.



Black color preview on #C8C73F background

This text has black color on #C8C73F background.


White color preview on #C8C73F background

This text has white color on #C8C73F background.