Shades of Fuego #C4C92D
Tints of Fuego #C4C92D
RGB
CMYK
RGB Variations
Color information
#C4C92D (or 0xC4C92D) is known color: Fuego. HEX triplet: C4, C9 and 2D. RGB value is (196,201,45). Sum of RGB (Red+Green+Blue) = 196+201+45=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C92D is #3B36D2. Grayscale: #B6B6B6. Windows color (decimal): -3880659 or 3000772. OLE color: 3000772.
HSL color Cylindrical-coordinate representation of color #C4C92D: hue angle of 61.92º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4C92D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 45 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.21 |
| HSL | 61.92º | 0.63% | 0.48% | - |
| HSV(B) | 61.92º | 0.78% | 0.79% | - |
| XYZ | 44.13 | 53.7 | 10.52 | - |
| YUV | 181.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 45 | 0.02 | 0 | 0.78 | 0.21 | 61.92 | 0.63 | 0.48 |
| Hex | C4 | C9 | 2D | 2 | 0 | 4E | 15 | 3E | 3F | 30 |
| Octal | 304 | 311 | 55 | 2 | 0 | 116 | 25 | 76 | 77 | 60 |
| Binary | 11000100 | 11001001 | 101101 | 10 | 0 | 1001110 | 10101 | 111110 | 111111 | 110000 |
Color Harmonies of #C4C92D
Complementary color
Monochromatic Colors of #C4C92D
Black with #C4C92D
Text Example
Text Example
White with #C4C92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C92D; }
p { color: rgb(196,201,45); }
H1.HeaderClassName
{
color: #C4C92D;
}
.AnyTagClassName
{
color: #C4C92D;
}
</style>
background-color css
<style>
a { background-color: #C4C92D; }
a { background-color: rgb(196,201,45); }
div.DivClassName
{
background-color: #C4C92D;
}
.BgClassName
{
background-color: #C4C92D;
}
</style>
border-color css
<style>
span { border-color: #C4C92D; }
span { border-color: rgb(196,201,45); }
td.TdClassName
{
border-color: #C4C92D;
}
.TagClassName
{
border-color: #C4C92D;
}
</style>