Shades of Fuego #C4C531
Tints of Fuego #C4C531
RGB
CMYK
RGB Variations
Color information
#C4C531 (or 0xC4C531) is known color: Fuego. HEX triplet: C4, C5 and 31. RGB value is (196,197,49). Sum of RGB (Red+Green+Blue) = 196+197+49=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C531 is #3B3ACE. Grayscale: #B4B4B4. Windows color (decimal): -3881679 or 3261892. OLE color: 3261892.
HSL color Cylindrical-coordinate representation of color #C4C531: 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 #C4C531 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 49 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.23 |
| HSL | 60.41º | 0.6% | 0.48% | - |
| HSV(B) | 60.41º | 0.75% | 0.77% | - |
| XYZ | 43.29 | 51.89 | 10.64 | - |
| YUV | 179.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 49 | 0.01 | 0 | 0.75 | 0.23 | 60.41 | 0.6 | 0.48 |
| Hex | C4 | C5 | 31 | 1 | 0 | 4B | 17 | 3C | 3C | 30 |
| Octal | 304 | 305 | 61 | 1 | 0 | 113 | 27 | 74 | 74 | 60 |
| Binary | 11000100 | 11000101 | 110001 | 1 | 0 | 1001011 | 10111 | 111100 | 111100 | 110000 |
Color Harmonies of #C4C531
Complementary color
Monochromatic Colors of #C4C531
Black with #C4C531
Text Example
Text Example
White with #C4C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C531; }
p { color: rgb(196,197,49); }
H1.HeaderClassName
{
color: #C4C531;
}
.AnyTagClassName
{
color: #C4C531;
}
</style>
background-color css
<style>
a { background-color: #C4C531; }
a { background-color: rgb(196,197,49); }
div.DivClassName
{
background-color: #C4C531;
}
.BgClassName
{
background-color: #C4C531;
}
</style>
border-color css
<style>
span { border-color: #C4C531; }
span { border-color: rgb(196,197,49); }
td.TdClassName
{
border-color: #C4C531;
}
.TagClassName
{
border-color: #C4C531;
}
</style>