Shades of Fuego #C0C531
Tints of Fuego #C0C531
RGB
CMYK
RGB Variations
Color information
#C0C531 (or 0xC0C531) is known color: Fuego. HEX triplet: C0, C5 and 31. RGB value is (192,197,49). Sum of RGB (Red+Green+Blue) = 192+197+49=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C531 is #3F3ACE. Grayscale: #B3B3B3. Windows color (decimal): -4143823 or 3261888. OLE color: 3261888.
HSL color Cylindrical-coordinate representation of color #C0C531: hue angle of 62.03º 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 #C0C531 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 49 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.23 |
| HSL | 62.03º | 0.6% | 0.48% | - |
| HSV(B) | 62.03º | 0.75% | 0.77% | - |
| XYZ | 42.26 | 51.36 | 10.59 | - |
| YUV | 178.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 49 | 0.03 | 0 | 0.75 | 0.23 | 62.03 | 0.6 | 0.48 |
| Hex | C0 | C5 | 31 | 3 | 0 | 4B | 17 | 3E | 3C | 30 |
| Octal | 300 | 305 | 61 | 3 | 0 | 113 | 27 | 76 | 74 | 60 |
| Binary | 11000000 | 11000101 | 110001 | 11 | 0 | 1001011 | 10111 | 111110 | 111100 | 110000 |
Color Harmonies of #C0C531
Complementary color
Monochromatic Colors of #C0C531
Black with #C0C531
Text Example
Text Example
White with #C0C531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C531; }
p { color: rgb(192,197,49); }
H1.HeaderClassName
{
color: #C0C531;
}
.AnyTagClassName
{
color: #C0C531;
}
</style>
background-color css
<style>
a { background-color: #C0C531; }
a { background-color: rgb(192,197,49); }
div.DivClassName
{
background-color: #C0C531;
}
.BgClassName
{
background-color: #C0C531;
}
</style>
border-color css
<style>
span { border-color: #C0C531; }
span { border-color: rgb(192,197,49); }
td.TdClassName
{
border-color: #C0C531;
}
.TagClassName
{
border-color: #C0C531;
}
</style>