Shades of Fuego #C4CF20
Tints of Fuego #C4CF20
RGB
CMYK
RGB Variations
Color information
#C4CF20 (or 0xC4CF20) is known color: Fuego. HEX triplet: C4, CF and 20. RGB value is (196,207,32). Sum of RGB (Red+Green+Blue) = 196+207+32=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF20 is #3B30DF. Grayscale: #B8B8B8. Windows color (decimal): -3879136 or 2150340. OLE color: 2150340.
HSL color Cylindrical-coordinate representation of color #C4CF20: hue angle of 63.77º 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 #C4CF20 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.19 |
| HSL | 63.77º | 0.73% | 0.47% | - |
| HSV(B) | 63.77º | 0.85% | 0.81% | - |
| XYZ | 45.34 | 56.47 | 9.88 | - |
| YUV | 183.76 | 42.36 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 32 | 0.05 | 0 | 0.85 | 0.19 | 63.77 | 0.73 | 0.47 |
| Hex | C4 | CF | 20 | 5 | 0 | 55 | 13 | 40 | 49 | 2F |
| Octal | 304 | 317 | 40 | 5 | 0 | 125 | 23 | 100 | 111 | 57 |
| Binary | 11000100 | 11001111 | 100000 | 101 | 0 | 1010101 | 10011 | 1000000 | 1001001 | 101111 |
Color Harmonies of #C4CF20
Complementary color
Monochromatic Colors of #C4CF20
Black with #C4CF20
Text Example
Text Example
White with #C4CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF20; }
p { color: rgb(196,207,32); }
H1.HeaderClassName
{
color: #C4CF20;
}
.AnyTagClassName
{
color: #C4CF20;
}
</style>
background-color css
<style>
a { background-color: #C4CF20; }
a { background-color: rgb(196,207,32); }
div.DivClassName
{
background-color: #C4CF20;
}
.BgClassName
{
background-color: #C4CF20;
}
</style>
border-color css
<style>
span { border-color: #C4CF20; }
span { border-color: rgb(196,207,32); }
td.TdClassName
{
border-color: #C4CF20;
}
.TagClassName
{
border-color: #C4CF20;
}
</style>