Shades of Fuego #C5CA32
Tints of Fuego #C5CA32
RGB
CMYK
RGB Variations
Color information
#C5CA32 (or 0xC5CA32) is known color: Fuego. HEX triplet: C5, CA and 32. RGB value is (197,202,50). Sum of RGB (Red+Green+Blue) = 197+202+50=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA32 is #3A35CD. Grayscale: #B7B7B7. Windows color (decimal): -3814862 or 3328709. OLE color: 3328709.
HSL color Cylindrical-coordinate representation of color #C5CA32: hue angle of 61.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5CA32 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.21 |
| HSL | 61.97º | 0.6% | 0.49% | - |
| HSV(B) | 61.97º | 0.75% | 0.79% | - |
| XYZ | 44.72 | 54.34 | 11.15 | - |
| YUV | 183.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 50 | 0.02 | 0 | 0.75 | 0.21 | 61.97 | 0.6 | 0.49 |
| Hex | C5 | CA | 32 | 2 | 0 | 4B | 15 | 3E | 3C | 31 |
| Octal | 305 | 312 | 62 | 2 | 0 | 113 | 25 | 76 | 74 | 61 |
| Binary | 11000101 | 11001010 | 110010 | 10 | 0 | 1001011 | 10101 | 111110 | 111100 | 110001 |
Color Harmonies of #C5CA32
Complementary color
Monochromatic Colors of #C5CA32
Black with #C5CA32
Text Example
Text Example
White with #C5CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA32; }
p { color: rgb(197,202,50); }
H1.HeaderClassName
{
color: #C5CA32;
}
.AnyTagClassName
{
color: #C5CA32;
}
</style>
background-color css
<style>
a { background-color: #C5CA32; }
a { background-color: rgb(197,202,50); }
div.DivClassName
{
background-color: #C5CA32;
}
.BgClassName
{
background-color: #C5CA32;
}
</style>
border-color css
<style>
span { border-color: #C5CA32; }
span { border-color: rgb(197,202,50); }
td.TdClassName
{
border-color: #C5CA32;
}
.TagClassName
{
border-color: #C5CA32;
}
</style>