Shades of Fuego #C7D725
Tints of Fuego #C7D725
RGB
CMYK
RGB Variations
Color information
#C7D725 (or 0xC7D725) is known color: Fuego. HEX triplet: C7, D7 and 25. RGB value is (199,215,37). Sum of RGB (Red+Green+Blue) = 199+215+37=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D725 is #3828DA. Grayscale: #BEBEBE. Windows color (decimal): -3680475 or 2480071. OLE color: 2480071.
HSL color Cylindrical-coordinate representation of color #C7D725: hue angle of 65.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7D725 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 37 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.16 |
| HSL | 65.39º | 0.71% | 0.49% | - |
| HSV(B) | 65.39º | 0.83% | 0.84% | - |
| XYZ | 48.19 | 60.88 | 10.96 | - |
| YUV | 189.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 37 | 0.07 | 0 | 0.83 | 0.16 | 65.39 | 0.71 | 0.49 |
| Hex | C7 | D7 | 25 | 7 | 0 | 53 | 10 | 41 | 47 | 31 |
| Octal | 307 | 327 | 45 | 7 | 0 | 123 | 20 | 101 | 107 | 61 |
| Binary | 11000111 | 11010111 | 100101 | 111 | 0 | 1010011 | 10000 | 1000001 | 1000111 | 110001 |
Color Harmonies of #C7D725
Complementary color
Monochromatic Colors of #C7D725
Black with #C7D725
Text Example
Text Example
White with #C7D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D725; }
p { color: rgb(199,215,37); }
H1.HeaderClassName
{
color: #C7D725;
}
.AnyTagClassName
{
color: #C7D725;
}
</style>
background-color css
<style>
a { background-color: #C7D725; }
a { background-color: rgb(199,215,37); }
div.DivClassName
{
background-color: #C7D725;
}
.BgClassName
{
background-color: #C7D725;
}
</style>
border-color css
<style>
span { border-color: #C7D725; }
span { border-color: rgb(199,215,37); }
td.TdClassName
{
border-color: #C7D725;
}
.TagClassName
{
border-color: #C7D725;
}
</style>