Shades of Fuego #C2CB2E
Tints of Fuego #C2CB2E
RGB
CMYK
RGB Variations
Color information
#C2CB2E (or 0xC2CB2E) is known color: Fuego. HEX triplet: C2, CB and 2E. RGB value is (194,203,46). Sum of RGB (Red+Green+Blue) = 194+203+46=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB2E is #3D34D1. Grayscale: #B7B7B7. Windows color (decimal): -4011218 or 3066818. OLE color: 3066818.
HSL color Cylindrical-coordinate representation of color #C2CB2E: hue angle of 63.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2CB2E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 46 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.20 |
| HSL | 63.44º | 0.63% | 0.49% | - |
| HSV(B) | 63.44º | 0.77% | 0.8% | - |
| XYZ | 44.1 | 54.38 | 10.76 | - |
| YUV | 182.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 46 | 0.04 | 0 | 0.77 | 0.20 | 63.44 | 0.63 | 0.49 |
| Hex | C2 | CB | 2E | 4 | 0 | 4D | 14 | 3F | 3F | 31 |
| Octal | 302 | 313 | 56 | 4 | 0 | 115 | 24 | 77 | 77 | 61 |
| Binary | 11000010 | 11001011 | 101110 | 100 | 0 | 1001101 | 10100 | 111111 | 111111 | 110001 |
Color Harmonies of #C2CB2E
Complementary color
Monochromatic Colors of #C2CB2E
Black with #C2CB2E
Text Example
Text Example
White with #C2CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB2E; }
p { color: rgb(194,203,46); }
H1.HeaderClassName
{
color: #C2CB2E;
}
.AnyTagClassName
{
color: #C2CB2E;
}
</style>
background-color css
<style>
a { background-color: #C2CB2E; }
a { background-color: rgb(194,203,46); }
div.DivClassName
{
background-color: #C2CB2E;
}
.BgClassName
{
background-color: #C2CB2E;
}
</style>
border-color css
<style>
span { border-color: #C2CB2E; }
span { border-color: rgb(194,203,46); }
td.TdClassName
{
border-color: #C2CB2E;
}
.TagClassName
{
border-color: #C2CB2E;
}
</style>