Shades of Fuego #C0C52F
Tints of Fuego #C0C52F
RGB
CMYK
RGB Variations
Color information
#C0C52F (or 0xC0C52F) is known color: Fuego. HEX triplet: C0, C5 and 2F. RGB value is (192,197,47). Sum of RGB (Red+Green+Blue) = 192+197+47=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C52F is #3F3AD0. Grayscale: #B2B2B2. Windows color (decimal): -4143825 or 3130816. OLE color: 3130816.
HSL color Cylindrical-coordinate representation of color #C0C52F: hue angle of 62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0C52F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 47 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.23 |
| HSL | 62º | 0.61% | 0.48% | - |
| HSV(B) | 62º | 0.76% | 0.77% | - |
| XYZ | 42.22 | 51.34 | 10.37 | - |
| YUV | 178.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 47 | 0.03 | 0 | 0.76 | 0.23 | 62 | 0.61 | 0.48 |
| Hex | C0 | C5 | 2F | 3 | 0 | 4C | 17 | 3E | 3D | 30 |
| Octal | 300 | 305 | 57 | 3 | 0 | 114 | 27 | 76 | 75 | 60 |
| Binary | 11000000 | 11000101 | 101111 | 11 | 0 | 1001100 | 10111 | 111110 | 111101 | 110000 |
Color Harmonies of #C0C52F
Complementary color
Monochromatic Colors of #C0C52F
Black with #C0C52F
Text Example
Text Example
White with #C0C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C52F; }
p { color: rgb(192,197,47); }
H1.HeaderClassName
{
color: #C0C52F;
}
.AnyTagClassName
{
color: #C0C52F;
}
</style>
background-color css
<style>
a { background-color: #C0C52F; }
a { background-color: rgb(192,197,47); }
div.DivClassName
{
background-color: #C0C52F;
}
.BgClassName
{
background-color: #C0C52F;
}
</style>
border-color css
<style>
span { border-color: #C0C52F; }
span { border-color: rgb(192,197,47); }
td.TdClassName
{
border-color: #C0C52F;
}
.TagClassName
{
border-color: #C0C52F;
}
</style>