Shades of Fuego #C0C131
Tints of Fuego #C0C131
RGB
CMYK
RGB Variations
Color information
#C0C131 (or 0xC0C131) is known color: Fuego. HEX triplet: C0, C1 and 31. RGB value is (192,193,49). Sum of RGB (Red+Green+Blue) = 192+193+49=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C131 is #3F3ECE. Grayscale: #B0B0B0. Windows color (decimal): -4144847 or 3260864. OLE color: 3260864.
HSL color Cylindrical-coordinate representation of color #C0C131: hue angle of 60.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C131 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 49 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.24 |
| HSL | 60.42º | 0.6% | 0.47% | - |
| HSV(B) | 60.42º | 0.75% | 0.76% | - |
| XYZ | 41.36 | 49.57 | 10.29 | - |
| YUV | 176.29 | 56.17 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 49 | 0.01 | 0 | 0.75 | 0.24 | 60.42 | 0.6 | 0.47 |
| Hex | C0 | C1 | 31 | 1 | 0 | 4B | 18 | 3C | 3C | 2F |
| Octal | 300 | 301 | 61 | 1 | 0 | 113 | 30 | 74 | 74 | 57 |
| Binary | 11000000 | 11000001 | 110001 | 1 | 0 | 1001011 | 11000 | 111100 | 111100 | 101111 |
Color Harmonies of #C0C131
Complementary color
Monochromatic Colors of #C0C131
Black with #C0C131
Text Example
Text Example
White with #C0C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C131; }
p { color: rgb(192,193,49); }
H1.HeaderClassName
{
color: #C0C131;
}
.AnyTagClassName
{
color: #C0C131;
}
</style>
background-color css
<style>
a { background-color: #C0C131; }
a { background-color: rgb(192,193,49); }
div.DivClassName
{
background-color: #C0C131;
}
.BgClassName
{
background-color: #C0C131;
}
</style>
border-color css
<style>
span { border-color: #C0C131; }
span { border-color: rgb(192,193,49); }
td.TdClassName
{
border-color: #C0C131;
}
.TagClassName
{
border-color: #C0C131;
}
</style>