Shades of Jazzberry Jam #C10757
Tints of Jazzberry Jam #C10757
RGB
CMYK
RGB Variations
Color information
#C10757 (or 0xC10757) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 57. RGB value is (193,7,87). Sum of RGB (Red+Green+Blue) = 193+7+87=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C10757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10757 is #3EF8A8. Grayscale: #474747. Windows color (decimal): -4126889 or 5703617. OLE color: 5703617.
HSL color Cylindrical-coordinate representation of color #C10757: hue angle of 334.19º 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 #C10757 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 87 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.24 |
| HSL | 334.19º | 0.93% | 0.39% | - |
| HSV(B) | 334.19º | 0.96% | 0.76% | - |
| XYZ | 23.79 | 12.18 | 10.11 | - |
| YUV | 71.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 87 | 0 | 0.96 | 0.55 | 0.24 | 334.19 | 0.93 | 0.39 |
| Hex | C1 | 7 | 57 | 0 | 60 | 37 | 18 | 14E | 5D | 27 |
| Octal | 301 | 7 | 127 | 0 | 140 | 67 | 30 | 516 | 135 | 47 |
| Binary | 11000001 | 111 | 1010111 | 0 | 1100000 | 110111 | 11000 | 101001110 | 1011101 | 100111 |
Color Harmonies of #C10757
Complementary color
Monochromatic Colors of #C10757
Black with #C10757
Text Example
Text Example
White with #C10757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10757; }
p { color: rgb(193,7,87); }
H1.HeaderClassName
{
color: #C10757;
}
.AnyTagClassName
{
color: #C10757;
}
</style>
background-color css
<style>
a { background-color: #C10757; }
a { background-color: rgb(193,7,87); }
div.DivClassName
{
background-color: #C10757;
}
.BgClassName
{
background-color: #C10757;
}
</style>
border-color css
<style>
span { border-color: #C10757; }
span { border-color: rgb(193,7,87); }
td.TdClassName
{
border-color: #C10757;
}
.TagClassName
{
border-color: #C10757;
}
</style>