Shades of Jazzberry Jam #C01568
Tints of Jazzberry Jam #C01568
RGB
CMYK
RGB Variations
Color information
#C01568 (or 0xC01568) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 68. RGB value is (192,21,104). Sum of RGB (Red+Green+Blue) = 192+21+104=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C01568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01568 is #3FEA97. Grayscale: #515151. Windows color (decimal): -4188824 or 6821312. OLE color: 6821312.
HSL color Cylindrical-coordinate representation of color #C01568: hue angle of 330.88º 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 #C01568 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 104 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.25 |
| HSL | 330.88º | 0.8% | 0.42% | - |
| HSV(B) | 330.88º | 0.89% | 0.75% | - |
| XYZ | 24.51 | 12.74 | 14.26 | - |
| YUV | 81.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 104 | 0 | 0.89 | 0.46 | 0.25 | 330.88 | 0.8 | 0.42 |
| Hex | C0 | 15 | 68 | 0 | 59 | 2E | 19 | 14B | 50 | 2A |
| Octal | 300 | 25 | 150 | 0 | 131 | 56 | 31 | 513 | 120 | 52 |
| Binary | 11000000 | 10101 | 1101000 | 0 | 1011001 | 101110 | 11001 | 101001011 | 1010000 | 101010 |
Color Harmonies of #C01568
Complementary color
Monochromatic Colors of #C01568
Black with #C01568
Text Example
Text Example
White with #C01568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01568; }
p { color: rgb(192,21,104); }
H1.HeaderClassName
{
color: #C01568;
}
.AnyTagClassName
{
color: #C01568;
}
</style>
background-color css
<style>
a { background-color: #C01568; }
a { background-color: rgb(192,21,104); }
div.DivClassName
{
background-color: #C01568;
}
.BgClassName
{
background-color: #C01568;
}
</style>
border-color css
<style>
span { border-color: #C01568; }
span { border-color: rgb(192,21,104); }
td.TdClassName
{
border-color: #C01568;
}
.TagClassName
{
border-color: #C01568;
}
</style>