Shades of Jazzberry Jam #C10764
Tints of Jazzberry Jam #C10764
RGB
CMYK
RGB Variations
Color information
#C10764 (or 0xC10764) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 64. RGB value is (193,7,100). Sum of RGB (Red+Green+Blue) = 193+7+100=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10764 is #3EF89B. Grayscale: #494949. Windows color (decimal): -4126876 or 6555585. OLE color: 6555585.
HSL color Cylindrical-coordinate representation of color #C10764: hue angle of 330º degrees, saturation: 0.93, 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 #C10764 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.24 |
| HSL | 330º | 0.93% | 0.39% | - |
| HSV(B) | 330º | 0.96% | 0.76% | - |
| XYZ | 24.37 | 12.41 | 13.17 | - |
| YUV | 73.22 | 143.12 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 100 | 0 | 0.96 | 0.48 | 0.24 | 330 | 0.93 | 0.39 |
| Hex | C1 | 7 | 64 | 0 | 60 | 30 | 18 | 14A | 5D | 27 |
| Octal | 301 | 7 | 144 | 0 | 140 | 60 | 30 | 512 | 135 | 47 |
| Binary | 11000001 | 111 | 1100100 | 0 | 1100000 | 110000 | 11000 | 101001010 | 1011101 | 100111 |
Color Harmonies of #C10764
Complementary color
Monochromatic Colors of #C10764
Black with #C10764
Text Example
Text Example
White with #C10764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10764; }
p { color: rgb(193,7,100); }
H1.HeaderClassName
{
color: #C10764;
}
.AnyTagClassName
{
color: #C10764;
}
</style>
background-color css
<style>
a { background-color: #C10764; }
a { background-color: rgb(193,7,100); }
div.DivClassName
{
background-color: #C10764;
}
.BgClassName
{
background-color: #C10764;
}
</style>
border-color css
<style>
span { border-color: #C10764; }
span { border-color: rgb(193,7,100); }
td.TdClassName
{
border-color: #C10764;
}
.TagClassName
{
border-color: #C10764;
}
</style>