Shades of Fuego #C2C62E
Tints of Fuego #C2C62E
RGB
CMYK
RGB Variations
Color information
#C2C62E (or 0xC2C62E) is known color: Fuego. HEX triplet: C2, C6 and 2E. RGB value is (194,198,46). Sum of RGB (Red+Green+Blue) = 194+198+46=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C62E is #3D39D1. Grayscale: #B4B4B4. Windows color (decimal): -4012498 or 3065538. OLE color: 3065538.
HSL color Cylindrical-coordinate representation of color #C2C62E: hue angle of 61.58º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2C62E is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 46 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.22 |
| HSL | 61.58º | 0.62% | 0.48% | - |
| HSV(B) | 61.58º | 0.77% | 0.78% | - |
| XYZ | 42.94 | 52.05 | 10.37 | - |
| YUV | 179.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 46 | 0.02 | 0 | 0.77 | 0.22 | 61.58 | 0.62 | 0.48 |
| Hex | C2 | C6 | 2E | 2 | 0 | 4D | 16 | 3E | 3E | 30 |
| Octal | 302 | 306 | 56 | 2 | 0 | 115 | 26 | 76 | 76 | 60 |
| Binary | 11000010 | 11000110 | 101110 | 10 | 0 | 1001101 | 10110 | 111110 | 111110 | 110000 |
Color Harmonies of #C2C62E
Complementary color
Monochromatic Colors of #C2C62E
Black with #C2C62E
Text Example
Text Example
White with #C2C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C62E; }
p { color: rgb(194,198,46); }
H1.HeaderClassName
{
color: #C2C62E;
}
.AnyTagClassName
{
color: #C2C62E;
}
</style>
background-color css
<style>
a { background-color: #C2C62E; }
a { background-color: rgb(194,198,46); }
div.DivClassName
{
background-color: #C2C62E;
}
.BgClassName
{
background-color: #C2C62E;
}
</style>
border-color css
<style>
span { border-color: #C2C62E; }
span { border-color: rgb(194,198,46); }
td.TdClassName
{
border-color: #C2C62E;
}
.TagClassName
{
border-color: #C2C62E;
}
</style>