Shades of Jazzberry Jam #C00160
Tints of Jazzberry Jam #C00160
RGB
CMYK
RGB Variations
Color information
#C00160 (or 0xC00160) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 60. RGB value is (192,1,96). Sum of RGB (Red+Green+Blue) = 192+1+96=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C00160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00160 is #3FFE9F. Grayscale: #444444. Windows color (decimal): -4193952 or 6291904. OLE color: 6291904.
HSL color Cylindrical-coordinate representation of color #C00160: hue angle of 330.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00160 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.25 |
| HSL | 330.16º | 0.99% | 0.38% | - |
| HSV(B) | 330.16º | 0.99% | 0.75% | - |
| XYZ | 23.86 | 12.07 | 12.14 | - |
| YUV | 68.94 | 143.28 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 96 | 0 | 0.99 | 0.50 | 0.25 | 330.16 | 0.99 | 0.38 |
| Hex | C0 | 1 | 60 | 0 | 63 | 32 | 19 | 14A | 63 | 26 |
| Octal | 300 | 1 | 140 | 0 | 143 | 62 | 31 | 512 | 143 | 46 |
| Binary | 11000000 | 1 | 1100000 | 0 | 1100011 | 110010 | 11001 | 101001010 | 1100011 | 100110 |
Color Harmonies of #C00160
Complementary color
Monochromatic Colors of #C00160
Black with #C00160
Text Example
Text Example
White with #C00160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00160; }
p { color: rgb(192,1,96); }
H1.HeaderClassName
{
color: #C00160;
}
.AnyTagClassName
{
color: #C00160;
}
</style>
background-color css
<style>
a { background-color: #C00160; }
a { background-color: rgb(192,1,96); }
div.DivClassName
{
background-color: #C00160;
}
.BgClassName
{
background-color: #C00160;
}
</style>
border-color css
<style>
span { border-color: #C00160; }
span { border-color: rgb(192,1,96); }
td.TdClassName
{
border-color: #C00160;
}
.TagClassName
{
border-color: #C00160;
}
</style>