Shades of Fuego #C2C936
Tints of Fuego #C2C936
RGB
CMYK
RGB Variations
Color information
#C2C936 (or 0xC2C936) is known color: Fuego. HEX triplet: C2, C9 and 36. RGB value is (194,201,54). Sum of RGB (Red+Green+Blue) = 194+201+54=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C936 is #3D36C9. Grayscale: #B6B6B6. Windows color (decimal): -4011722 or 3590594. OLE color: 3590594.
HSL color Cylindrical-coordinate representation of color #C2C936: hue angle of 62.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2C936 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 54 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.21 |
| HSL | 62.86º | 0.58% | 0.5% | - |
| HSV(B) | 62.86º | 0.73% | 0.79% | - |
| XYZ | 43.8 | 53.51 | 11.51 | - |
| YUV | 182.15 | 55.68 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 54 | 0.03 | 0 | 0.73 | 0.21 | 62.86 | 0.58 | 0.5 |
| Hex | C2 | C9 | 36 | 3 | 0 | 49 | 15 | 3F | 3A | 32 |
| Octal | 302 | 311 | 66 | 3 | 0 | 111 | 25 | 77 | 72 | 62 |
| Binary | 11000010 | 11001001 | 110110 | 11 | 0 | 1001001 | 10101 | 111111 | 111010 | 110010 |
Color Harmonies of #C2C936
Complementary color
Monochromatic Colors of #C2C936
Black with #C2C936
Text Example
Text Example
White with #C2C936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C936; }
p { color: rgb(194,201,54); }
H1.HeaderClassName
{
color: #C2C936;
}
.AnyTagClassName
{
color: #C2C936;
}
</style>
background-color css
<style>
a { background-color: #C2C936; }
a { background-color: rgb(194,201,54); }
div.DivClassName
{
background-color: #C2C936;
}
.BgClassName
{
background-color: #C2C936;
}
</style>
border-color css
<style>
span { border-color: #C2C936; }
span { border-color: rgb(194,201,54); }
td.TdClassName
{
border-color: #C2C936;
}
.TagClassName
{
border-color: #C2C936;
}
</style>