Shades of Jazzberry Jam #C00868
Tints of Jazzberry Jam #C00868
RGB
CMYK
RGB Variations
Color information
#C00868 (or 0xC00868) is known color: Jazzberry Jam. HEX triplet: C0, 08 and 68. RGB value is (192,8,104). Sum of RGB (Red+Green+Blue) = 192+8+104=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C00868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00868 is #3FF797. Grayscale: #494949. Windows color (decimal): -4192152 or 6817984. OLE color: 6817984.
HSL color Cylindrical-coordinate representation of color #C00868: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00868 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.25 |
| HSL | 328.7º | 0.92% | 0.39% | - |
| HSV(B) | 328.7º | 0.96% | 0.75% | - |
| XYZ | 24.32 | 12.38 | 14.2 | - |
| YUV | 73.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 104 | 0 | 0.96 | 0.46 | 0.25 | 328.7 | 0.92 | 0.39 |
| Hex | C0 | 8 | 68 | 0 | 60 | 2E | 19 | 149 | 5C | 27 |
| Octal | 300 | 10 | 150 | 0 | 140 | 56 | 31 | 511 | 134 | 47 |
| Binary | 11000000 | 1000 | 1101000 | 0 | 1100000 | 101110 | 11001 | 101001001 | 1011100 | 100111 |
Color Harmonies of #C00868
Complementary color
Monochromatic Colors of #C00868
Black with #C00868
Text Example
Text Example
White with #C00868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00868; }
p { color: rgb(192,8,104); }
H1.HeaderClassName
{
color: #C00868;
}
.AnyTagClassName
{
color: #C00868;
}
</style>
background-color css
<style>
a { background-color: #C00868; }
a { background-color: rgb(192,8,104); }
div.DivClassName
{
background-color: #C00868;
}
.BgClassName
{
background-color: #C00868;
}
</style>
border-color css
<style>
span { border-color: #C00868; }
span { border-color: rgb(192,8,104); }
td.TdClassName
{
border-color: #C00868;
}
.TagClassName
{
border-color: #C00868;
}
</style>