COLOR #C8CA58

HEX: #C8CA58
RGB: (200,202,88)

Color info

#C8CA58 contains mainly red and green colors. Web safe color of #C8CA58 is #CCCC66 (or #CC6).

RGB color model

#C8CA58 color RGB value is (200,202,88).

  • red value is 200;
  • green value is 202;
  • blue value is 88.
RGB:
(200,202,88)
(78%,79%,35%)

RGB channels and saturation

R 200 of 255 = 78%
G 202 of 255 = 79%
B 88 of 255 = 35%

200
202
88

R + G + B ~ 64%. #C8CA58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 202 + 88 = 490 (100%)
R 200 of 490 ~ 40.82%
G 202 of 490 ~ 41.22%
B 88 of 490 ~ 17.96%

%40.82
%41.22
%17.96

CMYK color model

#C8CA58 color CMYK value is (1,0,56,21).

  • cyan value is 0.99%
  • magenta value is 0.00%
  • yellow value is 56.44%
  • key color value is 20.78%
CMYK:
(1,0,56,21)
C1M0Y56K21 
(1%,0%,56%,21%)
(0.01/0.00/0.56/0.21)	

CMYK percentages

%0.99
%0
%56.44
%20.78

Codes

Color #C8CA58 in popluar color models

C8CA58
RGB20020288
HSL61°51.82%56.86%
HSB/HSV61°56.44%79.22%
CMYK0.99%0.00%56.44%
20.78%

Color #C8CA58 in popluar number systems.

HEXC8CA58
Decimal20020288
Binary11001000110010101011000
Octal310312130

Shades and tints

Shades of #C8CA58

#C8CA58
(200,202,88)
#B6B850
(182,184,80)
#A4A648
(164,166,72)
#929440
(146,148,64)
#808238
(128,130,56)
#6E7030
(110,112,48)
#5C5E28
(92,94,40)
#4A4C20
(74,76,32)
#383A18
(56,58,24)
#262810
(38,40,16)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #C8CA58

#C8CA58
(200,202,88)
#CDCE67
(205,206,103)
#D2D276
(210,210,118)
#D7D685
(215,214,133)
#DCDA94
(220,218,148)
#E1DEA3
(225,222,163)
#E6E2B2
(230,226,178)
#EBE6C1
(235,230,193)
#F0EAD0
(240,234,208)
#F5EEDF
(245,238,223)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CA58 color. Also use rgb(200,202,88) instead hex code.

Text Font Color

.myTextColor { color: #C8CA58; }

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

This text font color is #C8CA58.


Background Color

.myBgColor { background-color: #C8CA58; }

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

This div background color is #C8CA58.


Border color

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

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

This div border color is #C8CA58.


Opacity

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

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

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

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

This text has shadow with #C8CA58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CA58 on black background.


Color preview on white background

This text has color #C8CA58 on white background.



Black color preview on #C8CA58 background

This text has black color on #C8CA58 background.


White color preview on #C8CA58 background

This text has white color on #C8CA58 background.