Shades of Fuego #C8D730
Tints of Fuego #C8D730
RGB
CMYK
RGB Variations
Color information
#C8D730 (or 0xC8D730) is known color: Fuego. HEX triplet: C8, D7 and 30. RGB value is (200,215,48). Sum of RGB (Red+Green+Blue) = 200+215+48=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D730 is #3728CF. Grayscale: #C0C0C0. Windows color (decimal): -3614928 or 3200968. OLE color: 3200968.
HSL color Cylindrical-coordinate representation of color #C8D730: hue angle of 65.39º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8D730 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 48 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.16 |
| HSL | 65.39º | 0.68% | 0.52% | - |
| HSV(B) | 65.39º | 0.78% | 0.84% | - |
| XYZ | 48.65 | 61.09 | 12.02 | - |
| YUV | 191.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 48 | 0.07 | 0 | 0.78 | 0.16 | 65.39 | 0.68 | 0.52 |
| Hex | C8 | D7 | 30 | 7 | 0 | 4E | 10 | 41 | 44 | 34 |
| Octal | 310 | 327 | 60 | 7 | 0 | 116 | 20 | 101 | 104 | 64 |
| Binary | 11001000 | 11010111 | 110000 | 111 | 0 | 1001110 | 10000 | 1000001 | 1000100 | 110100 |
Color Harmonies of #C8D730
Complementary color
Monochromatic Colors of #C8D730
Black with #C8D730
Text Example
Text Example
White with #C8D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D730; }
p { color: rgb(200,215,48); }
H1.HeaderClassName
{
color: #C8D730;
}
.AnyTagClassName
{
color: #C8D730;
}
</style>
background-color css
<style>
a { background-color: #C8D730; }
a { background-color: rgb(200,215,48); }
div.DivClassName
{
background-color: #C8D730;
}
.BgClassName
{
background-color: #C8D730;
}
</style>
border-color css
<style>
span { border-color: #C8D730; }
span { border-color: rgb(200,215,48); }
td.TdClassName
{
border-color: #C8D730;
}
.TagClassName
{
border-color: #C8D730;
}
</style>