Shades of Fuego #C2C62C
Tints of Fuego #C2C62C
RGB
CMYK
RGB Variations
Color information
#C2C62C (or 0xC2C62C) is known color: Fuego. HEX triplet: C2, C6 and 2C. RGB value is (194,198,44). Sum of RGB (Red+Green+Blue) = 194+198+44=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C62C is #3D39D3. Grayscale: #B3B3B3. Windows color (decimal): -4012500 or 2934466. OLE color: 2934466.
HSL color Cylindrical-coordinate representation of color #C2C62C: hue angle of 61.56º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2C62C is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 44 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.22 |
| HSL | 61.56º | 0.64% | 0.47% | - |
| HSV(B) | 61.56º | 0.78% | 0.78% | - |
| XYZ | 42.9 | 52.04 | 10.17 | - |
| YUV | 179.25 | 51.67 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 44 | 0.02 | 0 | 0.78 | 0.22 | 61.56 | 0.64 | 0.47 |
| Hex | C2 | C6 | 2C | 2 | 0 | 4E | 16 | 3E | 40 | 2F |
| Octal | 302 | 306 | 54 | 2 | 0 | 116 | 26 | 76 | 100 | 57 |
| Binary | 11000010 | 11000110 | 101100 | 10 | 0 | 1001110 | 10110 | 111110 | 1000000 | 101111 |
Color Harmonies of #C2C62C
Complementary color
Monochromatic Colors of #C2C62C
Black with #C2C62C
Text Example
Text Example
White with #C2C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C62C; }
p { color: rgb(194,198,44); }
H1.HeaderClassName
{
color: #C2C62C;
}
.AnyTagClassName
{
color: #C2C62C;
}
</style>
background-color css
<style>
a { background-color: #C2C62C; }
a { background-color: rgb(194,198,44); }
div.DivClassName
{
background-color: #C2C62C;
}
.BgClassName
{
background-color: #C2C62C;
}
</style>
border-color css
<style>
span { border-color: #C2C62C; }
span { border-color: rgb(194,198,44); }
td.TdClassName
{
border-color: #C2C62C;
}
.TagClassName
{
border-color: #C2C62C;
}
</style>