Shades of Jazzberry Jam #C01862
Tints of Jazzberry Jam #C01862
RGB
CMYK
RGB Variations
Color information
#C01862 (or 0xC01862) is known color: Jazzberry Jam. HEX triplet: C0, 18 and 62. RGB value is (192,24,98). Sum of RGB (Red+Green+Blue) = 192+24+98=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01862 is #3FE79D. Grayscale: #525252. Windows color (decimal): -4188062 or 6428864. OLE color: 6428864.
HSL color Cylindrical-coordinate representation of color #C01862: hue angle of 333.57º degrees, saturation: 0.78, 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 #C01862 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 98 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.25 |
| HSL | 333.57º | 0.78% | 0.42% | - |
| HSV(B) | 333.57º | 0.88% | 0.75% | - |
| XYZ | 24.27 | 12.74 | 12.74 | - |
| YUV | 82.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 98 | 0 | 0.88 | 0.49 | 0.25 | 333.57 | 0.78 | 0.42 |
| Hex | C0 | 18 | 62 | 0 | 58 | 31 | 19 | 14E | 4E | 2A |
| Octal | 300 | 30 | 142 | 0 | 130 | 61 | 31 | 516 | 116 | 52 |
| Binary | 11000000 | 11000 | 1100010 | 0 | 1011000 | 110001 | 11001 | 101001110 | 1001110 | 101010 |
Color Harmonies of #C01862
Complementary color
Monochromatic Colors of #C01862
Black with #C01862
Text Example
Text Example
White with #C01862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01862; }
p { color: rgb(192,24,98); }
H1.HeaderClassName
{
color: #C01862;
}
.AnyTagClassName
{
color: #C01862;
}
</style>
background-color css
<style>
a { background-color: #C01862; }
a { background-color: rgb(192,24,98); }
div.DivClassName
{
background-color: #C01862;
}
.BgClassName
{
background-color: #C01862;
}
</style>
border-color css
<style>
span { border-color: #C01862; }
span { border-color: rgb(192,24,98); }
td.TdClassName
{
border-color: #C01862;
}
.TagClassName
{
border-color: #C01862;
}
</style>