Shades of Fuego #C0C032
Tints of Fuego #C0C032
RGB
CMYK
RGB Variations
Color information
#C0C032 (or 0xC0C032) is known color: Fuego. HEX triplet: C0, C0 and 32. RGB value is (192,192,50). Sum of RGB (Red+Green+Blue) = 192+192+50=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C032 is #3F3FCD. Grayscale: #B0B0B0. Windows color (decimal): -4145102 or 3326144. OLE color: 3326144.
HSL color Cylindrical-coordinate representation of color #C0C032: hue angle of 60º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0C032 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 50 | - |
| CMYK | 0 | 0 | 0.74 | 0.25 |
| HSL | 60º | 0.59% | 0.47% | - |
| HSV(B) | 60º | 0.74% | 0.75% | - |
| XYZ | 41.16 | 49.14 | 10.33 | - |
| YUV | 175.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 50 | 0 | 0 | 0.74 | 0.25 | 60 | 0.59 | 0.47 |
| Hex | C0 | C0 | 32 | 0 | 0 | 4A | 19 | 3C | 3B | 2F |
| Octal | 300 | 300 | 62 | 0 | 0 | 112 | 31 | 74 | 73 | 57 |
| Binary | 11000000 | 11000000 | 110010 | 0 | 0 | 1001010 | 11001 | 111100 | 111011 | 101111 |
Color Harmonies of #C0C032
Complementary color
Monochromatic Colors of #C0C032
Black with #C0C032
Text Example
Text Example
White with #C0C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C032; }
p { color: rgb(192,192,50); }
H1.HeaderClassName
{
color: #C0C032;
}
.AnyTagClassName
{
color: #C0C032;
}
</style>
background-color css
<style>
a { background-color: #C0C032; }
a { background-color: rgb(192,192,50); }
div.DivClassName
{
background-color: #C0C032;
}
.BgClassName
{
background-color: #C0C032;
}
</style>
border-color css
<style>
span { border-color: #C0C032; }
span { border-color: rgb(192,192,50); }
td.TdClassName
{
border-color: #C0C032;
}
.TagClassName
{
border-color: #C0C032;
}
</style>