Shades of Jazzberry Jam #C01765
Tints of Jazzberry Jam #C01765
RGB
CMYK
RGB Variations
Color information
#C01765 (or 0xC01765) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 65. RGB value is (192,23,101). Sum of RGB (Red+Green+Blue) = 192+23+101=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01765 is #3FE89A. Grayscale: #525252. Windows color (decimal): -4188315 or 6625216. OLE color: 6625216.
HSL color Cylindrical-coordinate representation of color #C01765: hue angle of 332.31º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01765 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 101 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.25 |
| HSL | 332.31º | 0.79% | 0.42% | - |
| HSV(B) | 332.31º | 0.88% | 0.75% | - |
| XYZ | 24.39 | 12.76 | 13.49 | - |
| YUV | 82.42 | 138.49 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 101 | 0 | 0.88 | 0.47 | 0.25 | 332.31 | 0.79 | 0.42 |
| Hex | C0 | 17 | 65 | 0 | 58 | 2F | 19 | 14C | 4F | 2A |
| Octal | 300 | 27 | 145 | 0 | 130 | 57 | 31 | 514 | 117 | 52 |
| Binary | 11000000 | 10111 | 1100101 | 0 | 1011000 | 101111 | 11001 | 101001100 | 1001111 | 101010 |
Color Harmonies of #C01765
Complementary color
Monochromatic Colors of #C01765
Black with #C01765
Text Example
Text Example
White with #C01765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01765; }
p { color: rgb(192,23,101); }
H1.HeaderClassName
{
color: #C01765;
}
.AnyTagClassName
{
color: #C01765;
}
</style>
background-color css
<style>
a { background-color: #C01765; }
a { background-color: rgb(192,23,101); }
div.DivClassName
{
background-color: #C01765;
}
.BgClassName
{
background-color: #C01765;
}
</style>
border-color css
<style>
span { border-color: #C01765; }
span { border-color: rgb(192,23,101); }
td.TdClassName
{
border-color: #C01765;
}
.TagClassName
{
border-color: #C01765;
}
</style>