Shades of Jazzberry Jam #C01167
Tints of Jazzberry Jam #C01167
RGB
CMYK
RGB Variations
Color information
#C01167 (or 0xC01167) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 67. RGB value is (192,17,103). Sum of RGB (Red+Green+Blue) = 192+17+103=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C01167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01167 is #3FEE98. Grayscale: #4E4E4E. Windows color (decimal): -4189849 or 6754752. OLE color: 6754752.
HSL color Cylindrical-coordinate representation of color #C01167: hue angle of 330.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01167 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.25 |
| HSL | 330.51º | 0.84% | 0.41% | - |
| HSV(B) | 330.51º | 0.91% | 0.75% | - |
| XYZ | 24.39 | 12.59 | 13.98 | - |
| YUV | 79.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 103 | 0 | 0.91 | 0.46 | 0.25 | 330.51 | 0.84 | 0.41 |
| Hex | C0 | 11 | 67 | 0 | 5B | 2E | 19 | 14B | 54 | 29 |
| Octal | 300 | 21 | 147 | 0 | 133 | 56 | 31 | 513 | 124 | 51 |
| Binary | 11000000 | 10001 | 1100111 | 0 | 1011011 | 101110 | 11001 | 101001011 | 1010100 | 101001 |
Color Harmonies of #C01167
Complementary color
Monochromatic Colors of #C01167
Black with #C01167
Text Example
Text Example
White with #C01167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01167; }
p { color: rgb(192,17,103); }
H1.HeaderClassName
{
color: #C01167;
}
.AnyTagClassName
{
color: #C01167;
}
</style>
background-color css
<style>
a { background-color: #C01167; }
a { background-color: rgb(192,17,103); }
div.DivClassName
{
background-color: #C01167;
}
.BgClassName
{
background-color: #C01167;
}
</style>
border-color css
<style>
span { border-color: #C01167; }
span { border-color: rgb(192,17,103); }
td.TdClassName
{
border-color: #C01167;
}
.TagClassName
{
border-color: #C01167;
}
</style>