Shades of Fuego #C4CF28
Tints of Fuego #C4CF28
RGB
CMYK
RGB Variations
Color information
#C4CF28 (or 0xC4CF28) is known color: Fuego. HEX triplet: C4, CF and 28. RGB value is (196,207,40). Sum of RGB (Red+Green+Blue) = 196+207+40=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF28 is #3B30D7. Grayscale: #B9B9B9. Windows color (decimal): -3879128 or 2674628. OLE color: 2674628.
HSL color Cylindrical-coordinate representation of color #C4CF28: hue angle of 63.95º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4CF28 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 40 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.19 |
| HSL | 63.95º | 0.68% | 0.48% | - |
| HSV(B) | 63.95º | 0.81% | 0.81% | - |
| XYZ | 45.46 | 56.51 | 10.52 | - |
| YUV | 184.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 40 | 0.05 | 0 | 0.81 | 0.19 | 63.95 | 0.68 | 0.48 |
| Hex | C4 | CF | 28 | 5 | 0 | 51 | 13 | 40 | 44 | 30 |
| Octal | 304 | 317 | 50 | 5 | 0 | 121 | 23 | 100 | 104 | 60 |
| Binary | 11000100 | 11001111 | 101000 | 101 | 0 | 1010001 | 10011 | 1000000 | 1000100 | 110000 |
Color Harmonies of #C4CF28
Complementary color
Monochromatic Colors of #C4CF28
Black with #C4CF28
Text Example
Text Example
White with #C4CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CF28; }
p { color: rgb(196,207,40); }
H1.HeaderClassName
{
color: #C4CF28;
}
.AnyTagClassName
{
color: #C4CF28;
}
</style>
background-color css
<style>
a { background-color: #C4CF28; }
a { background-color: rgb(196,207,40); }
div.DivClassName
{
background-color: #C4CF28;
}
.BgClassName
{
background-color: #C4CF28;
}
</style>
border-color css
<style>
span { border-color: #C4CF28; }
span { border-color: rgb(196,207,40); }
td.TdClassName
{
border-color: #C4CF28;
}
.TagClassName
{
border-color: #C4CF28;
}
</style>