Shades of Fuego #C2CA37
Tints of Fuego #C2CA37
RGB
CMYK
RGB Variations
Color information
#C2CA37 (or 0xC2CA37) is known color: Fuego. HEX triplet: C2, CA and 37. RGB value is (194,202,55). Sum of RGB (Red+Green+Blue) = 194+202+55=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA37 is #3D35C8. Grayscale: #B7B7B7. Windows color (decimal): -4011465 or 3656386. OLE color: 3656386.
HSL color Cylindrical-coordinate representation of color #C2CA37: hue angle of 63.27º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2CA37 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 55 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.21 |
| HSL | 63.27º | 0.58% | 0.5% | - |
| HSV(B) | 63.27º | 0.73% | 0.79% | - |
| XYZ | 44.06 | 53.99 | 11.71 | - |
| YUV | 182.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 55 | 0.04 | 0 | 0.73 | 0.21 | 63.27 | 0.58 | 0.5 |
| Hex | C2 | CA | 37 | 4 | 0 | 49 | 15 | 3F | 3A | 32 |
| Octal | 302 | 312 | 67 | 4 | 0 | 111 | 25 | 77 | 72 | 62 |
| Binary | 11000010 | 11001010 | 110111 | 100 | 0 | 1001001 | 10101 | 111111 | 111010 | 110010 |
Color Harmonies of #C2CA37
Complementary color
Monochromatic Colors of #C2CA37
Black with #C2CA37
Text Example
Text Example
White with #C2CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA37; }
p { color: rgb(194,202,55); }
H1.HeaderClassName
{
color: #C2CA37;
}
.AnyTagClassName
{
color: #C2CA37;
}
</style>
background-color css
<style>
a { background-color: #C2CA37; }
a { background-color: rgb(194,202,55); }
div.DivClassName
{
background-color: #C2CA37;
}
.BgClassName
{
background-color: #C2CA37;
}
</style>
border-color css
<style>
span { border-color: #C2CA37; }
span { border-color: rgb(194,202,55); }
td.TdClassName
{
border-color: #C2CA37;
}
.TagClassName
{
border-color: #C2CA37;
}
</style>