Shades of Fuego #C0CA2E
Tints of Fuego #C0CA2E
RGB
CMYK
RGB Variations
Color information
#C0CA2E (or 0xC0CA2E) is known color: Fuego. HEX triplet: C0, CA and 2E. RGB value is (192,202,46). Sum of RGB (Red+Green+Blue) = 192+202+46=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA2E is #3F35D1. Grayscale: #B5B5B5. Windows color (decimal): -4142546 or 3066560. OLE color: 3066560.
HSL color Cylindrical-coordinate representation of color #C0CA2E: hue angle of 63.85º degrees, saturation: 0.63, 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 #C0CA2E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 46 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.21 |
| HSL | 63.85º | 0.63% | 0.49% | - |
| HSV(B) | 63.85º | 0.77% | 0.79% | - |
| XYZ | 43.35 | 53.64 | 10.65 | - |
| YUV | 181.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 46 | 0.05 | 0 | 0.77 | 0.21 | 63.85 | 0.63 | 0.49 |
| Hex | C0 | CA | 2E | 5 | 0 | 4D | 15 | 40 | 3F | 31 |
| Octal | 300 | 312 | 56 | 5 | 0 | 115 | 25 | 100 | 77 | 61 |
| Binary | 11000000 | 11001010 | 101110 | 101 | 0 | 1001101 | 10101 | 1000000 | 111111 | 110001 |
Color Harmonies of #C0CA2E
Complementary color
Monochromatic Colors of #C0CA2E
Black with #C0CA2E
Text Example
Text Example
White with #C0CA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA2E; }
p { color: rgb(192,202,46); }
H1.HeaderClassName
{
color: #C0CA2E;
}
.AnyTagClassName
{
color: #C0CA2E;
}
</style>
background-color css
<style>
a { background-color: #C0CA2E; }
a { background-color: rgb(192,202,46); }
div.DivClassName
{
background-color: #C0CA2E;
}
.BgClassName
{
background-color: #C0CA2E;
}
</style>
border-color css
<style>
span { border-color: #C0CA2E; }
span { border-color: rgb(192,202,46); }
td.TdClassName
{
border-color: #C0CA2E;
}
.TagClassName
{
border-color: #C0CA2E;
}
</style>