Shades of Fuego #C4CC2D
Tints of Fuego #C4CC2D
RGB
CMYK
RGB Variations
Color information
#C4CC2D (or 0xC4CC2D) is known color: Fuego. HEX triplet: C4, CC and 2D. RGB value is (196,204,45). Sum of RGB (Red+Green+Blue) = 196+204+45=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CC2D is #3B33D2. Grayscale: #B8B8B8. Windows color (decimal): -3879891 or 3001540. OLE color: 3001540.
HSL color Cylindrical-coordinate representation of color #C4CC2D: hue angle of 63.02º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4CC2D is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 45 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.2 |
| HSL | 63.02º | 0.64% | 0.49% | - |
| HSV(B) | 63.02º | 0.78% | 0.8% | - |
| XYZ | 44.83 | 55.11 | 10.76 | - |
| YUV | 183.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 45 | 0.04 | 0 | 0.78 | 0.2 | 63.02 | 0.64 | 0.49 |
| Hex | C4 | CC | 2D | 4 | 0 | 4E | 14 | 3F | 40 | 31 |
| Octal | 304 | 314 | 55 | 4 | 0 | 116 | 24 | 77 | 100 | 61 |
| Binary | 11000100 | 11001100 | 101101 | 100 | 0 | 1001110 | 10100 | 111111 | 1000000 | 110001 |
Color Harmonies of #C4CC2D
Complementary color
Monochromatic Colors of #C4CC2D
Black with #C4CC2D
Text Example
Text Example
White with #C4CC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CC2D; }
p { color: rgb(196,204,45); }
H1.HeaderClassName
{
color: #C4CC2D;
}
.AnyTagClassName
{
color: #C4CC2D;
}
</style>
background-color css
<style>
a { background-color: #C4CC2D; }
a { background-color: rgb(196,204,45); }
div.DivClassName
{
background-color: #C4CC2D;
}
.BgClassName
{
background-color: #C4CC2D;
}
</style>
border-color css
<style>
span { border-color: #C4CC2D; }
span { border-color: rgb(196,204,45); }
td.TdClassName
{
border-color: #C4CC2D;
}
.TagClassName
{
border-color: #C4CC2D;
}
</style>