Shades of Fuego #C0C839
Tints of Fuego #C0C839
RGB
CMYK
RGB Variations
Color information
#C0C839 (or 0xC0C839) is known color: Fuego. HEX triplet: C0, C8 and 39. RGB value is (192,200,57). Sum of RGB (Red+Green+Blue) = 192+200+57=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 57 (22.66% from 255 or 12.69% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C839 is #3F37C6. Grayscale: #B5B5B5. Windows color (decimal): -4143047 or 3786944. OLE color: 3786944.
HSL color Cylindrical-coordinate representation of color #C0C839: hue angle of 63.36º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0C839 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 57 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.22 |
| HSL | 63.36º | 0.57% | 0.5% | - |
| HSV(B) | 63.36º | 0.72% | 0.78% | - |
| XYZ | 43.13 | 52.81 | 11.79 | - |
| YUV | 181.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 57 | 0.04 | 0 | 0.72 | 0.22 | 63.36 | 0.57 | 0.5 |
| Hex | C0 | C8 | 39 | 4 | 0 | 48 | 16 | 3F | 39 | 32 |
| Octal | 300 | 310 | 71 | 4 | 0 | 110 | 26 | 77 | 71 | 62 |
| Binary | 11000000 | 11001000 | 111001 | 100 | 0 | 1001000 | 10110 | 111111 | 111001 | 110010 |
Color Harmonies of #C0C839
Complementary color
Monochromatic Colors of #C0C839
Black with #C0C839
Text Example
Text Example
White with #C0C839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C839; }
p { color: rgb(192,200,57); }
H1.HeaderClassName
{
color: #C0C839;
}
.AnyTagClassName
{
color: #C0C839;
}
</style>
background-color css
<style>
a { background-color: #C0C839; }
a { background-color: rgb(192,200,57); }
div.DivClassName
{
background-color: #C0C839;
}
.BgClassName
{
background-color: #C0C839;
}
</style>
border-color css
<style>
span { border-color: #C0C839; }
span { border-color: rgb(192,200,57); }
td.TdClassName
{
border-color: #C0C839;
}
.TagClassName
{
border-color: #C0C839;
}
</style>