Shades of Jazzberry Jam #C00256
Tints of Jazzberry Jam #C00256
RGB
CMYK
RGB Variations
Color information
#C00256 (or 0xC00256) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 56. RGB value is (192,2,86). Sum of RGB (Red+Green+Blue) = 192+2+86=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C00256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00256 is #3FFDA9. Grayscale: #444444. Windows color (decimal): -4193706 or 5636800. OLE color: 5636800.
HSL color Cylindrical-coordinate representation of color #C00256: hue angle of 333.47º 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 #C00256 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.25 |
| HSL | 333.47º | 0.98% | 0.38% | - |
| HSV(B) | 333.47º | 0.99% | 0.75% | - |
| XYZ | 23.44 | 11.92 | 9.87 | - |
| YUV | 68.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 86 | 0 | 0.99 | 0.55 | 0.25 | 333.47 | 0.98 | 0.38 |
| Hex | C0 | 2 | 56 | 0 | 63 | 37 | 19 | 14D | 62 | 26 |
| Octal | 300 | 2 | 126 | 0 | 143 | 67 | 31 | 515 | 142 | 46 |
| Binary | 11000000 | 10 | 1010110 | 0 | 1100011 | 110111 | 11001 | 101001101 | 1100010 | 100110 |
Color Harmonies of #C00256
Complementary color
Monochromatic Colors of #C00256
Black with #C00256
Text Example
Text Example
White with #C00256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00256; }
p { color: rgb(192,2,86); }
H1.HeaderClassName
{
color: #C00256;
}
.AnyTagClassName
{
color: #C00256;
}
</style>
background-color css
<style>
a { background-color: #C00256; }
a { background-color: rgb(192,2,86); }
div.DivClassName
{
background-color: #C00256;
}
.BgClassName
{
background-color: #C00256;
}
</style>
border-color css
<style>
span { border-color: #C00256; }
span { border-color: rgb(192,2,86); }
td.TdClassName
{
border-color: #C00256;
}
.TagClassName
{
border-color: #C00256;
}
</style>