Shades of Fuego #C7CC31
Tints of Fuego #C7CC31
RGB
CMYK
RGB Variations
Color information
#C7CC31 (or 0xC7CC31) is known color: Fuego. HEX triplet: C7, CC and 31. RGB value is (199,204,49). Sum of RGB (Red+Green+Blue) = 199+204+49=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CC31 is #3833CE. Grayscale: #B9B9B9. Windows color (decimal): -3683279 or 3263687. OLE color: 3263687.
HSL color Cylindrical-coordinate representation of color #C7CC31: hue angle of 61.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7CC31 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 49 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.2 |
| HSL | 61.94º | 0.61% | 0.5% | - |
| HSV(B) | 61.94º | 0.76% | 0.8% | - |
| XYZ | 45.7 | 55.55 | 11.22 | - |
| YUV | 184.84 | 51.34 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 49 | 0.02 | 0 | 0.76 | 0.2 | 61.94 | 0.61 | 0.5 |
| Hex | C7 | CC | 31 | 2 | 0 | 4C | 14 | 3E | 3D | 32 |
| Octal | 307 | 314 | 61 | 2 | 0 | 114 | 24 | 76 | 75 | 62 |
| Binary | 11000111 | 11001100 | 110001 | 10 | 0 | 1001100 | 10100 | 111110 | 111101 | 110010 |
Color Harmonies of #C7CC31
Complementary color
Monochromatic Colors of #C7CC31
Black with #C7CC31
Text Example
Text Example
White with #C7CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC31; }
p { color: rgb(199,204,49); }
H1.HeaderClassName
{
color: #C7CC31;
}
.AnyTagClassName
{
color: #C7CC31;
}
</style>
background-color css
<style>
a { background-color: #C7CC31; }
a { background-color: rgb(199,204,49); }
div.DivClassName
{
background-color: #C7CC31;
}
.BgClassName
{
background-color: #C7CC31;
}
</style>
border-color css
<style>
span { border-color: #C7CC31; }
span { border-color: rgb(199,204,49); }
td.TdClassName
{
border-color: #C7CC31;
}
.TagClassName
{
border-color: #C7CC31;
}
</style>