Shades of Jazzberry Jam #C10656
Tints of Jazzberry Jam #C10656
RGB
CMYK
RGB Variations
Color information
#C10656 (or 0xC10656) is known color: Jazzberry Jam. HEX triplet: C1, 06 and 56. RGB value is (193,6,86). Sum of RGB (Red+Green+Blue) = 193+6+86=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C10656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10656 is #3EF9A9. Grayscale: #464646. Windows color (decimal): -4127146 or 5637825. OLE color: 5637825.
HSL color Cylindrical-coordinate representation of color #C10656: hue angle of 334.33º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10656 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.24 |
| HSL | 334.33º | 0.94% | 0.39% | - |
| HSV(B) | 334.33º | 0.97% | 0.76% | - |
| XYZ | 23.74 | 12.14 | 9.9 | - |
| YUV | 71.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 86 | 0 | 0.97 | 0.55 | 0.24 | 334.33 | 0.94 | 0.39 |
| Hex | C1 | 6 | 56 | 0 | 61 | 37 | 18 | 14E | 5E | 27 |
| Octal | 301 | 6 | 126 | 0 | 141 | 67 | 30 | 516 | 136 | 47 |
| Binary | 11000001 | 110 | 1010110 | 0 | 1100001 | 110111 | 11000 | 101001110 | 1011110 | 100111 |
Color Harmonies of #C10656
Complementary color
Monochromatic Colors of #C10656
Black with #C10656
Text Example
Text Example
White with #C10656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10656; }
p { color: rgb(193,6,86); }
H1.HeaderClassName
{
color: #C10656;
}
.AnyTagClassName
{
color: #C10656;
}
</style>
background-color css
<style>
a { background-color: #C10656; }
a { background-color: rgb(193,6,86); }
div.DivClassName
{
background-color: #C10656;
}
.BgClassName
{
background-color: #C10656;
}
</style>
border-color css
<style>
span { border-color: #C10656; }
span { border-color: rgb(193,6,86); }
td.TdClassName
{
border-color: #C10656;
}
.TagClassName
{
border-color: #C10656;
}
</style>