Shades of Jazzberry Jam #C11460
Tints of Jazzberry Jam #C11460
RGB
CMYK
RGB Variations
Color information
#C11460 (or 0xC11460) is known color: Jazzberry Jam. HEX triplet: C1, 14 and 60. RGB value is (193,20,96). Sum of RGB (Red+Green+Blue) = 193+20+96=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C11460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11460 is #3EEB9F. Grayscale: #505050. Windows color (decimal): -4123552 or 6296769. OLE color: 6296769.
HSL color Cylindrical-coordinate representation of color #C11460: hue angle of 333.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11460 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 96 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.24 |
| HSL | 333.64º | 0.81% | 0.42% | - |
| HSV(B) | 333.64º | 0.9% | 0.76% | - |
| XYZ | 24.35 | 12.68 | 12.23 | - |
| YUV | 80.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 96 | 0 | 0.90 | 0.50 | 0.24 | 333.64 | 0.81 | 0.42 |
| Hex | C1 | 14 | 60 | 0 | 5A | 32 | 18 | 14E | 51 | 2A |
| Octal | 301 | 24 | 140 | 0 | 132 | 62 | 30 | 516 | 121 | 52 |
| Binary | 11000001 | 10100 | 1100000 | 0 | 1011010 | 110010 | 11000 | 101001110 | 1010001 | 101010 |
Color Harmonies of #C11460
Complementary color
Monochromatic Colors of #C11460
Black with #C11460
Text Example
Text Example
White with #C11460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11460; }
p { color: rgb(193,20,96); }
H1.HeaderClassName
{
color: #C11460;
}
.AnyTagClassName
{
color: #C11460;
}
</style>
background-color css
<style>
a { background-color: #C11460; }
a { background-color: rgb(193,20,96); }
div.DivClassName
{
background-color: #C11460;
}
.BgClassName
{
background-color: #C11460;
}
</style>
border-color css
<style>
span { border-color: #C11460; }
span { border-color: rgb(193,20,96); }
td.TdClassName
{
border-color: #C11460;
}
.TagClassName
{
border-color: #C11460;
}
</style>