Shades of Jazzberry Jam #C00060
Tints of Jazzberry Jam #C00060
RGB
CMYK
RGB Variations
Color information
#C00060 (or 0xC00060) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 60. RGB value is (192,0,96). Sum of RGB (Red+Green+Blue) = 192+0+96=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C00060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00060 is #3FFF9F. Grayscale: #444444. Windows color (decimal): -4194208 or 6291648. OLE color: 6291648.
HSL color Cylindrical-coordinate representation of color #C00060: hue angle of 330º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00060 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.50 | 0.25 |
| HSL | 330º | 1% | 0.38% | - |
| HSV(B) | 330º | 1% | 0.75% | - |
| XYZ | 23.85 | 12.05 | 12.14 | - |
| YUV | 68.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 96 | 0 | 1 | 0.50 | 0.25 | 330 | 1 | 0.38 |
| Hex | C0 | 0 | 60 | 0 | 64 | 32 | 19 | 14A | 64 | 26 |
| Octal | 300 | 0 | 140 | 0 | 144 | 62 | 31 | 512 | 144 | 46 |
| Binary | 11000000 | 0 | 1100000 | 0 | 1100100 | 110010 | 11001 | 101001010 | 1100100 | 100110 |
Color Harmonies of #C00060
Complementary color
Monochromatic Colors of #C00060
Black with #C00060
Text Example
Text Example
White with #C00060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00060; }
p { color: rgb(192,0,96); }
H1.HeaderClassName
{
color: #C00060;
}
.AnyTagClassName
{
color: #C00060;
}
</style>
background-color css
<style>
a { background-color: #C00060; }
a { background-color: rgb(192,0,96); }
div.DivClassName
{
background-color: #C00060;
}
.BgClassName
{
background-color: #C00060;
}
</style>
border-color css
<style>
span { border-color: #C00060; }
span { border-color: rgb(192,0,96); }
td.TdClassName
{
border-color: #C00060;
}
.TagClassName
{
border-color: #C00060;
}
</style>