Shades of Fuego #C2C52A
Tints of Fuego #C2C52A
RGB
CMYK
RGB Variations
Color information
#C2C52A (or 0xC2C52A) is known color: Fuego. HEX triplet: C2, C5 and 2A. RGB value is (194,197,42). Sum of RGB (Red+Green+Blue) = 194+197+42=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C52A is #3D3AD5. Grayscale: #B3B3B3. Windows color (decimal): -4012758 or 2803138. OLE color: 2803138.
HSL color Cylindrical-coordinate representation of color #C2C52A: hue angle of 61.16º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2C52A is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 42 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.23 |
| HSL | 61.16º | 0.65% | 0.47% | - |
| HSV(B) | 61.16º | 0.79% | 0.77% | - |
| XYZ | 42.63 | 51.57 | 9.9 | - |
| YUV | 178.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 42 | 0.02 | 0 | 0.79 | 0.23 | 61.16 | 0.65 | 0.47 |
| Hex | C2 | C5 | 2A | 2 | 0 | 4F | 17 | 3D | 41 | 2F |
| Octal | 302 | 305 | 52 | 2 | 0 | 117 | 27 | 75 | 101 | 57 |
| Binary | 11000010 | 11000101 | 101010 | 10 | 0 | 1001111 | 10111 | 111101 | 1000001 | 101111 |
Color Harmonies of #C2C52A
Complementary color
Monochromatic Colors of #C2C52A
Black with #C2C52A
Text Example
Text Example
White with #C2C52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C52A; }
p { color: rgb(194,197,42); }
H1.HeaderClassName
{
color: #C2C52A;
}
.AnyTagClassName
{
color: #C2C52A;
}
</style>
background-color css
<style>
a { background-color: #C2C52A; }
a { background-color: rgb(194,197,42); }
div.DivClassName
{
background-color: #C2C52A;
}
.BgClassName
{
background-color: #C2C52A;
}
</style>
border-color css
<style>
span { border-color: #C2C52A; }
span { border-color: rgb(194,197,42); }
td.TdClassName
{
border-color: #C2C52A;
}
.TagClassName
{
border-color: #C2C52A;
}
</style>