Shades of Fuego #C4CC2A
Tints of Fuego #C4CC2A
RGB
CMYK
RGB Variations
Color information
#C4CC2A (or 0xC4CC2A) is known color: Fuego. HEX triplet: C4, CC and 2A. RGB value is (196,204,42). Sum of RGB (Red+Green+Blue) = 196+204+42=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC2A is #3B33D5. Grayscale: #B7B7B7. Windows color (decimal): -3879894 or 2804932. OLE color: 2804932.
HSL color Cylindrical-coordinate representation of color #C4CC2A: hue angle of 62.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4CC2A is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 42 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.2 |
| HSL | 62.96º | 0.66% | 0.48% | - |
| HSV(B) | 62.96º | 0.79% | 0.8% | - |
| XYZ | 44.78 | 55.09 | 10.46 | - |
| YUV | 183.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 42 | 0.04 | 0 | 0.79 | 0.2 | 62.96 | 0.66 | 0.48 |
| Hex | C4 | CC | 2A | 4 | 0 | 4F | 14 | 3F | 42 | 30 |
| Octal | 304 | 314 | 52 | 4 | 0 | 117 | 24 | 77 | 102 | 60 |
| Binary | 11000100 | 11001100 | 101010 | 100 | 0 | 1001111 | 10100 | 111111 | 1000010 | 110000 |
Color Harmonies of #C4CC2A
Complementary color
Monochromatic Colors of #C4CC2A
Black with #C4CC2A
Text Example
Text Example
White with #C4CC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC2A; }
p { color: rgb(196,204,42); }
H1.HeaderClassName
{
color: #C4CC2A;
}
.AnyTagClassName
{
color: #C4CC2A;
}
</style>
background-color css
<style>
a { background-color: #C4CC2A; }
a { background-color: rgb(196,204,42); }
div.DivClassName
{
background-color: #C4CC2A;
}
.BgClassName
{
background-color: #C4CC2A;
}
</style>
border-color css
<style>
span { border-color: #C4CC2A; }
span { border-color: rgb(196,204,42); }
td.TdClassName
{
border-color: #C4CC2A;
}
.TagClassName
{
border-color: #C4CC2A;
}
</style>