Shades of Jazzberry Jam #C01460
Tints of Jazzberry Jam #C01460
RGB
CMYK
RGB Variations
Color information
#C01460 (or 0xC01460) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 60. RGB value is (192,20,96). Sum of RGB (Red+Green+Blue) = 192+20+96=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01460 is #3FEB9F. Grayscale: #4F4F4F. Windows color (decimal): -4189088 or 6296768. OLE color: 6296768.
HSL color Cylindrical-coordinate representation of color #C01460: hue angle of 333.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01460 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 96 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.25 |
| HSL | 333.49º | 0.81% | 0.42% | - |
| HSV(B) | 333.49º | 0.9% | 0.75% | - |
| XYZ | 24.1 | 12.55 | 12.22 | - |
| YUV | 80.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 96 | 0 | 0.90 | 0.50 | 0.25 | 333.49 | 0.81 | 0.42 |
| Hex | C0 | 14 | 60 | 0 | 5A | 32 | 19 | 14D | 51 | 2A |
| Octal | 300 | 24 | 140 | 0 | 132 | 62 | 31 | 515 | 121 | 52 |
| Binary | 11000000 | 10100 | 1100000 | 0 | 1011010 | 110010 | 11001 | 101001101 | 1010001 | 101010 |
Color Harmonies of #C01460
Complementary color
Monochromatic Colors of #C01460
Black with #C01460
Text Example
Text Example
White with #C01460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01460; }
p { color: rgb(192,20,96); }
H1.HeaderClassName
{
color: #C01460;
}
.AnyTagClassName
{
color: #C01460;
}
</style>
background-color css
<style>
a { background-color: #C01460; }
a { background-color: rgb(192,20,96); }
div.DivClassName
{
background-color: #C01460;
}
.BgClassName
{
background-color: #C01460;
}
</style>
border-color css
<style>
span { border-color: #C01460; }
span { border-color: rgb(192,20,96); }
td.TdClassName
{
border-color: #C01460;
}
.TagClassName
{
border-color: #C01460;
}
</style>