Shades of Fuego #C4CF2E
Tints of Fuego #C4CF2E
RGB
CMYK
RGB Variations
Color information
#C4CF2E (or 0xC4CF2E) is known color: Fuego. HEX triplet: C4, CF and 2E. RGB value is (196,207,46). Sum of RGB (Red+Green+Blue) = 196+207+46=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF2E is #3B30D1. Grayscale: #B9B9B9. Windows color (decimal): -3879122 or 3067844. OLE color: 3067844.
HSL color Cylindrical-coordinate representation of color #C4CF2E: hue angle of 64.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4CF2E is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 46 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.19 |
| HSL | 64.1º | 0.64% | 0.5% | - |
| HSV(B) | 64.1º | 0.78% | 0.81% | - |
| XYZ | 45.57 | 56.56 | 11.1 | - |
| YUV | 185.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 46 | 0.05 | 0 | 0.78 | 0.19 | 64.1 | 0.64 | 0.5 |
| Hex | C4 | CF | 2E | 5 | 0 | 4E | 13 | 40 | 40 | 32 |
| Octal | 304 | 317 | 56 | 5 | 0 | 116 | 23 | 100 | 100 | 62 |
| Binary | 11000100 | 11001111 | 101110 | 101 | 0 | 1001110 | 10011 | 1000000 | 1000000 | 110010 |
Color Harmonies of #C4CF2E
Complementary color
Monochromatic Colors of #C4CF2E
Black with #C4CF2E
Text Example
Text Example
White with #C4CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF2E; }
p { color: rgb(196,207,46); }
H1.HeaderClassName
{
color: #C4CF2E;
}
.AnyTagClassName
{
color: #C4CF2E;
}
</style>
background-color css
<style>
a { background-color: #C4CF2E; }
a { background-color: rgb(196,207,46); }
div.DivClassName
{
background-color: #C4CF2E;
}
.BgClassName
{
background-color: #C4CF2E;
}
</style>
border-color css
<style>
span { border-color: #C4CF2E; }
span { border-color: rgb(196,207,46); }
td.TdClassName
{
border-color: #C4CF2E;
}
.TagClassName
{
border-color: #C4CF2E;
}
</style>