Shades of Jazzberry Jam #C10D56
Tints of Jazzberry Jam #C10D56
RGB
CMYK
RGB Variations
Color information
#C10D56 (or 0xC10D56) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 56. RGB value is (193,13,86). Sum of RGB (Red+Green+Blue) = 193+13+86=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D56 is #3EF2A9. Grayscale: #4B4B4B. Windows color (decimal): -4125354 or 5639617. OLE color: 5639617.
HSL color Cylindrical-coordinate representation of color #C10D56: hue angle of 335.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D56 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 86 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.24 |
| HSL | 335.67º | 0.87% | 0.4% | - |
| HSV(B) | 335.67º | 0.93% | 0.76% | - |
| XYZ | 23.82 | 12.3 | 9.92 | - |
| YUV | 75.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 86 | 0 | 0.93 | 0.55 | 0.24 | 335.67 | 0.87 | 0.4 |
| Hex | C1 | D | 56 | 0 | 5D | 37 | 18 | 150 | 57 | 28 |
| Octal | 301 | 15 | 126 | 0 | 135 | 67 | 30 | 520 | 127 | 50 |
| Binary | 11000001 | 1101 | 1010110 | 0 | 1011101 | 110111 | 11000 | 101010000 | 1010111 | 101000 |
Color Harmonies of #C10D56
Complementary color
Monochromatic Colors of #C10D56
Black with #C10D56
Text Example
Text Example
White with #C10D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D56; }
p { color: rgb(193,13,86); }
H1.HeaderClassName
{
color: #C10D56;
}
.AnyTagClassName
{
color: #C10D56;
}
</style>
background-color css
<style>
a { background-color: #C10D56; }
a { background-color: rgb(193,13,86); }
div.DivClassName
{
background-color: #C10D56;
}
.BgClassName
{
background-color: #C10D56;
}
</style>
border-color css
<style>
span { border-color: #C10D56; }
span { border-color: rgb(193,13,86); }
td.TdClassName
{
border-color: #C10D56;
}
.TagClassName
{
border-color: #C10D56;
}
</style>