Shades of Fuego #C2CC29
Tints of Fuego #C2CC29
RGB
CMYK
RGB Variations
Color information
#C2CC29 (or 0xC2CC29) is known color: Fuego. HEX triplet: C2, CC and 29. RGB value is (194,204,41). Sum of RGB (Red+Green+Blue) = 194+204+41=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC29 is #3D33D6. Grayscale: #B7B7B7. Windows color (decimal): -4010967 or 2739394. OLE color: 2739394.
HSL color Cylindrical-coordinate representation of color #C2CC29: hue angle of 63.68º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2CC29 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 41 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.2 |
| HSL | 63.68º | 0.67% | 0.48% | - |
| HSV(B) | 63.68º | 0.8% | 0.8% | - |
| XYZ | 44.24 | 54.82 | 10.35 | - |
| YUV | 182.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 41 | 0.05 | 0 | 0.80 | 0.2 | 63.68 | 0.67 | 0.48 |
| Hex | C2 | CC | 29 | 5 | 0 | 50 | 14 | 40 | 43 | 30 |
| Octal | 302 | 314 | 51 | 5 | 0 | 120 | 24 | 100 | 103 | 60 |
| Binary | 11000010 | 11001100 | 101001 | 101 | 0 | 1010000 | 10100 | 1000000 | 1000011 | 110000 |
Color Harmonies of #C2CC29
Complementary color
Monochromatic Colors of #C2CC29
Black with #C2CC29
Text Example
Text Example
White with #C2CC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC29; }
p { color: rgb(194,204,41); }
H1.HeaderClassName
{
color: #C2CC29;
}
.AnyTagClassName
{
color: #C2CC29;
}
</style>
background-color css
<style>
a { background-color: #C2CC29; }
a { background-color: rgb(194,204,41); }
div.DivClassName
{
background-color: #C2CC29;
}
.BgClassName
{
background-color: #C2CC29;
}
</style>
border-color css
<style>
span { border-color: #C2CC29; }
span { border-color: rgb(194,204,41); }
td.TdClassName
{
border-color: #C2CC29;
}
.TagClassName
{
border-color: #C2CC29;
}
</style>