Shades of Fuego #C2C931
Tints of Fuego #C2C931
RGB
CMYK
RGB Variations
Color information
#C2C931 (or 0xC2C931) is known color: Fuego. HEX triplet: C2, C9 and 31. RGB value is (194,201,49). Sum of RGB (Red+Green+Blue) = 194+201+49=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C931 is #3D36CE. Grayscale: #B6B6B6. Windows color (decimal): -4011727 or 3262914. OLE color: 3262914.
HSL color Cylindrical-coordinate representation of color #C2C931: hue angle of 62.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2C931 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 49 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.21 |
| HSL | 62.76º | 0.61% | 0.49% | - |
| HSV(B) | 62.76º | 0.76% | 0.79% | - |
| XYZ | 43.69 | 53.46 | 10.92 | - |
| YUV | 181.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 49 | 0.03 | 0 | 0.76 | 0.21 | 62.76 | 0.61 | 0.49 |
| Hex | C2 | C9 | 31 | 3 | 0 | 4C | 15 | 3F | 3D | 31 |
| Octal | 302 | 311 | 61 | 3 | 0 | 114 | 25 | 77 | 75 | 61 |
| Binary | 11000010 | 11001001 | 110001 | 11 | 0 | 1001100 | 10101 | 111111 | 111101 | 110001 |
Color Harmonies of #C2C931
Complementary color
Monochromatic Colors of #C2C931
Black with #C2C931
Text Example
Text Example
White with #C2C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C931; }
p { color: rgb(194,201,49); }
H1.HeaderClassName
{
color: #C2C931;
}
.AnyTagClassName
{
color: #C2C931;
}
</style>
background-color css
<style>
a { background-color: #C2C931; }
a { background-color: rgb(194,201,49); }
div.DivClassName
{
background-color: #C2C931;
}
.BgClassName
{
background-color: #C2C931;
}
</style>
border-color css
<style>
span { border-color: #C2C931; }
span { border-color: rgb(194,201,49); }
td.TdClassName
{
border-color: #C2C931;
}
.TagClassName
{
border-color: #C2C931;
}
</style>