Shades of Fuego #C7D626
Tints of Fuego #C7D626
RGB
CMYK
RGB Variations
Color information
#C7D626 (or 0xC7D626) is known color: Fuego. HEX triplet: C7, D6 and 26. RGB value is (199,214,38). Sum of RGB (Red+Green+Blue) = 199+214+38=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D626 is #3829D9. Grayscale: #BEBEBE. Windows color (decimal): -3680730 or 2545351. OLE color: 2545351.
HSL color Cylindrical-coordinate representation of color #C7D626: hue angle of 65.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7D626 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 38 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.16 |
| HSL | 65.11º | 0.7% | 0.49% | - |
| HSV(B) | 65.11º | 0.82% | 0.84% | - |
| XYZ | 47.95 | 60.38 | 10.96 | - |
| YUV | 189.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 38 | 0.07 | 0 | 0.82 | 0.16 | 65.11 | 0.7 | 0.49 |
| Hex | C7 | D6 | 26 | 7 | 0 | 52 | 10 | 41 | 46 | 31 |
| Octal | 307 | 326 | 46 | 7 | 0 | 122 | 20 | 101 | 106 | 61 |
| Binary | 11000111 | 11010110 | 100110 | 111 | 0 | 1010010 | 10000 | 1000001 | 1000110 | 110001 |
Color Harmonies of #C7D626
Complementary color
Monochromatic Colors of #C7D626
Black with #C7D626
Text Example
Text Example
White with #C7D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D626; }
p { color: rgb(199,214,38); }
H1.HeaderClassName
{
color: #C7D626;
}
.AnyTagClassName
{
color: #C7D626;
}
</style>
background-color css
<style>
a { background-color: #C7D626; }
a { background-color: rgb(199,214,38); }
div.DivClassName
{
background-color: #C7D626;
}
.BgClassName
{
background-color: #C7D626;
}
</style>
border-color css
<style>
span { border-color: #C7D626; }
span { border-color: rgb(199,214,38); }
td.TdClassName
{
border-color: #C7D626;
}
.TagClassName
{
border-color: #C7D626;
}
</style>