#C8CC34

Color #C8CC34 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C8CC34

Tints of Fuego #C8CC34

Color information

#C8CC34 (or 0xC8CC34) is unknown color: approx Fuego. HEX triplet: C8, CC and 34. RGB value is (200,204,52). Sum of RGB (Red+Green+Blue) = 200+204+52=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC34 is #3733CB. Grayscale: #BABABA. Windows color (decimal): -3617740 or 3460296. OLE color: 3460296.

HSL color Cylindrical-coordinate representation of color #C8CC34: hue angle of 61.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8CC34 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20020452-
CMYK0.0200.750.2
HSL61.58º59.84%50.2%-
HSV(B)61.58º74.51%80%-
XYZ46.0355.7111.58-
YUV185.4852.67138.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 204 (80.08% from 255) = 44.74%
BLUE value IS 52 (20.70% from 255) = 11.40%
R=43.86%
G=44.74%
B=11.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200204520.0200.750.261.5859.8450.2
HexC8CC34204B143e3c32
Octal310314642011324767462
Binary1100100011001100110100100100101110100111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC34; }

 p { color: rgb(200,204,52); }

 H1.HeaderClassName
 {
   color: #C8CC34;
 }
 .AnyTagClassName
 {
   color: #C8CC34;
 }
</style>
background-color css

<style>
 a { background-color: #C8CC34; }

 a { background-color: rgb(200,204,52); }

 div.DivClassName
 {
   background-color: #C8CC34;
 }
 .BgClassName
 {
   background-color: #C8CC34;
 }
</style>
border-color css

<style>
 span { border-color: #C8CC34; }

 span { border-color: rgb(200,204,52); }

 td.TdClassName
 {
   border-color: #C8CC34;
 }
 .TagClassName
 {
   border-color: #C8CC34;
 }
</style>