Shades of Fuego #C0C439
Tints of Fuego #C0C439
RGB
CMYK
RGB Variations
Color information
#C0C439 (or 0xC0C439) is known color: Fuego. HEX triplet: C0, C4 and 39. RGB value is (192,196,57). Sum of RGB (Red+Green+Blue) = 192+196+57=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C439 is #3F3BC6. Grayscale: #B3B3B3. Windows color (decimal): -4144071 or 3785920. OLE color: 3785920.
HSL color Cylindrical-coordinate representation of color #C0C439: hue angle of 61.73º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0C439 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 57 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.23 |
| HSL | 61.73º | 0.55% | 0.5% | - |
| HSV(B) | 61.73º | 0.71% | 0.77% | - |
| XYZ | 42.22 | 50.98 | 11.49 | - |
| YUV | 178.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 57 | 0.02 | 0 | 0.71 | 0.23 | 61.73 | 0.55 | 0.5 |
| Hex | C0 | C4 | 39 | 2 | 0 | 47 | 17 | 3E | 37 | 32 |
| Octal | 300 | 304 | 71 | 2 | 0 | 107 | 27 | 76 | 67 | 62 |
| Binary | 11000000 | 11000100 | 111001 | 10 | 0 | 1000111 | 10111 | 111110 | 110111 | 110010 |
Color Harmonies of #C0C439
Complementary color
Monochromatic Colors of #C0C439
Black with #C0C439
Text Example
Text Example
White with #C0C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C439; }
p { color: rgb(192,196,57); }
H1.HeaderClassName
{
color: #C0C439;
}
.AnyTagClassName
{
color: #C0C439;
}
</style>
background-color css
<style>
a { background-color: #C0C439; }
a { background-color: rgb(192,196,57); }
div.DivClassName
{
background-color: #C0C439;
}
.BgClassName
{
background-color: #C0C439;
}
</style>
border-color css
<style>
span { border-color: #C0C439; }
span { border-color: rgb(192,196,57); }
td.TdClassName
{
border-color: #C0C439;
}
.TagClassName
{
border-color: #C0C439;
}
</style>