Shades of Fuego #C0C42B
Tints of Fuego #C0C42B
RGB
CMYK
RGB Variations
Color information
#C0C42B (or 0xC0C42B) is known color: Fuego. HEX triplet: C0, C4 and 2B. RGB value is (192,196,43). Sum of RGB (Red+Green+Blue) = 192+196+43=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C42B is #3F3BD4. Grayscale: #B1B1B1. Windows color (decimal): -4144085 or 2868416. OLE color: 2868416.
HSL color Cylindrical-coordinate representation of color #C0C42B: hue angle of 61.57º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0C42B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 43 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.23 |
| HSL | 61.57º | 0.64% | 0.47% | - |
| HSV(B) | 61.57º | 0.78% | 0.77% | - |
| XYZ | 41.91 | 50.86 | 9.89 | - |
| YUV | 177.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 43 | 0.02 | 0 | 0.78 | 0.23 | 61.57 | 0.64 | 0.47 |
| Hex | C0 | C4 | 2B | 2 | 0 | 4E | 17 | 3E | 40 | 2F |
| Octal | 300 | 304 | 53 | 2 | 0 | 116 | 27 | 76 | 100 | 57 |
| Binary | 11000000 | 11000100 | 101011 | 10 | 0 | 1001110 | 10111 | 111110 | 1000000 | 101111 |
Color Harmonies of #C0C42B
Complementary color
Monochromatic Colors of #C0C42B
Black with #C0C42B
Text Example
Text Example
White with #C0C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C42B; }
p { color: rgb(192,196,43); }
H1.HeaderClassName
{
color: #C0C42B;
}
.AnyTagClassName
{
color: #C0C42B;
}
</style>
background-color css
<style>
a { background-color: #C0C42B; }
a { background-color: rgb(192,196,43); }
div.DivClassName
{
background-color: #C0C42B;
}
.BgClassName
{
background-color: #C0C42B;
}
</style>
border-color css
<style>
span { border-color: #C0C42B; }
span { border-color: rgb(192,196,43); }
td.TdClassName
{
border-color: #C0C42B;
}
.TagClassName
{
border-color: #C0C42B;
}
</style>