Shades of Fuego #C5C836
Tints of Fuego #C5C836
RGB
CMYK
RGB Variations
Color information
#C5C836 (or 0xC5C836) is known color: Fuego. HEX triplet: C5, C8 and 36. RGB value is (197,200,54). Sum of RGB (Red+Green+Blue) = 197+200+54=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 54 (21.48% from 255 or 11.97% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C836 is #3A37C9. Grayscale: #B7B7B7. Windows color (decimal): -3815370 or 3590341. OLE color: 3590341.
HSL color Cylindrical-coordinate representation of color #C5C836: hue angle of 61.23º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5C836 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 54 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.22 |
| HSL | 61.23º | 0.57% | 0.5% | - |
| HSV(B) | 61.23º | 0.73% | 0.78% | - |
| XYZ | 44.35 | 53.45 | 11.47 | - |
| YUV | 182.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 54 | 0.02 | 0 | 0.73 | 0.22 | 61.23 | 0.57 | 0.5 |
| Hex | C5 | C8 | 36 | 2 | 0 | 49 | 16 | 3D | 39 | 32 |
| Octal | 305 | 310 | 66 | 2 | 0 | 111 | 26 | 75 | 71 | 62 |
| Binary | 11000101 | 11001000 | 110110 | 10 | 0 | 1001001 | 10110 | 111101 | 111001 | 110010 |
Color Harmonies of #C5C836
Complementary color
Monochromatic Colors of #C5C836
Black with #C5C836
Text Example
Text Example
White with #C5C836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C836; }
p { color: rgb(197,200,54); }
H1.HeaderClassName
{
color: #C5C836;
}
.AnyTagClassName
{
color: #C5C836;
}
</style>
background-color css
<style>
a { background-color: #C5C836; }
a { background-color: rgb(197,200,54); }
div.DivClassName
{
background-color: #C5C836;
}
.BgClassName
{
background-color: #C5C836;
}
</style>
border-color css
<style>
span { border-color: #C5C836; }
span { border-color: rgb(197,200,54); }
td.TdClassName
{
border-color: #C5C836;
}
.TagClassName
{
border-color: #C5C836;
}
</style>