Shades of Fuego #C0CB37
Tints of Fuego #C0CB37
RGB
CMYK
RGB Variations
Color information
#C0CB37 (or 0xC0CB37) is known color: Fuego. HEX triplet: C0, CB and 37. RGB value is (192,203,55). Sum of RGB (Red+Green+Blue) = 192+203+55=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 55 (21.88% from 255 or 12.22% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB37 is #3F34C8. Grayscale: #B7B7B7. Windows color (decimal): -4142281 or 3656640. OLE color: 3656640.
HSL color Cylindrical-coordinate representation of color #C0CB37: hue angle of 64.46º 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 #C0CB37 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 55 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.20 |
| HSL | 64.46º | 0.59% | 0.51% | - |
| HSV(B) | 64.46º | 0.73% | 0.8% | - |
| XYZ | 43.78 | 54.19 | 11.77 | - |
| YUV | 182.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 55 | 0.05 | 0 | 0.73 | 0.20 | 64.46 | 0.59 | 0.51 |
| Hex | C0 | CB | 37 | 5 | 0 | 49 | 14 | 40 | 3B | 33 |
| Octal | 300 | 313 | 67 | 5 | 0 | 111 | 24 | 100 | 73 | 63 |
| Binary | 11000000 | 11001011 | 110111 | 101 | 0 | 1001001 | 10100 | 1000000 | 111011 | 110011 |
Color Harmonies of #C0CB37
Complementary color
Monochromatic Colors of #C0CB37
Black with #C0CB37
Text Example
Text Example
White with #C0CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CB37; }
p { color: rgb(192,203,55); }
H1.HeaderClassName
{
color: #C0CB37;
}
.AnyTagClassName
{
color: #C0CB37;
}
</style>
background-color css
<style>
a { background-color: #C0CB37; }
a { background-color: rgb(192,203,55); }
div.DivClassName
{
background-color: #C0CB37;
}
.BgClassName
{
background-color: #C0CB37;
}
</style>
border-color css
<style>
span { border-color: #C0CB37; }
span { border-color: rgb(192,203,55); }
td.TdClassName
{
border-color: #C0CB37;
}
.TagClassName
{
border-color: #C0CB37;
}
</style>