Shades of Jazzberry Jam #C00260
Tints of Jazzberry Jam #C00260
RGB
CMYK
RGB Variations
Color information
#C00260 (or 0xC00260) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 60. RGB value is (192,2,96). Sum of RGB (Red+Green+Blue) = 192+2+96=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C00260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00260 is #3FFD9F. Grayscale: #454545. Windows color (decimal): -4193696 or 6292160. OLE color: 6292160.
HSL color Cylindrical-coordinate representation of color #C00260: hue angle of 330.32º degrees, saturation: 0.98, 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 #C00260 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.25 |
| HSL | 330.32º | 0.98% | 0.38% | - |
| HSV(B) | 330.32º | 0.99% | 0.75% | - |
| XYZ | 23.87 | 12.09 | 12.14 | - |
| YUV | 69.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 96 | 0 | 0.99 | 0.50 | 0.25 | 330.32 | 0.98 | 0.38 |
| Hex | C0 | 2 | 60 | 0 | 63 | 32 | 19 | 14A | 62 | 26 |
| Octal | 300 | 2 | 140 | 0 | 143 | 62 | 31 | 512 | 142 | 46 |
| Binary | 11000000 | 10 | 1100000 | 0 | 1100011 | 110010 | 11001 | 101001010 | 1100010 | 100110 |
Color Harmonies of #C00260
Complementary color
Monochromatic Colors of #C00260
Black with #C00260
Text Example
Text Example
White with #C00260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00260; }
p { color: rgb(192,2,96); }
H1.HeaderClassName
{
color: #C00260;
}
.AnyTagClassName
{
color: #C00260;
}
</style>
background-color css
<style>
a { background-color: #C00260; }
a { background-color: rgb(192,2,96); }
div.DivClassName
{
background-color: #C00260;
}
.BgClassName
{
background-color: #C00260;
}
</style>
border-color css
<style>
span { border-color: #C00260; }
span { border-color: rgb(192,2,96); }
td.TdClassName
{
border-color: #C00260;
}
.TagClassName
{
border-color: #C00260;
}
</style>