Shades of Jazzberry Jam #C01256
Tints of Jazzberry Jam #C01256
RGB
CMYK
RGB Variations
Color information
#C01256 (or 0xC01256) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 56. RGB value is (192,18,86). Sum of RGB (Red+Green+Blue) = 192+18+86=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01256 is #3FEDA9. Grayscale: #4D4D4D. Windows color (decimal): -4189610 or 5640896. OLE color: 5640896.
HSL color Cylindrical-coordinate representation of color #C01256: hue angle of 336.55º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01256 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.25 |
| HSL | 336.55º | 0.83% | 0.41% | - |
| HSV(B) | 336.55º | 0.91% | 0.75% | - |
| XYZ | 23.63 | 12.31 | 9.93 | - |
| YUV | 77.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 86 | 0 | 0.91 | 0.55 | 0.25 | 336.55 | 0.83 | 0.41 |
| Hex | C0 | 12 | 56 | 0 | 5B | 37 | 19 | 151 | 53 | 29 |
| Octal | 300 | 22 | 126 | 0 | 133 | 67 | 31 | 521 | 123 | 51 |
| Binary | 11000000 | 10010 | 1010110 | 0 | 1011011 | 110111 | 11001 | 101010001 | 1010011 | 101001 |
Color Harmonies of #C01256
Complementary color
Monochromatic Colors of #C01256
Black with #C01256
Text Example
Text Example
White with #C01256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01256; }
p { color: rgb(192,18,86); }
H1.HeaderClassName
{
color: #C01256;
}
.AnyTagClassName
{
color: #C01256;
}
</style>
background-color css
<style>
a { background-color: #C01256; }
a { background-color: rgb(192,18,86); }
div.DivClassName
{
background-color: #C01256;
}
.BgClassName
{
background-color: #C01256;
}
</style>
border-color css
<style>
span { border-color: #C01256; }
span { border-color: rgb(192,18,86); }
td.TdClassName
{
border-color: #C01256;
}
.TagClassName
{
border-color: #C01256;
}
</style>