Shades of Jazzberry Jam #C01160
Tints of Jazzberry Jam #C01160
RGB
CMYK
RGB Variations
Color information
#C01160 (or 0xC01160) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 60. RGB value is (192,17,96). Sum of RGB (Red+Green+Blue) = 192+17+96=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C01160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01160 is #3FEE9F. Grayscale: #4E4E4E. Windows color (decimal): -4189856 or 6296000. OLE color: 6296000.
HSL color Cylindrical-coordinate representation of color #C01160: hue angle of 332.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01160 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 96 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.25 |
| HSL | 332.91º | 0.84% | 0.41% | - |
| HSV(B) | 332.91º | 0.91% | 0.75% | - |
| XYZ | 24.05 | 12.45 | 12.2 | - |
| YUV | 78.33 | 137.98 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 96 | 0 | 0.91 | 0.50 | 0.25 | 332.91 | 0.84 | 0.41 |
| Hex | C0 | 11 | 60 | 0 | 5B | 32 | 19 | 14D | 54 | 29 |
| Octal | 300 | 21 | 140 | 0 | 133 | 62 | 31 | 515 | 124 | 51 |
| Binary | 11000000 | 10001 | 1100000 | 0 | 1011011 | 110010 | 11001 | 101001101 | 1010100 | 101001 |
Color Harmonies of #C01160
Complementary color
Monochromatic Colors of #C01160
Black with #C01160
Text Example
Text Example
White with #C01160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01160; }
p { color: rgb(192,17,96); }
H1.HeaderClassName
{
color: #C01160;
}
.AnyTagClassName
{
color: #C01160;
}
</style>
background-color css
<style>
a { background-color: #C01160; }
a { background-color: rgb(192,17,96); }
div.DivClassName
{
background-color: #C01160;
}
.BgClassName
{
background-color: #C01160;
}
</style>
border-color css
<style>
span { border-color: #C01160; }
span { border-color: rgb(192,17,96); }
td.TdClassName
{
border-color: #C01160;
}
.TagClassName
{
border-color: #C01160;
}
</style>