Shades of Jazzberry Jam #C01166
Tints of Jazzberry Jam #C01166
RGB
CMYK
RGB Variations
Color information
#C01166 (or 0xC01166) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 66. RGB value is (192,17,102). Sum of RGB (Red+Green+Blue) = 192+17+102=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01166 is #3FEE99. Grayscale: #4E4E4E. Windows color (decimal): -4189850 or 6689216. OLE color: 6689216.
HSL color Cylindrical-coordinate representation of color #C01166: hue angle of 330.86º 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 #C01166 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 102 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.25 |
| HSL | 330.86º | 0.84% | 0.41% | - |
| HSV(B) | 330.86º | 0.91% | 0.75% | - |
| XYZ | 24.34 | 12.57 | 13.71 | - |
| YUV | 79.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 102 | 0 | 0.91 | 0.47 | 0.25 | 330.86 | 0.84 | 0.41 |
| Hex | C0 | 11 | 66 | 0 | 5B | 2F | 19 | 14B | 54 | 29 |
| Octal | 300 | 21 | 146 | 0 | 133 | 57 | 31 | 513 | 124 | 51 |
| Binary | 11000000 | 10001 | 1100110 | 0 | 1011011 | 101111 | 11001 | 101001011 | 1010100 | 101001 |
Color Harmonies of #C01166
Complementary color
Monochromatic Colors of #C01166
Black with #C01166
Text Example
Text Example
White with #C01166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01166; }
p { color: rgb(192,17,102); }
H1.HeaderClassName
{
color: #C01166;
}
.AnyTagClassName
{
color: #C01166;
}
</style>
background-color css
<style>
a { background-color: #C01166; }
a { background-color: rgb(192,17,102); }
div.DivClassName
{
background-color: #C01166;
}
.BgClassName
{
background-color: #C01166;
}
</style>
border-color css
<style>
span { border-color: #C01166; }
span { border-color: rgb(192,17,102); }
td.TdClassName
{
border-color: #C01166;
}
.TagClassName
{
border-color: #C01166;
}
</style>