Shades of Fuego #C5C831
Tints of Fuego #C5C831
RGB
CMYK
RGB Variations
Color information
#C5C831 (or 0xC5C831) is known color: Fuego. HEX triplet: C5, C8 and 31. RGB value is (197,200,49). Sum of RGB (Red+Green+Blue) = 197+200+49=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C831 is #3A37CE. Grayscale: #B6B6B6. Windows color (decimal): -3815375 or 3262661. OLE color: 3262661.
HSL color Cylindrical-coordinate representation of color #C5C831: hue angle of 61.19º degrees, saturation: 0.61, 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 #C5C831 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 49 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.22 |
| HSL | 61.19º | 0.61% | 0.49% | - |
| HSV(B) | 61.19º | 0.76% | 0.78% | - |
| XYZ | 44.23 | 53.4 | 10.88 | - |
| YUV | 181.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 49 | 0.02 | 0 | 0.76 | 0.22 | 61.19 | 0.61 | 0.49 |
| Hex | C5 | C8 | 31 | 2 | 0 | 4C | 16 | 3D | 3D | 31 |
| Octal | 305 | 310 | 61 | 2 | 0 | 114 | 26 | 75 | 75 | 61 |
| Binary | 11000101 | 11001000 | 110001 | 10 | 0 | 1001100 | 10110 | 111101 | 111101 | 110001 |
Color Harmonies of #C5C831
Complementary color
Monochromatic Colors of #C5C831
Black with #C5C831
Text Example
Text Example
White with #C5C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C831; }
p { color: rgb(197,200,49); }
H1.HeaderClassName
{
color: #C5C831;
}
.AnyTagClassName
{
color: #C5C831;
}
</style>
background-color css
<style>
a { background-color: #C5C831; }
a { background-color: rgb(197,200,49); }
div.DivClassName
{
background-color: #C5C831;
}
.BgClassName
{
background-color: #C5C831;
}
</style>
border-color css
<style>
span { border-color: #C5C831; }
span { border-color: rgb(197,200,49); }
td.TdClassName
{
border-color: #C5C831;
}
.TagClassName
{
border-color: #C5C831;
}
</style>