Shades of Fuego #C1CA2F
Tints of Fuego #C1CA2F
RGB
CMYK
RGB Variations
Color information
#C1CA2F (or 0xC1CA2F) is known color: Fuego. HEX triplet: C1, CA and 2F. RGB value is (193,202,47). Sum of RGB (Red+Green+Blue) = 193+202+47=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA2F is #3E35D0. Grayscale: #B6B6B6. Windows color (decimal): -4077009 or 3132097. OLE color: 3132097.
HSL color Cylindrical-coordinate representation of color #C1CA2F: hue angle of 63.48º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1CA2F is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 47 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.21 |
| HSL | 63.48º | 0.62% | 0.49% | - |
| HSV(B) | 63.48º | 0.77% | 0.79% | - |
| XYZ | 43.63 | 53.78 | 10.77 | - |
| YUV | 181.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 47 | 0.04 | 0 | 0.77 | 0.21 | 63.48 | 0.62 | 0.49 |
| Hex | C1 | CA | 2F | 4 | 0 | 4D | 15 | 3F | 3E | 31 |
| Octal | 301 | 312 | 57 | 4 | 0 | 115 | 25 | 77 | 76 | 61 |
| Binary | 11000001 | 11001010 | 101111 | 100 | 0 | 1001101 | 10101 | 111111 | 111110 | 110001 |
Color Harmonies of #C1CA2F
Complementary color
Monochromatic Colors of #C1CA2F
Black with #C1CA2F
Text Example
Text Example
White with #C1CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA2F; }
p { color: rgb(193,202,47); }
H1.HeaderClassName
{
color: #C1CA2F;
}
.AnyTagClassName
{
color: #C1CA2F;
}
</style>
background-color css
<style>
a { background-color: #C1CA2F; }
a { background-color: rgb(193,202,47); }
div.DivClassName
{
background-color: #C1CA2F;
}
.BgClassName
{
background-color: #C1CA2F;
}
</style>
border-color css
<style>
span { border-color: #C1CA2F; }
span { border-color: rgb(193,202,47); }
td.TdClassName
{
border-color: #C1CA2F;
}
.TagClassName
{
border-color: #C1CA2F;
}
</style>