COLOR #C8C625

HEX: #C8C625
RGB: (200,198,37)

Color info

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

RGB color model

#C8C625 color RGB value is (200,198,37).

  • red value is 200;
  • green value is 198;
  • blue value is 37.
RGB:
(200,198,37)
(78%,78%,15%)

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 37 of 255 = 15%

200
198
37

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 37 = 435 (100%)
R 200 of 435 ~ 45.98%
G 198 of 435 ~ 45.52%
B 37 of 435 ~ 8.51%

%45.98
%45.52

CMYK color model

#C8C625 color CMYK value is (0,1,82,22).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 81.50%
  • key color value is 21.57%
CMYK:
(0,1,82,22)
C0M1Y82K22 
(0%,1%,82%,22%)
(0.00/0.01/0.82/0.22)	

CMYK percentages

%0
%1
%81.5
%21.57

Codes

Color #C8C625 in popluar color models

C8C625
RGB20019837
HSL59°68.78%46.47%
HSB/HSV59°81.50%78.43%
CMYK0.00%1.00%81.50%
21.57%

Color #C8C625 in popluar number systems.

HEXC8C625
Decimal20019837
Binary1100100011000110100101
Octal31030645

Shades and tints

Shades of #C8C625

#C8C625
(200,198,37)
#B6B422
(182,180,34)
#A4A21F
(164,162,31)
#92901C
(146,144,28)
#807E19
(128,126,25)
#6E6C16
(110,108,22)
#5C5A13
(92,90,19)
#4A4810
(74,72,16)
#38360D
(56,54,13)
#26240A
(38,36,10)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #C8C625

#C8C625
(200,198,37)
#CDCB38
(205,203,56)
#D2D04B
(210,208,75)
#D7D55E
(215,213,94)
#DCDA71
(220,218,113)
#E1DF84
(225,223,132)
#E6E497
(230,228,151)
#EBE9AA
(235,233,170)
#F0EEBD
(240,238,189)
#F5F3D0
(245,243,208)
#FAF8E3
(250,248,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C625 color. Also use rgb(200,198,37) instead hex code.

Text Font Color

.myTextColor { color: #C8C625; }

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

This text font color is #C8C625.


Background Color

.myBgColor { background-color: #C8C625; }

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

This div background color is #C8C625.


Border color

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

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

This div border color is #C8C625.


Opacity

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

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

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

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

This text has shadow with #C8C625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C625 on black background.


Color preview on white background

This text has color #C8C625 on white background.



Black color preview on #C8C625 background

This text has black color on #C8C625 background.


White color preview on #C8C625 background

This text has white color on #C8C625 background.