Shades of Fuego #C2CC36
Tints of Fuego #C2CC36
RGB
CMYK
RGB Variations
Color information
#C2CC36 (or 0xC2CC36) is known color: Fuego. HEX triplet: C2, CC and 36. RGB value is (194,204,54). Sum of RGB (Red+Green+Blue) = 194+204+54=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC36 is #3D33C9. Grayscale: #B8B8B8. Windows color (decimal): -4010954 or 3591362. OLE color: 3591362.
HSL color Cylindrical-coordinate representation of color #C2CC36: hue angle of 64º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2CC36 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 54 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.2 |
| HSL | 64º | 0.6% | 0.51% | - |
| HSV(B) | 64º | 0.74% | 0.8% | - |
| XYZ | 44.51 | 54.92 | 11.75 | - |
| YUV | 183.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 54 | 0.05 | 0 | 0.74 | 0.2 | 64 | 0.6 | 0.51 |
| Hex | C2 | CC | 36 | 5 | 0 | 4A | 14 | 40 | 3C | 33 |
| Octal | 302 | 314 | 66 | 5 | 0 | 112 | 24 | 100 | 74 | 63 |
| Binary | 11000010 | 11001100 | 110110 | 101 | 0 | 1001010 | 10100 | 1000000 | 111100 | 110011 |
Color Harmonies of #C2CC36
Complementary color
Monochromatic Colors of #C2CC36
Black with #C2CC36
Text Example
Text Example
White with #C2CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC36; }
p { color: rgb(194,204,54); }
H1.HeaderClassName
{
color: #C2CC36;
}
.AnyTagClassName
{
color: #C2CC36;
}
</style>
background-color css
<style>
a { background-color: #C2CC36; }
a { background-color: rgb(194,204,54); }
div.DivClassName
{
background-color: #C2CC36;
}
.BgClassName
{
background-color: #C2CC36;
}
</style>
border-color css
<style>
span { border-color: #C2CC36; }
span { border-color: rgb(194,204,54); }
td.TdClassName
{
border-color: #C2CC36;
}
.TagClassName
{
border-color: #C2CC36;
}
</style>