Shades of Fuego #C4C938
Tints of Fuego #C4C938
RGB
CMYK
RGB Variations
Color information
#C4C938 (or 0xC4C938) is known color: Fuego. HEX triplet: C4, C9 and 38. RGB value is (196,201,56). Sum of RGB (Red+Green+Blue) = 196+201+56=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C938 is #3B36C7. Grayscale: #B7B7B7. Windows color (decimal): -3880648 or 3721668. OLE color: 3721668.
HSL color Cylindrical-coordinate representation of color #C4C938: hue angle of 62.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4C938 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 56 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.21 |
| HSL | 62.07º | 0.57% | 0.5% | - |
| HSV(B) | 62.07º | 0.72% | 0.79% | - |
| XYZ | 44.37 | 53.79 | 11.79 | - |
| YUV | 182.98 | 56.34 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 56 | 0.02 | 0 | 0.72 | 0.21 | 62.07 | 0.57 | 0.5 |
| Hex | C4 | C9 | 38 | 2 | 0 | 48 | 15 | 3E | 39 | 32 |
| Octal | 304 | 311 | 70 | 2 | 0 | 110 | 25 | 76 | 71 | 62 |
| Binary | 11000100 | 11001001 | 111000 | 10 | 0 | 1001000 | 10101 | 111110 | 111001 | 110010 |
Color Harmonies of #C4C938
Complementary color
Monochromatic Colors of #C4C938
Black with #C4C938
Text Example
Text Example
White with #C4C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C938; }
p { color: rgb(196,201,56); }
H1.HeaderClassName
{
color: #C4C938;
}
.AnyTagClassName
{
color: #C4C938;
}
</style>
background-color css
<style>
a { background-color: #C4C938; }
a { background-color: rgb(196,201,56); }
div.DivClassName
{
background-color: #C4C938;
}
.BgClassName
{
background-color: #C4C938;
}
</style>
border-color css
<style>
span { border-color: #C4C938; }
span { border-color: rgb(196,201,56); }
td.TdClassName
{
border-color: #C4C938;
}
.TagClassName
{
border-color: #C4C938;
}
</style>