Shades of Fuego #C8D531
Tints of Fuego #C8D531
RGB
CMYK
RGB Variations
Color information
#C8D531 (or 0xC8D531) is known color: Fuego. HEX triplet: C8, D5 and 31. RGB value is (200,213,49). Sum of RGB (Red+Green+Blue) = 200+213+49=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D531 is #372ACE. Grayscale: #BFBFBF. Windows color (decimal): -3615439 or 3265992. OLE color: 3265992.
HSL color Cylindrical-coordinate representation of color #C8D531: hue angle of 64.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8D531 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 49 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.16 |
| HSL | 64.76º | 0.66% | 0.51% | - |
| HSV(B) | 64.76º | 0.77% | 0.84% | - |
| XYZ | 48.17 | 60.09 | 11.97 | - |
| YUV | 190.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 49 | 0.06 | 0 | 0.77 | 0.16 | 64.76 | 0.66 | 0.51 |
| Hex | C8 | D5 | 31 | 6 | 0 | 4D | 10 | 41 | 42 | 33 |
| Octal | 310 | 325 | 61 | 6 | 0 | 115 | 20 | 101 | 102 | 63 |
| Binary | 11001000 | 11010101 | 110001 | 110 | 0 | 1001101 | 10000 | 1000001 | 1000010 | 110011 |
Color Harmonies of #C8D531
Complementary color
Monochromatic Colors of #C8D531
Black with #C8D531
Text Example
Text Example
White with #C8D531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D531; }
p { color: rgb(200,213,49); }
H1.HeaderClassName
{
color: #C8D531;
}
.AnyTagClassName
{
color: #C8D531;
}
</style>
background-color css
<style>
a { background-color: #C8D531; }
a { background-color: rgb(200,213,49); }
div.DivClassName
{
background-color: #C8D531;
}
.BgClassName
{
background-color: #C8D531;
}
</style>
border-color css
<style>
span { border-color: #C8D531; }
span { border-color: rgb(200,213,49); }
td.TdClassName
{
border-color: #C8D531;
}
.TagClassName
{
border-color: #C8D531;
}
</style>