#C4C431

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

Shades of Fuego #C4C431

Tints of Fuego #C4C431

Color information

#C4C431 (or 0xC4C431) is unknown color: approx Fuego. HEX triplet: C4, C4 and 31. RGB value is (196,196,49). Sum of RGB (Red+Green+Blue) = 196+196+49=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C431 is #3B3BCE. Grayscale: #B3B3B3. Windows color (decimal): -3881935 or 3261636. OLE color: 3261636.

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

Color convert

RGB19619649-
CMYK000.750.23
HSL60º60%48.04%-
HSV(B)60º75%76.86%-
XYZ43.0651.4410.56-
YUV179.2454.5139.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 196 (76.95% from 255) = 44.44%
BLUE value IS 49 (19.53% from 255) = 11.11%
R=44.44%
G=44.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619649000.750.23606048.04
HexC4C431004B173c3c30
Octal304304610011327747460
Binary110001001100010011000100100101110111111100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C431; }

 p { color: rgb(196,196,49); }

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

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

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

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

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

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

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