#C4CC33

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

Shades of Fuego #C4CC33

Tints of Fuego #C4CC33

Color information

#C4CC33 (or 0xC4CC33) is unknown color: approx Fuego. HEX triplet: C4, CC and 33. RGB value is (196,204,51). Sum of RGB (Red+Green+Blue) = 196+204+51=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC33 is #3B33CC. Grayscale: #B8B8B8. Windows color (decimal): -3879885 or 3394756. OLE color: 3394756.

HSL color Cylindrical-coordinate representation of color #C4CC33: hue angle of 63.14º 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 #C4CC33 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB19620451-
CMYK0.0400.750.2
HSL63.14º60%50%-
HSV(B)63.14º75%80%-
XYZ44.9655.1611.41-
YUV184.1752.85136.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=43.46%
G=45.23%
B=11.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196204510.0400.750.263.146050
HexC4CC33404B143f3c32
Octal304314634011324777462
Binary11000100110011001100111000100101110100111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC33; }

 p { color: rgb(196,204,51); }

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

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

 a { background-color: rgb(196,204,51); }

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

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

 span { border-color: rgb(196,204,51); }

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