Shades of Fuego #C5CF31
Tints of Fuego #C5CF31
RGB
CMYK
RGB Variations
Color information
#C5CF31 (or 0xC5CF31) is known color: Fuego. HEX triplet: C5, CF and 31. RGB value is (197,207,49). Sum of RGB (Red+Green+Blue) = 197+207+49=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF31 is #3A30CE. Grayscale: #BABABA. Windows color (decimal): -3813583 or 3264453. OLE color: 3264453.
HSL color Cylindrical-coordinate representation of color #C5CF31: hue angle of 63.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5CF31 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 49 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.19 |
| HSL | 63.8º | 0.62% | 0.5% | - |
| HSV(B) | 63.8º | 0.76% | 0.81% | - |
| XYZ | 45.89 | 56.72 | 11.43 | - |
| YUV | 186 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 49 | 0.05 | 0 | 0.76 | 0.19 | 63.8 | 0.62 | 0.5 |
| Hex | C5 | CF | 31 | 5 | 0 | 4C | 13 | 40 | 3E | 32 |
| Octal | 305 | 317 | 61 | 5 | 0 | 114 | 23 | 100 | 76 | 62 |
| Binary | 11000101 | 11001111 | 110001 | 101 | 0 | 1001100 | 10011 | 1000000 | 111110 | 110010 |
Color Harmonies of #C5CF31
Complementary color
Monochromatic Colors of #C5CF31
Black with #C5CF31
Text Example
Text Example
White with #C5CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF31; }
p { color: rgb(197,207,49); }
H1.HeaderClassName
{
color: #C5CF31;
}
.AnyTagClassName
{
color: #C5CF31;
}
</style>
background-color css
<style>
a { background-color: #C5CF31; }
a { background-color: rgb(197,207,49); }
div.DivClassName
{
background-color: #C5CF31;
}
.BgClassName
{
background-color: #C5CF31;
}
</style>
border-color css
<style>
span { border-color: #C5CF31; }
span { border-color: rgb(197,207,49); }
td.TdClassName
{
border-color: #C5CF31;
}
.TagClassName
{
border-color: #C5CF31;
}
</style>