COLOR #C8C136

HEX: #C8C136
RGB: (200,193,54)

Color info

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

RGB color model

#C8C136 color RGB value is (200,193,54).

  • red value is 200;
  • green value is 193;
  • blue value is 54.
RGB:
(200,193,54)
(78%,76%,21%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 54 of 255 = 21%

200
193
54

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

Portions of RGB colors in percentages

R + G + B =
200 + 193 + 54 = 447 (100%)
R 200 of 447 ~ 44.74%
G 193 of 447 ~ 43.18%
B 54 of 447 ~ 12.08%

%44.74
%43.18
%12.08

CMYK color model

#C8C136 color CMYK value is (0,4,73,22).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 73.00%
  • key color value is 21.57%
CMYK:
(0,4,73,22)
C0M4Y73K22 
(0%,4%,73%,22%)
(0.00/0.04/0.73/0.22)	

CMYK percentages

%0
%3.5
%73
%21.57

Codes

Color #C8C136 in popluar color models

C8C136
RGB20019354
HSL57°57.48%49.80%
HSB/HSV57°73.00%78.43%
CMYK0.00%3.50%73.00%
21.57%

Color #C8C136 in popluar number systems.

HEXC8C136
Decimal20019354
Binary1100100011000001110110
Octal31030166

Shades and tints

Shades of #C8C136

#C8C136
(200,193,54)
#B6B032
(182,176,50)
#A49F2E
(164,159,46)
#928E2A
(146,142,42)
#807D26
(128,125,38)
#6E6C22
(110,108,34)
#5C5B1E
(92,91,30)
#4A4A1A
(74,74,26)
#383916
(56,57,22)
#262812
(38,40,18)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #C8C136

#C8C136
(200,193,54)
#CDC648
(205,198,72)
#D2CB5A
(210,203,90)
#D7D06C
(215,208,108)
#DCD57E
(220,213,126)
#E1DA90
(225,218,144)
#E6DFA2
(230,223,162)
#EBE4B4
(235,228,180)
#F0E9C6
(240,233,198)
#F5EED8
(245,238,216)
#FAF3EA
(250,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C136; }

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

This text font color is #C8C136.


Background Color

.myBgColor { background-color: #C8C136; }

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

This div background color is #C8C136.


Border color

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

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

This div border color is #C8C136.


Opacity

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

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

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

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

This text has shadow with #C8C136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C136 on black background.


Color preview on white background

This text has color #C8C136 on white background.



Black color preview on #C8C136 background

This text has black color on #C8C136 background.


White color preview on #C8C136 background

This text has white color on #C8C136 background.