Shades of Fuego #C1CA2D
Tints of Fuego #C1CA2D
RGB
CMYK
RGB Variations
Color information
#C1CA2D (or 0xC1CA2D) is known color: Fuego. HEX triplet: C1, CA and 2D. RGB value is (193,202,45). Sum of RGB (Red+Green+Blue) = 193+202+45=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA2D is #3E35D2. Grayscale: #B6B6B6. Windows color (decimal): -4077011 or 3001025. OLE color: 3001025.
HSL color Cylindrical-coordinate representation of color #C1CA2D: hue angle of 63.44º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1CA2D is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 45 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.21 |
| HSL | 63.44º | 0.64% | 0.48% | - |
| HSV(B) | 63.44º | 0.78% | 0.79% | - |
| XYZ | 43.59 | 53.77 | 10.56 | - |
| YUV | 181.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 45 | 0.04 | 0 | 0.78 | 0.21 | 63.44 | 0.64 | 0.48 |
| Hex | C1 | CA | 2D | 4 | 0 | 4E | 15 | 3F | 40 | 30 |
| Octal | 301 | 312 | 55 | 4 | 0 | 116 | 25 | 77 | 100 | 60 |
| Binary | 11000001 | 11001010 | 101101 | 100 | 0 | 1001110 | 10101 | 111111 | 1000000 | 110000 |
Color Harmonies of #C1CA2D
Complementary color
Monochromatic Colors of #C1CA2D
Black with #C1CA2D
Text Example
Text Example
White with #C1CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CA2D; }
p { color: rgb(193,202,45); }
H1.HeaderClassName
{
color: #C1CA2D;
}
.AnyTagClassName
{
color: #C1CA2D;
}
</style>
background-color css
<style>
a { background-color: #C1CA2D; }
a { background-color: rgb(193,202,45); }
div.DivClassName
{
background-color: #C1CA2D;
}
.BgClassName
{
background-color: #C1CA2D;
}
</style>
border-color css
<style>
span { border-color: #C1CA2D; }
span { border-color: rgb(193,202,45); }
td.TdClassName
{
border-color: #C1CA2D;
}
.TagClassName
{
border-color: #C1CA2D;
}
</style>