Shades of Jazzberry Jam #C01356
Tints of Jazzberry Jam #C01356
RGB
CMYK
RGB Variations
Color information
#C01356 (or 0xC01356) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 56. RGB value is (192,19,86). Sum of RGB (Red+Green+Blue) = 192+19+86=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C01356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01356 is #3FECA9. Grayscale: #4E4E4E. Windows color (decimal): -4189354 or 5641152. OLE color: 5641152.
HSL color Cylindrical-coordinate representation of color #C01356: hue angle of 336.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01356 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 86 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.25 |
| HSL | 336.76º | 0.82% | 0.41% | - |
| HSV(B) | 336.76º | 0.9% | 0.75% | - |
| XYZ | 23.65 | 12.34 | 9.94 | - |
| YUV | 78.37 | 132.31 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 86 | 0 | 0.90 | 0.55 | 0.25 | 336.76 | 0.82 | 0.41 |
| Hex | C0 | 13 | 56 | 0 | 5A | 37 | 19 | 151 | 52 | 29 |
| Octal | 300 | 23 | 126 | 0 | 132 | 67 | 31 | 521 | 122 | 51 |
| Binary | 11000000 | 10011 | 1010110 | 0 | 1011010 | 110111 | 11001 | 101010001 | 1010010 | 101001 |
Color Harmonies of #C01356
Complementary color
Monochromatic Colors of #C01356
Black with #C01356
Text Example
Text Example
White with #C01356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01356; }
p { color: rgb(192,19,86); }
H1.HeaderClassName
{
color: #C01356;
}
.AnyTagClassName
{
color: #C01356;
}
</style>
background-color css
<style>
a { background-color: #C01356; }
a { background-color: rgb(192,19,86); }
div.DivClassName
{
background-color: #C01356;
}
.BgClassName
{
background-color: #C01356;
}
</style>
border-color css
<style>
span { border-color: #C01356; }
span { border-color: rgb(192,19,86); }
td.TdClassName
{
border-color: #C01356;
}
.TagClassName
{
border-color: #C01356;
}
</style>