Shades of Fuego #C2CA27
Tints of Fuego #C2CA27
RGB
CMYK
RGB Variations
Color information
#C2CA27 (or 0xC2CA27) is known color: Fuego. HEX triplet: C2, CA and 27. RGB value is (194,202,39). Sum of RGB (Red+Green+Blue) = 194+202+39=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA27 is #3D35D8. Grayscale: #B5B5B5. Windows color (decimal): -4011481 or 2607810. OLE color: 2607810.
HSL color Cylindrical-coordinate representation of color #C2CA27: hue angle of 62.94º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2CA27 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 39 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.21 |
| HSL | 62.94º | 0.68% | 0.47% | - |
| HSV(B) | 62.94º | 0.81% | 0.79% | - |
| XYZ | 43.73 | 53.86 | 10.01 | - |
| YUV | 181.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 39 | 0.04 | 0 | 0.81 | 0.21 | 62.94 | 0.68 | 0.47 |
| Hex | C2 | CA | 27 | 4 | 0 | 51 | 15 | 3F | 44 | 2F |
| Octal | 302 | 312 | 47 | 4 | 0 | 121 | 25 | 77 | 104 | 57 |
| Binary | 11000010 | 11001010 | 100111 | 100 | 0 | 1010001 | 10101 | 111111 | 1000100 | 101111 |
Color Harmonies of #C2CA27
Complementary color
Monochromatic Colors of #C2CA27
Black with #C2CA27
Text Example
Text Example
White with #C2CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA27; }
p { color: rgb(194,202,39); }
H1.HeaderClassName
{
color: #C2CA27;
}
.AnyTagClassName
{
color: #C2CA27;
}
</style>
background-color css
<style>
a { background-color: #C2CA27; }
a { background-color: rgb(194,202,39); }
div.DivClassName
{
background-color: #C2CA27;
}
.BgClassName
{
background-color: #C2CA27;
}
</style>
border-color css
<style>
span { border-color: #C2CA27; }
span { border-color: rgb(194,202,39); }
td.TdClassName
{
border-color: #C2CA27;
}
.TagClassName
{
border-color: #C2CA27;
}
</style>