Shades of Jazzberry Jam #C10752
Tints of Jazzberry Jam #C10752
RGB
CMYK
RGB Variations
Color information
#C10752 (or 0xC10752) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 52. RGB value is (193,7,82). Sum of RGB (Red+Green+Blue) = 193+7+82=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10752 is #3EF8AD. Grayscale: #474747. Windows color (decimal): -4126894 or 5375937. OLE color: 5375937.
HSL color Cylindrical-coordinate representation of color #C10752: hue angle of 335.81º 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 #C10752 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.24 |
| HSL | 335.81º | 0.93% | 0.39% | - |
| HSV(B) | 335.81º | 0.96% | 0.76% | - |
| XYZ | 23.59 | 12.1 | 9.07 | - |
| YUV | 71.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 82 | 0 | 0.96 | 0.58 | 0.24 | 335.81 | 0.93 | 0.39 |
| Hex | C1 | 7 | 52 | 0 | 60 | 3A | 18 | 150 | 5D | 27 |
| Octal | 301 | 7 | 122 | 0 | 140 | 72 | 30 | 520 | 135 | 47 |
| Binary | 11000001 | 111 | 1010010 | 0 | 1100000 | 111010 | 11000 | 101010000 | 1011101 | 100111 |
Color Harmonies of #C10752
Complementary color
Monochromatic Colors of #C10752
Black with #C10752
Text Example
Text Example
White with #C10752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10752; }
p { color: rgb(193,7,82); }
H1.HeaderClassName
{
color: #C10752;
}
.AnyTagClassName
{
color: #C10752;
}
</style>
background-color css
<style>
a { background-color: #C10752; }
a { background-color: rgb(193,7,82); }
div.DivClassName
{
background-color: #C10752;
}
.BgClassName
{
background-color: #C10752;
}
</style>
border-color css
<style>
span { border-color: #C10752; }
span { border-color: rgb(193,7,82); }
td.TdClassName
{
border-color: #C10752;
}
.TagClassName
{
border-color: #C10752;
}
</style>