Shades of Fuego #C0C537
Tints of Fuego #C0C537
RGB
CMYK
RGB Variations
Color information
#C0C537 (or 0xC0C537) is known color: Fuego. HEX triplet: C0, C5 and 37. RGB value is (192,197,55). Sum of RGB (Red+Green+Blue) = 192+197+55=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C537 is #3F3AC8. Grayscale: #B3B3B3. Windows color (decimal): -4143817 or 3655104. OLE color: 3655104.
HSL color Cylindrical-coordinate representation of color #C0C537: hue angle of 62.11º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0C537 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 55 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.23 |
| HSL | 62.11º | 0.56% | 0.49% | - |
| HSV(B) | 62.11º | 0.72% | 0.77% | - |
| XYZ | 42.39 | 51.41 | 11.3 | - |
| YUV | 179.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 55 | 0.03 | 0 | 0.72 | 0.23 | 62.11 | 0.56 | 0.49 |
| Hex | C0 | C5 | 37 | 3 | 0 | 48 | 17 | 3E | 38 | 31 |
| Octal | 300 | 305 | 67 | 3 | 0 | 110 | 27 | 76 | 70 | 61 |
| Binary | 11000000 | 11000101 | 110111 | 11 | 0 | 1001000 | 10111 | 111110 | 111000 | 110001 |
Color Harmonies of #C0C537
Complementary color
Monochromatic Colors of #C0C537
Black with #C0C537
Text Example
Text Example
White with #C0C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C537; }
p { color: rgb(192,197,55); }
H1.HeaderClassName
{
color: #C0C537;
}
.AnyTagClassName
{
color: #C0C537;
}
</style>
background-color css
<style>
a { background-color: #C0C537; }
a { background-color: rgb(192,197,55); }
div.DivClassName
{
background-color: #C0C537;
}
.BgClassName
{
background-color: #C0C537;
}
</style>
border-color css
<style>
span { border-color: #C0C537; }
span { border-color: rgb(192,197,55); }
td.TdClassName
{
border-color: #C0C537;
}
.TagClassName
{
border-color: #C0C537;
}
</style>