#c8cc2e

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

Shades of Fuego #C8CC2E

Tints of Fuego #C8CC2E

Color information

#C8CC2E (or 0xC8CC2E) is unknown color: approx Fuego. HEX triplet: C8, CC and 2E. RGB value is (200,204,46). Sum of RGB (Red+Green+Blue) = 200+204+46=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC2E is #3733D1. Grayscale: #B9B9B9. Windows color (decimal): -3617746 or 3067080. OLE color: 3067080.

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

Color convert

RGB20020446-
CMYK0.0200.770.2
HSL61.52º63.2%49.02%-
HSV(B)61.52º77.45%80%-
XYZ45.9155.6610.91-
YUV184.7949.67138.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 46 (18.36% from 255) = 10.22%
R=44.44%
G=45.33%
B=10.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200204460.0200.770.261.5263.249.02
HexC8CC2E204D143e3f31
Octal310314562011524767761
Binary1100100011001100101110100100110110100111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8cc2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8cc2e; }

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

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

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

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

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

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

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

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