COLOR #C8C11C

HEX: #C8C11C RGB: (200,193,28)

Color info

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

RGB color model

#C8C11C color RGB value is (200,193,28).

RGB: (200,193,28) (78%, 76%, 11%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 28 of 255 = 11%

200
193
28

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

Portions of RGB colors in percentages

R + G + B = 200 + 193 + 28 = 421 (100%)
R 200 of 421 ~ 47.51%
G 193 of 421 ~ 45.84%
B 28 of 421 ~ 6.65'%

%47.51
%45.84

CMYK color model

#C8C11C color CMYK value is (0,4,86,22).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 86.00%
  • key color value is 21.57%

CMYK: (0,4,86,22)
C0M4Y86K22 (0%, 4%, 86%, 22%)
(0.00 / 0.04 / 0.86 / 0.22)

CMYK percentages

%0
%3.5
%86
%21.57

Codes

Color #C8C11C in popluar color models

C8 C1 1C
RGB 200 193 28
HSL 58° 75.44% 44.71%
HSB/HSV 58° 86.00% 78.43%
CMYK 0.00% 3.50% 86.00%
21.57%

Color #C8C11C in popluar number systems.

HEX C8 C1 1C
Decimal 200 193 28
Binary 11001000 11000001 11100
Octal 310 301 34

Shades and tints

Shades of #C8C11C

#C8C11C
(200,193,28)
#B6B01A
(182,176,26)
#A49F18
(164,159,24)
#928E16
(146,142,22)
#807D14
(128,125,20)
#6E6C12
(110,108,18)
#5C5B10
(92,91,16)
#4A4A0E
(74,74,14)
#38390C
(56,57,12)
#26280A
(38,40,10)
#141708
(20,23,8)
#000000
(0,0,0)

Tints of #C8C11C

#C8C11C
(200,193,28)
#CDC630
(205,198,48)
#D2CB44
(210,203,68)
#D7D058
(215,208,88)
#DCD56C
(220,213,108)
#E1DA80
(225,218,128)
#E6DF94
(230,223,148)
#EBE4A8
(235,228,168)
#F0E9BC
(240,233,188)
#F5EED0
(245,238,208)
#FAF3E4
(250,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C11C color. Also use rgb(200,193,28) instead hex code.

Text Font Color

.myTextColor { color: #C8C11C; }

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

This text font color is #C8C11C.

Background Color

.myBgColor { background-color: #C8C11C; }

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

This div background color is #C8C11C.

Border color

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

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

This div border color is #C8C11C.

Opacity

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

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

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

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

This text has shadow with #C8C11C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C11C.

Preview

Color preview on black background

This text has color #C8C11C on black background.


Color preview on white background

This text has color #C8C11C on white background.


Black color preview on #C8C11C background

This text has black color on #C8C11C background.


White color preview on #C8C11C background

This text has white color on #C8C11C background.


Related colors

Complementary color

Complementary color for #hex is #373EE3.


I love getcolorcode.com

Triadic colors

1 #1CC8C1 and #C11CC8 with #C8C11C are triadic colors.

2 #1CC1C8 and #C1C81C with #C8C11C are triadic colors.