Shades of Fuego #C2C632
Tints of Fuego #C2C632
RGB
CMYK
RGB Variations
Color information
#C2C632 (or 0xC2C632) is known color: Fuego. HEX triplet: C2, C6 and 32. RGB value is (194,198,50). Sum of RGB (Red+Green+Blue) = 194+198+50=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 198 (77.73% from 255 or 44.80% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C632 is #3D39CD. Grayscale: #B4B4B4. Windows color (decimal): -4012494 or 3327682. OLE color: 3327682.
HSL color Cylindrical-coordinate representation of color #C2C632: hue angle of 61.62º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2C632 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.22 |
| HSL | 61.62º | 0.6% | 0.49% | - |
| HSV(B) | 61.62º | 0.75% | 0.78% | - |
| XYZ | 43.02 | 52.09 | 10.8 | - |
| YUV | 179.93 | 54.67 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 50 | 0.02 | 0 | 0.75 | 0.22 | 61.62 | 0.6 | 0.49 |
| Hex | C2 | C6 | 32 | 2 | 0 | 4B | 16 | 3E | 3C | 31 |
| Octal | 302 | 306 | 62 | 2 | 0 | 113 | 26 | 76 | 74 | 61 |
| Binary | 11000010 | 11000110 | 110010 | 10 | 0 | 1001011 | 10110 | 111110 | 111100 | 110001 |
Color Harmonies of #C2C632
Complementary color
Monochromatic Colors of #C2C632
Black with #C2C632
Text Example
Text Example
White with #C2C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C632; }
p { color: rgb(194,198,50); }
H1.HeaderClassName
{
color: #C2C632;
}
.AnyTagClassName
{
color: #C2C632;
}
</style>
background-color css
<style>
a { background-color: #C2C632; }
a { background-color: rgb(194,198,50); }
div.DivClassName
{
background-color: #C2C632;
}
.BgClassName
{
background-color: #C2C632;
}
</style>
border-color css
<style>
span { border-color: #C2C632; }
span { border-color: rgb(194,198,50); }
td.TdClassName
{
border-color: #C2C632;
}
.TagClassName
{
border-color: #C2C632;
}
</style>