Shades of Fuego #C5CF20
Tints of Fuego #C5CF20
RGB
CMYK
RGB Variations
Color information
#C5CF20 (or 0xC5CF20) is known color: Fuego. HEX triplet: C5, CF and 20. RGB value is (197,207,32). Sum of RGB (Red+Green+Blue) = 197+207+32=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF20 is #3A30DF. Grayscale: #B8B8B8. Windows color (decimal): -3813600 or 2150341. OLE color: 2150341.
HSL color Cylindrical-coordinate representation of color #C5CF20: hue angle of 63.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5CF20 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.19 |
| HSL | 63.43º | 0.73% | 0.47% | - |
| HSV(B) | 63.43º | 0.85% | 0.81% | - |
| XYZ | 45.6 | 56.6 | 9.89 | - |
| YUV | 184.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 32 | 0.05 | 0 | 0.85 | 0.19 | 63.43 | 0.73 | 0.47 |
| Hex | C5 | CF | 20 | 5 | 0 | 55 | 13 | 3F | 49 | 2F |
| Octal | 305 | 317 | 40 | 5 | 0 | 125 | 23 | 77 | 111 | 57 |
| Binary | 11000101 | 11001111 | 100000 | 101 | 0 | 1010101 | 10011 | 111111 | 1001001 | 101111 |
Color Harmonies of #C5CF20
Complementary color
Monochromatic Colors of #C5CF20
Black with #C5CF20
Text Example
Text Example
White with #C5CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF20; }
p { color: rgb(197,207,32); }
H1.HeaderClassName
{
color: #C5CF20;
}
.AnyTagClassName
{
color: #C5CF20;
}
</style>
background-color css
<style>
a { background-color: #C5CF20; }
a { background-color: rgb(197,207,32); }
div.DivClassName
{
background-color: #C5CF20;
}
.BgClassName
{
background-color: #C5CF20;
}
</style>
border-color css
<style>
span { border-color: #C5CF20; }
span { border-color: rgb(197,207,32); }
td.TdClassName
{
border-color: #C5CF20;
}
.TagClassName
{
border-color: #C5CF20;
}
</style>