Shades of Jazzberry Jam #C00959
Tints of Jazzberry Jam #C00959
RGB
CMYK
RGB Variations
Color information
#C00959 (or 0xC00959) is known color: Jazzberry Jam. HEX triplet: C0, 09 and 59. RGB value is (192,9,89). Sum of RGB (Red+Green+Blue) = 192+9+89=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C00959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00959 is #3FF6A6. Grayscale: #484848. Windows color (decimal): -4191911 or 5835200. OLE color: 5835200.
HSL color Cylindrical-coordinate representation of color #C00959: hue angle of 333.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00959 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.25 |
| HSL | 333.77º | 0.91% | 0.39% | - |
| HSV(B) | 333.77º | 0.95% | 0.75% | - |
| XYZ | 23.64 | 12.12 | 10.55 | - |
| YUV | 72.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 89 | 0 | 0.95 | 0.54 | 0.25 | 333.77 | 0.91 | 0.39 |
| Hex | C0 | 9 | 59 | 0 | 5F | 36 | 19 | 14E | 5B | 27 |
| Octal | 300 | 11 | 131 | 0 | 137 | 66 | 31 | 516 | 133 | 47 |
| Binary | 11000000 | 1001 | 1011001 | 0 | 1011111 | 110110 | 11001 | 101001110 | 1011011 | 100111 |
Color Harmonies of #C00959
Complementary color
Monochromatic Colors of #C00959
Black with #C00959
Text Example
Text Example
White with #C00959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00959; }
p { color: rgb(192,9,89); }
H1.HeaderClassName
{
color: #C00959;
}
.AnyTagClassName
{
color: #C00959;
}
</style>
background-color css
<style>
a { background-color: #C00959; }
a { background-color: rgb(192,9,89); }
div.DivClassName
{
background-color: #C00959;
}
.BgClassName
{
background-color: #C00959;
}
</style>
border-color css
<style>
span { border-color: #C00959; }
span { border-color: rgb(192,9,89); }
td.TdClassName
{
border-color: #C00959;
}
.TagClassName
{
border-color: #C00959;
}
</style>