Shades of Jazzberry Jam #C00356
Tints of Jazzberry Jam #C00356
RGB
CMYK
RGB Variations
Color information
#C00356 (or 0xC00356) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 56. RGB value is (192,3,86). Sum of RGB (Red+Green+Blue) = 192+3+86=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00356 is #3FFCA9. Grayscale: #444444. Windows color (decimal): -4193450 or 5637056. OLE color: 5637056.
HSL color Cylindrical-coordinate representation of color #C00356: hue angle of 333.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00356 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.25 |
| HSL | 333.65º | 0.97% | 0.38% | - |
| HSV(B) | 333.65º | 0.98% | 0.75% | - |
| XYZ | 23.45 | 11.94 | 9.87 | - |
| YUV | 68.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 86 | 0 | 0.98 | 0.55 | 0.25 | 333.65 | 0.97 | 0.38 |
| Hex | C0 | 3 | 56 | 0 | 62 | 37 | 19 | 14E | 61 | 26 |
| Octal | 300 | 3 | 126 | 0 | 142 | 67 | 31 | 516 | 141 | 46 |
| Binary | 11000000 | 11 | 1010110 | 0 | 1100010 | 110111 | 11001 | 101001110 | 1100001 | 100110 |
Color Harmonies of #C00356
Complementary color
Monochromatic Colors of #C00356
Black with #C00356
Text Example
Text Example
White with #C00356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00356; }
p { color: rgb(192,3,86); }
H1.HeaderClassName
{
color: #C00356;
}
.AnyTagClassName
{
color: #C00356;
}
</style>
background-color css
<style>
a { background-color: #C00356; }
a { background-color: rgb(192,3,86); }
div.DivClassName
{
background-color: #C00356;
}
.BgClassName
{
background-color: #C00356;
}
</style>
border-color css
<style>
span { border-color: #C00356; }
span { border-color: rgb(192,3,86); }
td.TdClassName
{
border-color: #C00356;
}
.TagClassName
{
border-color: #C00356;
}
</style>