Shades of Fuego #C4CC31
Tints of Fuego #C4CC31
RGB
CMYK
RGB Variations
Color information
#C4CC31 (or 0xC4CC31) is known color: Fuego. HEX triplet: C4, CC and 31. RGB value is (196,204,49). Sum of RGB (Red+Green+Blue) = 196+204+49=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC31 is #3B33CE. Grayscale: #B8B8B8. Windows color (decimal): -3879887 or 3263684. OLE color: 3263684.
HSL color Cylindrical-coordinate representation of color #C4CC31: hue angle of 63.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4CC31 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 49 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.2 |
| HSL | 63.1º | 0.61% | 0.5% | - |
| HSV(B) | 63.1º | 0.76% | 0.8% | - |
| XYZ | 44.91 | 55.14 | 11.18 | - |
| YUV | 183.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 49 | 0.04 | 0 | 0.76 | 0.2 | 63.1 | 0.61 | 0.5 |
| Hex | C4 | CC | 31 | 4 | 0 | 4C | 14 | 3F | 3D | 32 |
| Octal | 304 | 314 | 61 | 4 | 0 | 114 | 24 | 77 | 75 | 62 |
| Binary | 11000100 | 11001100 | 110001 | 100 | 0 | 1001100 | 10100 | 111111 | 111101 | 110010 |
Color Harmonies of #C4CC31
Complementary color
Monochromatic Colors of #C4CC31
Black with #C4CC31
Text Example
Text Example
White with #C4CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC31; }
p { color: rgb(196,204,49); }
H1.HeaderClassName
{
color: #C4CC31;
}
.AnyTagClassName
{
color: #C4CC31;
}
</style>
background-color css
<style>
a { background-color: #C4CC31; }
a { background-color: rgb(196,204,49); }
div.DivClassName
{
background-color: #C4CC31;
}
.BgClassName
{
background-color: #C4CC31;
}
</style>
border-color css
<style>
span { border-color: #C4CC31; }
span { border-color: rgb(196,204,49); }
td.TdClassName
{
border-color: #C4CC31;
}
.TagClassName
{
border-color: #C4CC31;
}
</style>