Shades of Fuego #C2CA29
Tints of Fuego #C2CA29
RGB
CMYK
RGB Variations
Color information
#C2CA29 (or 0xC2CA29) is known color: Fuego. HEX triplet: C2, CA and 29. RGB value is (194,202,41). Sum of RGB (Red+Green+Blue) = 194+202+41=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA29 is #3D35D6. Grayscale: #B5B5B5. Windows color (decimal): -4011479 or 2738882. OLE color: 2738882.
HSL color Cylindrical-coordinate representation of color #C2CA29: hue angle of 62.98º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2CA29 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 41 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.21 |
| HSL | 62.98º | 0.66% | 0.48% | - |
| HSV(B) | 62.98º | 0.8% | 0.79% | - |
| XYZ | 43.77 | 53.87 | 10.19 | - |
| YUV | 181.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 41 | 0.04 | 0 | 0.80 | 0.21 | 62.98 | 0.66 | 0.48 |
| Hex | C2 | CA | 29 | 4 | 0 | 50 | 15 | 3F | 42 | 30 |
| Octal | 302 | 312 | 51 | 4 | 0 | 120 | 25 | 77 | 102 | 60 |
| Binary | 11000010 | 11001010 | 101001 | 100 | 0 | 1010000 | 10101 | 111111 | 1000010 | 110000 |
Color Harmonies of #C2CA29
Complementary color
Monochromatic Colors of #C2CA29
Black with #C2CA29
Text Example
Text Example
White with #C2CA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA29; }
p { color: rgb(194,202,41); }
H1.HeaderClassName
{
color: #C2CA29;
}
.AnyTagClassName
{
color: #C2CA29;
}
</style>
background-color css
<style>
a { background-color: #C2CA29; }
a { background-color: rgb(194,202,41); }
div.DivClassName
{
background-color: #C2CA29;
}
.BgClassName
{
background-color: #C2CA29;
}
</style>
border-color css
<style>
span { border-color: #C2CA29; }
span { border-color: rgb(194,202,41); }
td.TdClassName
{
border-color: #C2CA29;
}
.TagClassName
{
border-color: #C2CA29;
}
</style>