Shades of Fuego #C4C82D
Tints of Fuego #C4C82D
RGB
CMYK
RGB Variations
Color information
#C4C82D (or 0xC4C82D) is known color: Fuego. HEX triplet: C4, C8 and 2D. RGB value is (196,200,45). Sum of RGB (Red+Green+Blue) = 196+200+45=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C82D is #3B37D2. Grayscale: #B5B5B5. Windows color (decimal): -3880915 or 3000516. OLE color: 3000516.
HSL color Cylindrical-coordinate representation of color #C4C82D: hue angle of 61.55º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4C82D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 45 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.22 |
| HSL | 61.55º | 0.63% | 0.48% | - |
| HSV(B) | 61.55º | 0.78% | 0.78% | - |
| XYZ | 43.89 | 53.23 | 10.44 | - |
| YUV | 181.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 45 | 0.02 | 0 | 0.78 | 0.22 | 61.55 | 0.63 | 0.48 |
| Hex | C4 | C8 | 2D | 2 | 0 | 4E | 16 | 3E | 3F | 30 |
| Octal | 304 | 310 | 55 | 2 | 0 | 116 | 26 | 76 | 77 | 60 |
| Binary | 11000100 | 11001000 | 101101 | 10 | 0 | 1001110 | 10110 | 111110 | 111111 | 110000 |
Color Harmonies of #C4C82D
Complementary color
Monochromatic Colors of #C4C82D
Black with #C4C82D
Text Example
Text Example
White with #C4C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C82D; }
p { color: rgb(196,200,45); }
H1.HeaderClassName
{
color: #C4C82D;
}
.AnyTagClassName
{
color: #C4C82D;
}
</style>
background-color css
<style>
a { background-color: #C4C82D; }
a { background-color: rgb(196,200,45); }
div.DivClassName
{
background-color: #C4C82D;
}
.BgClassName
{
background-color: #C4C82D;
}
</style>
border-color css
<style>
span { border-color: #C4C82D; }
span { border-color: rgb(196,200,45); }
td.TdClassName
{
border-color: #C4C82D;
}
.TagClassName
{
border-color: #C4C82D;
}
</style>