Shades of Fuego #C0C12E
Tints of Fuego #C0C12E
RGB
CMYK
RGB Variations
Color information
#C0C12E (or 0xC0C12E) is known color: Fuego. HEX triplet: C0, C1 and 2E. RGB value is (192,193,46). Sum of RGB (Red+Green+Blue) = 192+193+46=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C12E is #3F3ED1. Grayscale: #B0B0B0. Windows color (decimal): -4144850 or 3064256. OLE color: 3064256.
HSL color Cylindrical-coordinate representation of color #C0C12E: hue angle of 60.41º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0C12E is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 46 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.24 |
| HSL | 60.41º | 0.62% | 0.47% | - |
| HSV(B) | 60.41º | 0.76% | 0.76% | - |
| XYZ | 41.3 | 49.54 | 9.97 | - |
| YUV | 175.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 46 | 0.01 | 0 | 0.76 | 0.24 | 60.41 | 0.62 | 0.47 |
| Hex | C0 | C1 | 2E | 1 | 0 | 4C | 18 | 3C | 3E | 2F |
| Octal | 300 | 301 | 56 | 1 | 0 | 114 | 30 | 74 | 76 | 57 |
| Binary | 11000000 | 11000001 | 101110 | 1 | 0 | 1001100 | 11000 | 111100 | 111110 | 101111 |
Color Harmonies of #C0C12E
Complementary color
Monochromatic Colors of #C0C12E
Black with #C0C12E
Text Example
Text Example
White with #C0C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C12E; }
p { color: rgb(192,193,46); }
H1.HeaderClassName
{
color: #C0C12E;
}
.AnyTagClassName
{
color: #C0C12E;
}
</style>
background-color css
<style>
a { background-color: #C0C12E; }
a { background-color: rgb(192,193,46); }
div.DivClassName
{
background-color: #C0C12E;
}
.BgClassName
{
background-color: #C0C12E;
}
</style>
border-color css
<style>
span { border-color: #C0C12E; }
span { border-color: rgb(192,193,46); }
td.TdClassName
{
border-color: #C0C12E;
}
.TagClassName
{
border-color: #C0C12E;
}
</style>