Shades of Fuego #C2C92E
Tints of Fuego #C2C92E
RGB
CMYK
RGB Variations
Color information
#C2C92E (or 0xC2C92E) is known color: Fuego. HEX triplet: C2, C9 and 2E. RGB value is (194,201,46). Sum of RGB (Red+Green+Blue) = 194+201+46=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C92E is #3D36D1. Grayscale: #B5B5B5. Windows color (decimal): -4011730 or 3066306. OLE color: 3066306.
HSL color Cylindrical-coordinate representation of color #C2C92E: hue angle of 62.71º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2C92E is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 46 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.21 |
| HSL | 62.71º | 0.63% | 0.48% | - |
| HSV(B) | 62.71º | 0.77% | 0.79% | - |
| XYZ | 43.63 | 53.44 | 10.6 | - |
| YUV | 181.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 46 | 0.03 | 0 | 0.77 | 0.21 | 62.71 | 0.63 | 0.48 |
| Hex | C2 | C9 | 2E | 3 | 0 | 4D | 15 | 3F | 3F | 30 |
| Octal | 302 | 311 | 56 | 3 | 0 | 115 | 25 | 77 | 77 | 60 |
| Binary | 11000010 | 11001001 | 101110 | 11 | 0 | 1001101 | 10101 | 111111 | 111111 | 110000 |
Color Harmonies of #C2C92E
Complementary color
Monochromatic Colors of #C2C92E
Black with #C2C92E
Text Example
Text Example
White with #C2C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C92E; }
p { color: rgb(194,201,46); }
H1.HeaderClassName
{
color: #C2C92E;
}
.AnyTagClassName
{
color: #C2C92E;
}
</style>
background-color css
<style>
a { background-color: #C2C92E; }
a { background-color: rgb(194,201,46); }
div.DivClassName
{
background-color: #C2C92E;
}
.BgClassName
{
background-color: #C2C92E;
}
</style>
border-color css
<style>
span { border-color: #C2C92E; }
span { border-color: rgb(194,201,46); }
td.TdClassName
{
border-color: #C2C92E;
}
.TagClassName
{
border-color: #C2C92E;
}
</style>