Shades of Fuego #C4C932
Tints of Fuego #C4C932
RGB
CMYK
RGB Variations
Color information
#C4C932 (or 0xC4C932) is known color: Fuego. HEX triplet: C4, C9 and 32. RGB value is (196,201,50). Sum of RGB (Red+Green+Blue) = 196+201+50=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C932 is #3B36CD. Grayscale: #B6B6B6. Windows color (decimal): -3880654 or 3328452. OLE color: 3328452.
HSL color Cylindrical-coordinate representation of color #C4C932: hue angle of 61.99º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4C932 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 50 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.21 |
| HSL | 61.99º | 0.6% | 0.49% | - |
| HSV(B) | 61.99º | 0.75% | 0.79% | - |
| XYZ | 44.23 | 53.74 | 11.06 | - |
| YUV | 182.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 50 | 0.02 | 0 | 0.75 | 0.21 | 61.99 | 0.6 | 0.49 |
| Hex | C4 | C9 | 32 | 2 | 0 | 4B | 15 | 3E | 3C | 31 |
| Octal | 304 | 311 | 62 | 2 | 0 | 113 | 25 | 76 | 74 | 61 |
| Binary | 11000100 | 11001001 | 110010 | 10 | 0 | 1001011 | 10101 | 111110 | 111100 | 110001 |
Color Harmonies of #C4C932
Complementary color
Monochromatic Colors of #C4C932
Black with #C4C932
Text Example
Text Example
White with #C4C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C932; }
p { color: rgb(196,201,50); }
H1.HeaderClassName
{
color: #C4C932;
}
.AnyTagClassName
{
color: #C4C932;
}
</style>
background-color css
<style>
a { background-color: #C4C932; }
a { background-color: rgb(196,201,50); }
div.DivClassName
{
background-color: #C4C932;
}
.BgClassName
{
background-color: #C4C932;
}
</style>
border-color css
<style>
span { border-color: #C4C932; }
span { border-color: rgb(196,201,50); }
td.TdClassName
{
border-color: #C4C932;
}
.TagClassName
{
border-color: #C4C932;
}
</style>