Shades of Jazzberry Jam #C10763
Tints of Jazzberry Jam #C10763
RGB
CMYK
RGB Variations
Color information
#C10763 (or 0xC10763) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 63. RGB value is (193,7,99). Sum of RGB (Red+Green+Blue) = 193+7+99=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10763 is #3EF89C. Grayscale: #484848. Windows color (decimal): -4126877 or 6490049. OLE color: 6490049.
HSL color Cylindrical-coordinate representation of color #C10763: hue angle of 330.32º 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 #C10763 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.24 |
| HSL | 330.32º | 0.93% | 0.39% | - |
| HSV(B) | 330.32º | 0.96% | 0.76% | - |
| XYZ | 24.32 | 12.39 | 12.91 | - |
| YUV | 73.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 99 | 0 | 0.96 | 0.49 | 0.24 | 330.32 | 0.93 | 0.39 |
| Hex | C1 | 7 | 63 | 0 | 60 | 31 | 18 | 14A | 5D | 27 |
| Octal | 301 | 7 | 143 | 0 | 140 | 61 | 30 | 512 | 135 | 47 |
| Binary | 11000001 | 111 | 1100011 | 0 | 1100000 | 110001 | 11000 | 101001010 | 1011101 | 100111 |
Color Harmonies of #C10763
Complementary color
Monochromatic Colors of #C10763
Black with #C10763
Text Example
Text Example
White with #C10763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10763; }
p { color: rgb(193,7,99); }
H1.HeaderClassName
{
color: #C10763;
}
.AnyTagClassName
{
color: #C10763;
}
</style>
background-color css
<style>
a { background-color: #C10763; }
a { background-color: rgb(193,7,99); }
div.DivClassName
{
background-color: #C10763;
}
.BgClassName
{
background-color: #C10763;
}
</style>
border-color css
<style>
span { border-color: #C10763; }
span { border-color: rgb(193,7,99); }
td.TdClassName
{
border-color: #C10763;
}
.TagClassName
{
border-color: #C10763;
}
</style>