Shades of Fuego #C8D032
Tints of Fuego #C8D032
RGB
CMYK
RGB Variations
Color information
#C8D032 (or 0xC8D032) is known color: Fuego. HEX triplet: C8, D0 and 32. RGB value is (200,208,50). Sum of RGB (Red+Green+Blue) = 200+208+50=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D032 is #372FCD. Grayscale: #BCBCBC. Windows color (decimal): -3616718 or 3330248. OLE color: 3330248.
HSL color Cylindrical-coordinate representation of color #C8D032: hue angle of 63.04º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8D032 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 50 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.18 |
| HSL | 63.04º | 0.63% | 0.51% | - |
| HSV(B) | 63.04º | 0.76% | 0.82% | - |
| XYZ | 46.95 | 57.62 | 11.67 | - |
| YUV | 187.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 50 | 0.04 | 0 | 0.76 | 0.18 | 63.04 | 0.63 | 0.51 |
| Hex | C8 | D0 | 32 | 4 | 0 | 4C | 12 | 3F | 3F | 33 |
| Octal | 310 | 320 | 62 | 4 | 0 | 114 | 22 | 77 | 77 | 63 |
| Binary | 11001000 | 11010000 | 110010 | 100 | 0 | 1001100 | 10010 | 111111 | 111111 | 110011 |
Color Harmonies of #C8D032
Complementary color
Monochromatic Colors of #C8D032
Black with #C8D032
Text Example
Text Example
White with #C8D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D032; }
p { color: rgb(200,208,50); }
H1.HeaderClassName
{
color: #C8D032;
}
.AnyTagClassName
{
color: #C8D032;
}
</style>
background-color css
<style>
a { background-color: #C8D032; }
a { background-color: rgb(200,208,50); }
div.DivClassName
{
background-color: #C8D032;
}
.BgClassName
{
background-color: #C8D032;
}
</style>
border-color css
<style>
span { border-color: #C8D032; }
span { border-color: rgb(200,208,50); }
td.TdClassName
{
border-color: #C8D032;
}
.TagClassName
{
border-color: #C8D032;
}
</style>