COLOR #C8C617

HEX: #C8C617
RGB: (200,198,23)

Color info

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

RGB color model

#C8C617 color RGB value is (200,198,23).

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

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 23 of 255 = 9%

200
198
23

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 23 = 421 (100%)
R 200 of 421 ~ 47.51%
G 198 of 421 ~ 47.03%
B 23 of 421 ~ 5.46%

%47.51
%47.03

CMYK color model

#C8C617 color CMYK value is (0,1,89,22).

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 88.50%
  • key color value is 21.57%
CMYK:
(0,1,89,22)
C0M1Y89K22 
(0%,1%,89%,22%)
(0.00/0.01/0.89/0.22)	

CMYK percentages

%0
%1
%88.5
%21.57

Codes

Color #C8C617 in popluar color models

C8C617
RGB20019823
HSL59°79.37%43.73%
HSB/HSV59°88.50%78.43%
CMYK0.00%1.00%88.50%
21.57%

Color #C8C617 in popluar number systems.

HEXC8C617
Decimal20019823
Binary110010001100011010111
Octal31030627

Shades and tints

Shades of #C8C617

#C8C617
(200,198,23)
#B6B415
(182,180,21)
#A4A213
(164,162,19)
#929011
(146,144,17)
#807E0F
(128,126,15)
#6E6C0D
(110,108,13)
#5C5A0B
(92,90,11)
#4A4809
(74,72,9)
#383607
(56,54,7)
#262405
(38,36,5)
#141203
(20,18,3)
#000000
(0,0,0)

Tints of #C8C617

#C8C617
(200,198,23)
#CDCB2C
(205,203,44)
#D2D041
(210,208,65)
#D7D556
(215,213,86)
#DCDA6B
(220,218,107)
#E1DF80
(225,223,128)
#E6E495
(230,228,149)
#EBE9AA
(235,233,170)
#F0EEBF
(240,238,191)
#F5F3D4
(245,243,212)
#FAF8E9
(250,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C617; }

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

This text font color is #C8C617.


Background Color

.myBgColor { background-color: #C8C617; }

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

This div background color is #C8C617.


Border color

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

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

This div border color is #C8C617.


Opacity

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

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

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

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

This text has shadow with #C8C617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C617 on black background.


Color preview on white background

This text has color #C8C617 on white background.



Black color preview on #C8C617 background

This text has black color on #C8C617 background.


White color preview on #C8C617 background

This text has white color on #C8C617 background.