Shades of Fuego #C2C92D
Tints of Fuego #C2C92D
RGB
CMYK
RGB Variations
Color information
#C2C92D (or 0xC2C92D) is known color: Fuego. HEX triplet: C2, C9 and 2D. RGB value is (194,201,45). Sum of RGB (Red+Green+Blue) = 194+201+45=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C92D is #3D36D2. Grayscale: #B5B5B5. Windows color (decimal): -4011731 or 3000770. OLE color: 3000770.
HSL color Cylindrical-coordinate representation of color #C2C92D: hue angle of 62.69º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2C92D is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 45 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.21 |
| HSL | 62.69º | 0.63% | 0.48% | - |
| HSV(B) | 62.69º | 0.78% | 0.79% | - |
| XYZ | 43.61 | 53.43 | 10.5 | - |
| YUV | 181.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 45 | 0.03 | 0 | 0.78 | 0.21 | 62.69 | 0.63 | 0.48 |
| Hex | C2 | C9 | 2D | 3 | 0 | 4E | 15 | 3F | 3F | 30 |
| Octal | 302 | 311 | 55 | 3 | 0 | 116 | 25 | 77 | 77 | 60 |
| Binary | 11000010 | 11001001 | 101101 | 11 | 0 | 1001110 | 10101 | 111111 | 111111 | 110000 |
Color Harmonies of #C2C92D
Complementary color
Monochromatic Colors of #C2C92D
Black with #C2C92D
Text Example
Text Example
White with #C2C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C92D; }
p { color: rgb(194,201,45); }
H1.HeaderClassName
{
color: #C2C92D;
}
.AnyTagClassName
{
color: #C2C92D;
}
</style>
background-color css
<style>
a { background-color: #C2C92D; }
a { background-color: rgb(194,201,45); }
div.DivClassName
{
background-color: #C2C92D;
}
.BgClassName
{
background-color: #C2C92D;
}
</style>
border-color css
<style>
span { border-color: #C2C92D; }
span { border-color: rgb(194,201,45); }
td.TdClassName
{
border-color: #C2C92D;
}
.TagClassName
{
border-color: #C2C92D;
}
</style>