Shades of Fuego #C2C432
Tints of Fuego #C2C432
RGB
CMYK
RGB Variations
Color information
#C2C432 (or 0xC2C432) is known color: Fuego. HEX triplet: C2, C4 and 32. RGB value is (194,196,50). Sum of RGB (Red+Green+Blue) = 194+196+50=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C432 is #3D3BCD. Grayscale: #B3B3B3. Windows color (decimal): -4013006 or 3327170. OLE color: 3327170.
HSL color Cylindrical-coordinate representation of color #C2C432: hue angle of 60.82º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2C432 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 50 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.23 |
| HSL | 60.82º | 0.59% | 0.48% | - |
| HSV(B) | 60.82º | 0.74% | 0.77% | - |
| XYZ | 42.56 | 51.18 | 10.65 | - |
| YUV | 178.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 50 | 0.01 | 0 | 0.74 | 0.23 | 60.82 | 0.59 | 0.48 |
| Hex | C2 | C4 | 32 | 1 | 0 | 4A | 17 | 3D | 3B | 30 |
| Octal | 302 | 304 | 62 | 1 | 0 | 112 | 27 | 75 | 73 | 60 |
| Binary | 11000010 | 11000100 | 110010 | 1 | 0 | 1001010 | 10111 | 111101 | 111011 | 110000 |
Color Harmonies of #C2C432
Complementary color
Monochromatic Colors of #C2C432
Black with #C2C432
Text Example
Text Example
White with #C2C432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C432; }
p { color: rgb(194,196,50); }
H1.HeaderClassName
{
color: #C2C432;
}
.AnyTagClassName
{
color: #C2C432;
}
</style>
background-color css
<style>
a { background-color: #C2C432; }
a { background-color: rgb(194,196,50); }
div.DivClassName
{
background-color: #C2C432;
}
.BgClassName
{
background-color: #C2C432;
}
</style>
border-color css
<style>
span { border-color: #C2C432; }
span { border-color: rgb(194,196,50); }
td.TdClassName
{
border-color: #C2C432;
}
.TagClassName
{
border-color: #C2C432;
}
</style>