Shades of Fuego #C5CE20
Tints of Fuego #C5CE20
RGB
CMYK
RGB Variations
Color information
#C5CE20 (or 0xC5CE20) is known color: Fuego. HEX triplet: C5, CE and 20. RGB value is (197,206,32). Sum of RGB (Red+Green+Blue) = 197+206+32=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE20 is #3A31DF. Grayscale: #B8B8B8. Windows color (decimal): -3813856 or 2150085. OLE color: 2150085.
HSL color Cylindrical-coordinate representation of color #C5CE20: hue angle of 63.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5CE20 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 32 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.19 |
| HSL | 63.1º | 0.73% | 0.47% | - |
| HSV(B) | 63.1º | 0.84% | 0.81% | - |
| XYZ | 45.36 | 56.12 | 9.81 | - |
| YUV | 183.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 32 | 0.04 | 0 | 0.84 | 0.19 | 63.1 | 0.73 | 0.47 |
| Hex | C5 | CE | 20 | 4 | 0 | 54 | 13 | 3F | 49 | 2F |
| Octal | 305 | 316 | 40 | 4 | 0 | 124 | 23 | 77 | 111 | 57 |
| Binary | 11000101 | 11001110 | 100000 | 100 | 0 | 1010100 | 10011 | 111111 | 1001001 | 101111 |
Color Harmonies of #C5CE20
Complementary color
Monochromatic Colors of #C5CE20
Black with #C5CE20
Text Example
Text Example
White with #C5CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE20; }
p { color: rgb(197,206,32); }
H1.HeaderClassName
{
color: #C5CE20;
}
.AnyTagClassName
{
color: #C5CE20;
}
</style>
background-color css
<style>
a { background-color: #C5CE20; }
a { background-color: rgb(197,206,32); }
div.DivClassName
{
background-color: #C5CE20;
}
.BgClassName
{
background-color: #C5CE20;
}
</style>
border-color css
<style>
span { border-color: #C5CE20; }
span { border-color: rgb(197,206,32); }
td.TdClassName
{
border-color: #C5CE20;
}
.TagClassName
{
border-color: #C5CE20;
}
</style>