Shades of Jazzberry Jam #C10D60
Tints of Jazzberry Jam #C10D60
RGB
CMYK
RGB Variations
Color information
#C10D60 (or 0xC10D60) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 60. RGB value is (193,13,96). Sum of RGB (Red+Green+Blue) = 193+13+96=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D60 is #3EF29F. Grayscale: #4C4C4C. Windows color (decimal): -4125344 or 6294977. OLE color: 6294977.
HSL color Cylindrical-coordinate representation of color #C10D60: hue angle of 332.33º 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 #C10D60 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 96 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.24 |
| HSL | 332.33º | 0.87% | 0.4% | - |
| HSV(B) | 332.33º | 0.93% | 0.76% | - |
| XYZ | 24.25 | 12.47 | 12.2 | - |
| YUV | 76.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 96 | 0 | 0.93 | 0.50 | 0.24 | 332.33 | 0.87 | 0.4 |
| Hex | C1 | D | 60 | 0 | 5D | 32 | 18 | 14C | 57 | 28 |
| Octal | 301 | 15 | 140 | 0 | 135 | 62 | 30 | 514 | 127 | 50 |
| Binary | 11000001 | 1101 | 1100000 | 0 | 1011101 | 110010 | 11000 | 101001100 | 1010111 | 101000 |
Color Harmonies of #C10D60
Complementary color
Monochromatic Colors of #C10D60
Black with #C10D60
Text Example
Text Example
White with #C10D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D60; }
p { color: rgb(193,13,96); }
H1.HeaderClassName
{
color: #C10D60;
}
.AnyTagClassName
{
color: #C10D60;
}
</style>
background-color css
<style>
a { background-color: #C10D60; }
a { background-color: rgb(193,13,96); }
div.DivClassName
{
background-color: #C10D60;
}
.BgClassName
{
background-color: #C10D60;
}
</style>
border-color css
<style>
span { border-color: #C10D60; }
span { border-color: rgb(193,13,96); }
td.TdClassName
{
border-color: #C10D60;
}
.TagClassName
{
border-color: #C10D60;
}
</style>