Shades of Jazzberry Jam #C01560
Tints of Jazzberry Jam #C01560
RGB
CMYK
RGB Variations
Color information
#C01560 (or 0xC01560) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 60. RGB value is (192,21,96). Sum of RGB (Red+Green+Blue) = 192+21+96=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01560 is #3FEA9F. Grayscale: #505050. Windows color (decimal): -4188832 or 6297024. OLE color: 6297024.
HSL color Cylindrical-coordinate representation of color #C01560: hue angle of 333.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01560 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 96 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.25 |
| HSL | 333.68º | 0.8% | 0.42% | - |
| HSV(B) | 333.68º | 0.89% | 0.75% | - |
| XYZ | 24.12 | 12.59 | 12.22 | - |
| YUV | 80.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 96 | 0 | 0.89 | 0.50 | 0.25 | 333.68 | 0.8 | 0.42 |
| Hex | C0 | 15 | 60 | 0 | 59 | 32 | 19 | 14E | 50 | 2A |
| Octal | 300 | 25 | 140 | 0 | 131 | 62 | 31 | 516 | 120 | 52 |
| Binary | 11000000 | 10101 | 1100000 | 0 | 1011001 | 110010 | 11001 | 101001110 | 1010000 | 101010 |
Color Harmonies of #C01560
Complementary color
Monochromatic Colors of #C01560
Black with #C01560
Text Example
Text Example
White with #C01560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01560; }
p { color: rgb(192,21,96); }
H1.HeaderClassName
{
color: #C01560;
}
.AnyTagClassName
{
color: #C01560;
}
</style>
background-color css
<style>
a { background-color: #C01560; }
a { background-color: rgb(192,21,96); }
div.DivClassName
{
background-color: #C01560;
}
.BgClassName
{
background-color: #C01560;
}
</style>
border-color css
<style>
span { border-color: #C01560; }
span { border-color: rgb(192,21,96); }
td.TdClassName
{
border-color: #C01560;
}
.TagClassName
{
border-color: #C01560;
}
</style>