Shades of Fuego #C0C231
Tints of Fuego #C0C231
RGB
CMYK
RGB Variations
Color information
#C0C231 (or 0xC0C231) is known color: Fuego. HEX triplet: C0, C2 and 31. RGB value is (192,194,49). Sum of RGB (Red+Green+Blue) = 192+194+49=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C231 is #3F3DCE. Grayscale: #B1B1B1. Windows color (decimal): -4144591 or 3261120. OLE color: 3261120.
HSL color Cylindrical-coordinate representation of color #C0C231: hue angle of 60.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0C231 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 49 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.24 |
| HSL | 60.83º | 0.6% | 0.48% | - |
| HSV(B) | 60.83º | 0.75% | 0.76% | - |
| XYZ | 41.58 | 50.01 | 10.37 | - |
| YUV | 176.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 49 | 0.01 | 0 | 0.75 | 0.24 | 60.83 | 0.6 | 0.48 |
| Hex | C0 | C2 | 31 | 1 | 0 | 4B | 18 | 3D | 3C | 30 |
| Octal | 300 | 302 | 61 | 1 | 0 | 113 | 30 | 75 | 74 | 60 |
| Binary | 11000000 | 11000010 | 110001 | 1 | 0 | 1001011 | 11000 | 111101 | 111100 | 110000 |
Color Harmonies of #C0C231
Complementary color
Monochromatic Colors of #C0C231
Black with #C0C231
Text Example
Text Example
White with #C0C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C231; }
p { color: rgb(192,194,49); }
H1.HeaderClassName
{
color: #C0C231;
}
.AnyTagClassName
{
color: #C0C231;
}
</style>
background-color css
<style>
a { background-color: #C0C231; }
a { background-color: rgb(192,194,49); }
div.DivClassName
{
background-color: #C0C231;
}
.BgClassName
{
background-color: #C0C231;
}
</style>
border-color css
<style>
span { border-color: #C0C231; }
span { border-color: rgb(192,194,49); }
td.TdClassName
{
border-color: #C0C231;
}
.TagClassName
{
border-color: #C0C231;
}
</style>