Shades of Fuego #C7C932
Tints of Fuego #C7C932
RGB
CMYK
RGB Variations
Color information
#C7C932 (or 0xC7C932) is known color: Fuego. HEX triplet: C7, C9 and 32. RGB value is (199,201,50). Sum of RGB (Red+Green+Blue) = 199+201+50=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C932 is #3836CD. Grayscale: #B7B7B7. Windows color (decimal): -3684046 or 3328455. OLE color: 3328455.
HSL color Cylindrical-coordinate representation of color #C7C932: hue angle of 60.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7C932 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 201 | 50 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.21 |
| HSL | 60.79º | 0.6% | 0.49% | - |
| HSV(B) | 60.79º | 0.75% | 0.79% | - |
| XYZ | 45.02 | 54.15 | 11.1 | - |
| YUV | 183.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 50 | 0.01 | 0 | 0.75 | 0.21 | 60.79 | 0.6 | 0.49 |
| Hex | C7 | C9 | 32 | 1 | 0 | 4B | 15 | 3D | 3C | 31 |
| Octal | 307 | 311 | 62 | 1 | 0 | 113 | 25 | 75 | 74 | 61 |
| Binary | 11000111 | 11001001 | 110010 | 1 | 0 | 1001011 | 10101 | 111101 | 111100 | 110001 |
Color Harmonies of #C7C932
Complementary color
Monochromatic Colors of #C7C932
Black with #C7C932
Text Example
Text Example
White with #C7C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C932; }
p { color: rgb(199,201,50); }
H1.HeaderClassName
{
color: #C7C932;
}
.AnyTagClassName
{
color: #C7C932;
}
</style>
background-color css
<style>
a { background-color: #C7C932; }
a { background-color: rgb(199,201,50); }
div.DivClassName
{
background-color: #C7C932;
}
.BgClassName
{
background-color: #C7C932;
}
</style>
border-color css
<style>
span { border-color: #C7C932; }
span { border-color: rgb(199,201,50); }
td.TdClassName
{
border-color: #C7C932;
}
.TagClassName
{
border-color: #C7C932;
}
</style>