Shades of Jazzberry Jam #C01868
Tints of Jazzberry Jam #C01868
RGB
CMYK
RGB Variations
Color information
#C01868 (or 0xC01868) is known color: Jazzberry Jam. HEX triplet: C0, 18 and 68. RGB value is (192,24,104). Sum of RGB (Red+Green+Blue) = 192+24+104=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C01868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01868 is #3FE797. Grayscale: #535353. Windows color (decimal): -4188056 or 6822080. OLE color: 6822080.
HSL color Cylindrical-coordinate representation of color #C01868: hue angle of 331.43º 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 #C01868 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 104 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.25 |
| HSL | 331.43º | 0.78% | 0.42% | - |
| HSV(B) | 331.43º | 0.88% | 0.75% | - |
| XYZ | 24.56 | 12.86 | 14.28 | - |
| YUV | 83.35 | 139.66 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 104 | 0 | 0.88 | 0.46 | 0.25 | 331.43 | 0.78 | 0.42 |
| Hex | C0 | 18 | 68 | 0 | 58 | 2E | 19 | 14B | 4E | 2A |
| Octal | 300 | 30 | 150 | 0 | 130 | 56 | 31 | 513 | 116 | 52 |
| Binary | 11000000 | 11000 | 1101000 | 0 | 1011000 | 101110 | 11001 | 101001011 | 1001110 | 101010 |
Color Harmonies of #C01868
Complementary color
Monochromatic Colors of #C01868
Black with #C01868
Text Example
Text Example
White with #C01868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01868; }
p { color: rgb(192,24,104); }
H1.HeaderClassName
{
color: #C01868;
}
.AnyTagClassName
{
color: #C01868;
}
</style>
background-color css
<style>
a { background-color: #C01868; }
a { background-color: rgb(192,24,104); }
div.DivClassName
{
background-color: #C01868;
}
.BgClassName
{
background-color: #C01868;
}
</style>
border-color css
<style>
span { border-color: #C01868; }
span { border-color: rgb(192,24,104); }
td.TdClassName
{
border-color: #C01868;
}
.TagClassName
{
border-color: #C01868;
}
</style>