Shades of Jazzberry Jam #C10864
Tints of Jazzberry Jam #C10864
RGB
CMYK
RGB Variations
Color information
#C10864 (or 0xC10864) is known color: Jazzberry Jam. HEX triplet: C1, 08 and 64. RGB value is (193,8,100). Sum of RGB (Red+Green+Blue) = 193+8+100=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10864 is #3EF79B. Grayscale: #494949. Windows color (decimal): -4126620 or 6555841. OLE color: 6555841.
HSL color Cylindrical-coordinate representation of color #C10864: hue angle of 330.16º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10864 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 8 | 100 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.24 |
| HSL | 330.16º | 0.92% | 0.39% | - |
| HSV(B) | 330.16º | 0.96% | 0.76% | - |
| XYZ | 24.38 | 12.43 | 13.17 | - |
| YUV | 73.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 8 | 100 | 0 | 0.96 | 0.48 | 0.24 | 330.16 | 0.92 | 0.39 |
| Hex | C1 | 8 | 64 | 0 | 60 | 30 | 18 | 14A | 5C | 27 |
| Octal | 301 | 10 | 144 | 0 | 140 | 60 | 30 | 512 | 134 | 47 |
| Binary | 11000001 | 1000 | 1100100 | 0 | 1100000 | 110000 | 11000 | 101001010 | 1011100 | 100111 |
Color Harmonies of #C10864
Complementary color
Monochromatic Colors of #C10864
Black with #C10864
Text Example
Text Example
White with #C10864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10864; }
p { color: rgb(193,8,100); }
H1.HeaderClassName
{
color: #C10864;
}
.AnyTagClassName
{
color: #C10864;
}
</style>
background-color css
<style>
a { background-color: #C10864; }
a { background-color: rgb(193,8,100); }
div.DivClassName
{
background-color: #C10864;
}
.BgClassName
{
background-color: #C10864;
}
</style>
border-color css
<style>
span { border-color: #C10864; }
span { border-color: rgb(193,8,100); }
td.TdClassName
{
border-color: #C10864;
}
.TagClassName
{
border-color: #C10864;
}
</style>