Shades of Fuego #C4C828
Tints of Fuego #C4C828
RGB
CMYK
RGB Variations
Color information
#C4C828 (or 0xC4C828) is known color: Fuego. HEX triplet: C4, C8 and 28. RGB value is (196,200,40). Sum of RGB (Red+Green+Blue) = 196+200+40=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C828 is #3B37D7. Grayscale: #B5B5B5. Windows color (decimal): -3880920 or 2672836. OLE color: 2672836.
HSL color Cylindrical-coordinate representation of color #C4C828: hue angle of 61.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4C828 is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 40 | - |
| CMYK | 0.02 | 0 | 0.8 | 0.22 |
| HSL | 61.5º | 0.67% | 0.47% | - |
| HSV(B) | 61.5º | 0.8% | 0.78% | - |
| XYZ | 43.8 | 53.2 | 9.97 | - |
| YUV | 180.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 40 | 0.02 | 0 | 0.8 | 0.22 | 61.5 | 0.67 | 0.47 |
| Hex | C4 | C8 | 28 | 2 | 0 | 50 | 16 | 3E | 43 | 2F |
| Octal | 304 | 310 | 50 | 2 | 0 | 120 | 26 | 76 | 103 | 57 |
| Binary | 11000100 | 11001000 | 101000 | 10 | 0 | 1010000 | 10110 | 111110 | 1000011 | 101111 |
Color Harmonies of #C4C828
Complementary color
Monochromatic Colors of #C4C828
Black with #C4C828
Text Example
Text Example
White with #C4C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C828; }
p { color: rgb(196,200,40); }
H1.HeaderClassName
{
color: #C4C828;
}
.AnyTagClassName
{
color: #C4C828;
}
</style>
background-color css
<style>
a { background-color: #C4C828; }
a { background-color: rgb(196,200,40); }
div.DivClassName
{
background-color: #C4C828;
}
.BgClassName
{
background-color: #C4C828;
}
</style>
border-color css
<style>
span { border-color: #C4C828; }
span { border-color: rgb(196,200,40); }
td.TdClassName
{
border-color: #C4C828;
}
.TagClassName
{
border-color: #C4C828;
}
</style>