Shades of Fuego #C4C332
Tints of Fuego #C4C332
RGB
CMYK
RGB Variations
Color information
#C4C332 (or 0xC4C332) is known color: Fuego. HEX triplet: C4, C3 and 32. RGB value is (196,195,50). Sum of RGB (Red+Green+Blue) = 196+195+50=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C332 is #3B3CCD. Grayscale: #B3B3B3. Windows color (decimal): -3882190 or 3326916. OLE color: 3326916.
HSL color Cylindrical-coordinate representation of color #C4C332: hue angle of 59.59º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4C332 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 50 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.23 |
| HSL | 59.59º | 0.59% | 0.48% | - |
| HSV(B) | 59.59º | 0.74% | 0.77% | - |
| XYZ | 42.86 | 51 | 10.6 | - |
| YUV | 178.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 50 | 0 | 0.01 | 0.74 | 0.23 | 59.59 | 0.59 | 0.48 |
| Hex | C4 | C3 | 32 | 0 | 1 | 4A | 17 | 3C | 3B | 30 |
| Octal | 304 | 303 | 62 | 0 | 1 | 112 | 27 | 74 | 73 | 60 |
| Binary | 11000100 | 11000011 | 110010 | 0 | 1 | 1001010 | 10111 | 111100 | 111011 | 110000 |
Color Harmonies of #C4C332
Complementary color
Monochromatic Colors of #C4C332
Black with #C4C332
Text Example
Text Example
White with #C4C332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C332; }
p { color: rgb(196,195,50); }
H1.HeaderClassName
{
color: #C4C332;
}
.AnyTagClassName
{
color: #C4C332;
}
</style>
background-color css
<style>
a { background-color: #C4C332; }
a { background-color: rgb(196,195,50); }
div.DivClassName
{
background-color: #C4C332;
}
.BgClassName
{
background-color: #C4C332;
}
</style>
border-color css
<style>
span { border-color: #C4C332; }
span { border-color: rgb(196,195,50); }
td.TdClassName
{
border-color: #C4C332;
}
.TagClassName
{
border-color: #C4C332;
}
</style>