#C4C532

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

Shades of Fuego #C4C532

Tints of Fuego #C4C532

Color information

#C4C532 (or 0xC4C532) is unknown color: approx Fuego. HEX triplet: C4, C5 and 32. RGB value is (196,197,50). Sum of RGB (Red+Green+Blue) = 196+197+50=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C532 is #3B3ACD. Grayscale: #B4B4B4. Windows color (decimal): -3881678 or 3327428. OLE color: 3327428.

HSL color Cylindrical-coordinate representation of color #C4C532: hue angle of 60.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4C532 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB19619750-
CMYK0.0100.750.23
HSL60.41º59.51%48.43%-
HSV(B)60.41º74.62%77.25%-
XYZ43.3151.910.75-
YUV179.9454.67139.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 197 (77.34% from 255) = 44.47%
BLUE value IS 50 (19.92% from 255) = 11.29%
R=44.24%
G=44.47%
B=11.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196197500.0100.750.2360.4159.5148.43
HexC4C532104B173c3c30
Octal304305621011327747460
Binary110001001100010111001010100101110111111100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C532; }

 p { color: rgb(196,197,50); }

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

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

 a { background-color: rgb(196,197,50); }

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

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

 span { border-color: rgb(196,197,50); }

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