Shades of Fuego #C4C72D
Tints of Fuego #C4C72D
RGB
CMYK
RGB Variations
Color information
#C4C72D (or 0xC4C72D) is known color: Fuego. HEX triplet: C4, C7 and 2D. RGB value is (196,199,45). Sum of RGB (Red+Green+Blue) = 196+199+45=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C72D is #3B38D2. Grayscale: #B5B5B5. Windows color (decimal): -3881171 or 3000260. OLE color: 3000260.
HSL color Cylindrical-coordinate representation of color #C4C72D: hue angle of 61.17º 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 #C4C72D is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 45 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.22 |
| HSL | 61.17º | 0.63% | 0.48% | - |
| HSV(B) | 61.17º | 0.77% | 0.78% | - |
| XYZ | 43.66 | 52.77 | 10.37 | - |
| YUV | 180.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 45 | 0.02 | 0 | 0.77 | 0.22 | 61.17 | 0.63 | 0.48 |
| Hex | C4 | C7 | 2D | 2 | 0 | 4D | 16 | 3D | 3F | 30 |
| Octal | 304 | 307 | 55 | 2 | 0 | 115 | 26 | 75 | 77 | 60 |
| Binary | 11000100 | 11000111 | 101101 | 10 | 0 | 1001101 | 10110 | 111101 | 111111 | 110000 |
Color Harmonies of #C4C72D
Complementary color
Monochromatic Colors of #C4C72D
Black with #C4C72D
Text Example
Text Example
White with #C4C72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C72D; }
p { color: rgb(196,199,45); }
H1.HeaderClassName
{
color: #C4C72D;
}
.AnyTagClassName
{
color: #C4C72D;
}
</style>
background-color css
<style>
a { background-color: #C4C72D; }
a { background-color: rgb(196,199,45); }
div.DivClassName
{
background-color: #C4C72D;
}
.BgClassName
{
background-color: #C4C72D;
}
</style>
border-color css
<style>
span { border-color: #C4C72D; }
span { border-color: rgb(196,199,45); }
td.TdClassName
{
border-color: #C4C72D;
}
.TagClassName
{
border-color: #C4C72D;
}
</style>