Shades of Fuego #C7D332
Tints of Fuego #C7D332
RGB
CMYK
RGB Variations
Color information
#C7D332 (or 0xC7D332) is known color: Fuego. HEX triplet: C7, D3 and 32. RGB value is (199,211,50). Sum of RGB (Red+Green+Blue) = 199+211+50=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D332 is #382CCD. Grayscale: #BDBDBD. Windows color (decimal): -3681486 or 3331015. OLE color: 3331015.
HSL color Cylindrical-coordinate representation of color #C7D332: hue angle of 64.47º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7D332 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 50 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.17 |
| HSL | 64.47º | 0.65% | 0.51% | - |
| HSV(B) | 64.47º | 0.76% | 0.83% | - |
| XYZ | 47.42 | 58.96 | 11.9 | - |
| YUV | 189.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 50 | 0.06 | 0 | 0.76 | 0.17 | 64.47 | 0.65 | 0.51 |
| Hex | C7 | D3 | 32 | 6 | 0 | 4C | 11 | 40 | 41 | 33 |
| Octal | 307 | 323 | 62 | 6 | 0 | 114 | 21 | 100 | 101 | 63 |
| Binary | 11000111 | 11010011 | 110010 | 110 | 0 | 1001100 | 10001 | 1000000 | 1000001 | 110011 |
Color Harmonies of #C7D332
Complementary color
Monochromatic Colors of #C7D332
Black with #C7D332
Text Example
Text Example
White with #C7D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D332; }
p { color: rgb(199,211,50); }
H1.HeaderClassName
{
color: #C7D332;
}
.AnyTagClassName
{
color: #C7D332;
}
</style>
background-color css
<style>
a { background-color: #C7D332; }
a { background-color: rgb(199,211,50); }
div.DivClassName
{
background-color: #C7D332;
}
.BgClassName
{
background-color: #C7D332;
}
</style>
border-color css
<style>
span { border-color: #C7D332; }
span { border-color: rgb(199,211,50); }
td.TdClassName
{
border-color: #C7D332;
}
.TagClassName
{
border-color: #C7D332;
}
</style>