Shades of Fuego #C7D826
Tints of Fuego #C7D826
RGB
CMYK
RGB Variations
Color information
#C7D826 (or 0xC7D826) is known color: Fuego. HEX triplet: C7, D8 and 26. RGB value is (199,216,38). Sum of RGB (Red+Green+Blue) = 199+216+38=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D826 is #3827D9. Grayscale: #BFBFBF. Windows color (decimal): -3680218 or 2545863. OLE color: 2545863.
HSL color Cylindrical-coordinate representation of color #C7D826: hue angle of 65.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7D826 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 38 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.15 |
| HSL | 65.73º | 0.7% | 0.5% | - |
| HSV(B) | 65.73º | 0.82% | 0.85% | - |
| XYZ | 48.46 | 61.39 | 11.13 | - |
| YUV | 190.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 38 | 0.08 | 0 | 0.82 | 0.15 | 65.73 | 0.7 | 0.5 |
| Hex | C7 | D8 | 26 | 8 | 0 | 52 | F | 42 | 46 | 32 |
| Octal | 307 | 330 | 46 | 10 | 0 | 122 | 17 | 102 | 106 | 62 |
| Binary | 11000111 | 11011000 | 100110 | 1000 | 0 | 1010010 | 1111 | 1000010 | 1000110 | 110010 |
Color Harmonies of #C7D826
Complementary color
Monochromatic Colors of #C7D826
Black with #C7D826
Text Example
Text Example
White with #C7D826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D826; }
p { color: rgb(199,216,38); }
H1.HeaderClassName
{
color: #C7D826;
}
.AnyTagClassName
{
color: #C7D826;
}
</style>
background-color css
<style>
a { background-color: #C7D826; }
a { background-color: rgb(199,216,38); }
div.DivClassName
{
background-color: #C7D826;
}
.BgClassName
{
background-color: #C7D826;
}
</style>
border-color css
<style>
span { border-color: #C7D826; }
span { border-color: rgb(199,216,38); }
td.TdClassName
{
border-color: #C7D826;
}
.TagClassName
{
border-color: #C7D826;
}
</style>