Shades of Jazzberry Jam #C01663
Tints of Jazzberry Jam #C01663
RGB
CMYK
RGB Variations
Color information
#C01663 (or 0xC01663) is known color: Jazzberry Jam. HEX triplet: C0, 16 and 63. RGB value is (192,22,99). Sum of RGB (Red+Green+Blue) = 192+22+99=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C01663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01663 is #3FE99C. Grayscale: #515151. Windows color (decimal): -4188573 or 6493888. OLE color: 6493888.
HSL color Cylindrical-coordinate representation of color #C01663: hue angle of 332.82º degrees, saturation: 0.79, 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 #C01663 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 99 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.25 |
| HSL | 332.82º | 0.79% | 0.42% | - |
| HSV(B) | 332.82º | 0.89% | 0.75% | - |
| XYZ | 24.28 | 12.68 | 12.97 | - |
| YUV | 81.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 99 | 0 | 0.89 | 0.48 | 0.25 | 332.82 | 0.79 | 0.42 |
| Hex | C0 | 16 | 63 | 0 | 59 | 30 | 19 | 14D | 4F | 2A |
| Octal | 300 | 26 | 143 | 0 | 131 | 60 | 31 | 515 | 117 | 52 |
| Binary | 11000000 | 10110 | 1100011 | 0 | 1011001 | 110000 | 11001 | 101001101 | 1001111 | 101010 |
Color Harmonies of #C01663
Complementary color
Monochromatic Colors of #C01663
Black with #C01663
Text Example
Text Example
White with #C01663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01663; }
p { color: rgb(192,22,99); }
H1.HeaderClassName
{
color: #C01663;
}
.AnyTagClassName
{
color: #C01663;
}
</style>
background-color css
<style>
a { background-color: #C01663; }
a { background-color: rgb(192,22,99); }
div.DivClassName
{
background-color: #C01663;
}
.BgClassName
{
background-color: #C01663;
}
</style>
border-color css
<style>
span { border-color: #C01663; }
span { border-color: rgb(192,22,99); }
td.TdClassName
{
border-color: #C01663;
}
.TagClassName
{
border-color: #C01663;
}
</style>