Shades of Fuego #C0C731
Tints of Fuego #C0C731
RGB
CMYK
RGB Variations
Color information
#C0C731 (or 0xC0C731) is known color: Fuego. HEX triplet: C0, C7 and 31. RGB value is (192,199,49). Sum of RGB (Red+Green+Blue) = 192+199+49=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C731 is #3F38CE. Grayscale: #B4B4B4. Windows color (decimal): -4143311 or 3262400. OLE color: 3262400.
HSL color Cylindrical-coordinate representation of color #C0C731: hue angle of 62.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C731 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 199 | 49 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.22 |
| HSL | 62.8º | 0.6% | 0.49% | - |
| HSV(B) | 62.8º | 0.75% | 0.78% | - |
| XYZ | 42.72 | 52.28 | 10.74 | - |
| YUV | 179.81 | 54.18 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 199 | 49 | 0.04 | 0 | 0.75 | 0.22 | 62.8 | 0.6 | 0.49 |
| Hex | C0 | C7 | 31 | 4 | 0 | 4B | 16 | 3F | 3C | 31 |
| Octal | 300 | 307 | 61 | 4 | 0 | 113 | 26 | 77 | 74 | 61 |
| Binary | 11000000 | 11000111 | 110001 | 100 | 0 | 1001011 | 10110 | 111111 | 111100 | 110001 |
Color Harmonies of #C0C731
Complementary color
Monochromatic Colors of #C0C731
Black with #C0C731
Text Example
Text Example
White with #C0C731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C731; }
p { color: rgb(192,199,49); }
H1.HeaderClassName
{
color: #C0C731;
}
.AnyTagClassName
{
color: #C0C731;
}
</style>
background-color css
<style>
a { background-color: #C0C731; }
a { background-color: rgb(192,199,49); }
div.DivClassName
{
background-color: #C0C731;
}
.BgClassName
{
background-color: #C0C731;
}
</style>
border-color css
<style>
span { border-color: #C0C731; }
span { border-color: rgb(192,199,49); }
td.TdClassName
{
border-color: #C0C731;
}
.TagClassName
{
border-color: #C0C731;
}
</style>