Shades of Fuego #C5CB2E
Tints of Fuego #C5CB2E
RGB
CMYK
RGB Variations
Color information
#C5CB2E (or 0xC5CB2E) is known color: Fuego. HEX triplet: C5, CB and 2E. RGB value is (197,203,46). Sum of RGB (Red+Green+Blue) = 197+203+46=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB2E is #3A34D1. Grayscale: #B7B7B7. Windows color (decimal): -3814610 or 3066821. OLE color: 3066821.
HSL color Cylindrical-coordinate representation of color #C5CB2E: hue angle of 62.29º 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 #C5CB2E is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 46 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.20 |
| HSL | 62.29º | 0.63% | 0.49% | - |
| HSV(B) | 62.29º | 0.77% | 0.8% | - |
| XYZ | 44.88 | 54.78 | 10.79 | - |
| YUV | 183.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 46 | 0.03 | 0 | 0.77 | 0.20 | 62.29 | 0.63 | 0.49 |
| Hex | C5 | CB | 2E | 3 | 0 | 4D | 14 | 3E | 3F | 31 |
| Octal | 305 | 313 | 56 | 3 | 0 | 115 | 24 | 76 | 77 | 61 |
| Binary | 11000101 | 11001011 | 101110 | 11 | 0 | 1001101 | 10100 | 111110 | 111111 | 110001 |
Color Harmonies of #C5CB2E
Complementary color
Monochromatic Colors of #C5CB2E
Black with #C5CB2E
Text Example
Text Example
White with #C5CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB2E; }
p { color: rgb(197,203,46); }
H1.HeaderClassName
{
color: #C5CB2E;
}
.AnyTagClassName
{
color: #C5CB2E;
}
</style>
background-color css
<style>
a { background-color: #C5CB2E; }
a { background-color: rgb(197,203,46); }
div.DivClassName
{
background-color: #C5CB2E;
}
.BgClassName
{
background-color: #C5CB2E;
}
</style>
border-color css
<style>
span { border-color: #C5CB2E; }
span { border-color: rgb(197,203,46); }
td.TdClassName
{
border-color: #C5CB2E;
}
.TagClassName
{
border-color: #C5CB2E;
}
</style>