Shades of Fuego #C5CB37
Tints of Fuego #C5CB37
RGB
CMYK
RGB Variations
Color information
#C5CB37 (or 0xC5CB37) is known color: Fuego. HEX triplet: C5, CB and 37. RGB value is (197,203,55). Sum of RGB (Red+Green+Blue) = 197+203+55=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CB37 is #3A34C8. Grayscale: #B8B8B8. Windows color (decimal): -3814601 or 3656645. OLE color: 3656645.
HSL color Cylindrical-coordinate representation of color #C5CB37: hue angle of 62.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5CB37 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 55 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.20 |
| HSL | 62.43º | 0.59% | 0.51% | - |
| HSV(B) | 62.43º | 0.73% | 0.8% | - |
| XYZ | 45.07 | 54.86 | 11.83 | - |
| YUV | 184.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 55 | 0.03 | 0 | 0.73 | 0.20 | 62.43 | 0.59 | 0.51 |
| Hex | C5 | CB | 37 | 3 | 0 | 49 | 14 | 3E | 3B | 33 |
| Octal | 305 | 313 | 67 | 3 | 0 | 111 | 24 | 76 | 73 | 63 |
| Binary | 11000101 | 11001011 | 110111 | 11 | 0 | 1001001 | 10100 | 111110 | 111011 | 110011 |
Color Harmonies of #C5CB37
Complementary color
Monochromatic Colors of #C5CB37
Black with #C5CB37
Text Example
Text Example
White with #C5CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CB37; }
p { color: rgb(197,203,55); }
H1.HeaderClassName
{
color: #C5CB37;
}
.AnyTagClassName
{
color: #C5CB37;
}
</style>
background-color css
<style>
a { background-color: #C5CB37; }
a { background-color: rgb(197,203,55); }
div.DivClassName
{
background-color: #C5CB37;
}
.BgClassName
{
background-color: #C5CB37;
}
</style>
border-color css
<style>
span { border-color: #C5CB37; }
span { border-color: rgb(197,203,55); }
td.TdClassName
{
border-color: #C5CB37;
}
.TagClassName
{
border-color: #C5CB37;
}
</style>