Shades of Jazzberry Jam #C01567
Tints of Jazzberry Jam #C01567
RGB
CMYK
RGB Variations
Color information
#C01567 (or 0xC01567) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 67. RGB value is (192,21,103). Sum of RGB (Red+Green+Blue) = 192+21+103=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01567 is #3FEA98. Grayscale: #515151. Windows color (decimal): -4188825 or 6755776. OLE color: 6755776.
HSL color Cylindrical-coordinate representation of color #C01567: hue angle of 331.23º 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 #C01567 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 103 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.25 |
| HSL | 331.23º | 0.8% | 0.42% | - |
| HSV(B) | 331.23º | 0.89% | 0.75% | - |
| XYZ | 24.45 | 12.72 | 14 | - |
| YUV | 81.48 | 140.15 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 103 | 0 | 0.89 | 0.46 | 0.25 | 331.23 | 0.8 | 0.42 |
| Hex | C0 | 15 | 67 | 0 | 59 | 2E | 19 | 14B | 50 | 2A |
| Octal | 300 | 25 | 147 | 0 | 131 | 56 | 31 | 513 | 120 | 52 |
| Binary | 11000000 | 10101 | 1100111 | 0 | 1011001 | 101110 | 11001 | 101001011 | 1010000 | 101010 |
Color Harmonies of #C01567
Complementary color
Monochromatic Colors of #C01567
Black with #C01567
Text Example
Text Example
White with #C01567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01567; }
p { color: rgb(192,21,103); }
H1.HeaderClassName
{
color: #C01567;
}
.AnyTagClassName
{
color: #C01567;
}
</style>
background-color css
<style>
a { background-color: #C01567; }
a { background-color: rgb(192,21,103); }
div.DivClassName
{
background-color: #C01567;
}
.BgClassName
{
background-color: #C01567;
}
</style>
border-color css
<style>
span { border-color: #C01567; }
span { border-color: rgb(192,21,103); }
td.TdClassName
{
border-color: #C01567;
}
.TagClassName
{
border-color: #C01567;
}
</style>