Shades of Jazzberry Jam #C00456
Tints of Jazzberry Jam #C00456
RGB
CMYK
RGB Variations
Color information
#C00456 (or 0xC00456) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 56. RGB value is (192,4,86). Sum of RGB (Red+Green+Blue) = 192+4+86=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00456 is #3FFBA9. Grayscale: #454545. Windows color (decimal): -4193194 or 5637312. OLE color: 5637312.
HSL color Cylindrical-coordinate representation of color #C00456: hue angle of 333.83º degrees, saturation: 0.96, 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 #C00456 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.25 |
| HSL | 333.83º | 0.96% | 0.38% | - |
| HSV(B) | 333.83º | 0.98% | 0.75% | - |
| XYZ | 23.46 | 11.97 | 9.88 | - |
| YUV | 69.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 86 | 0 | 0.98 | 0.55 | 0.25 | 333.83 | 0.96 | 0.38 |
| Hex | C0 | 4 | 56 | 0 | 62 | 37 | 19 | 14E | 60 | 26 |
| Octal | 300 | 4 | 126 | 0 | 142 | 67 | 31 | 516 | 140 | 46 |
| Binary | 11000000 | 100 | 1010110 | 0 | 1100010 | 110111 | 11001 | 101001110 | 1100000 | 100110 |
Color Harmonies of #C00456
Complementary color
Monochromatic Colors of #C00456
Black with #C00456
Text Example
Text Example
White with #C00456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00456; }
p { color: rgb(192,4,86); }
H1.HeaderClassName
{
color: #C00456;
}
.AnyTagClassName
{
color: #C00456;
}
</style>
background-color css
<style>
a { background-color: #C00456; }
a { background-color: rgb(192,4,86); }
div.DivClassName
{
background-color: #C00456;
}
.BgClassName
{
background-color: #C00456;
}
</style>
border-color css
<style>
span { border-color: #C00456; }
span { border-color: rgb(192,4,86); }
td.TdClassName
{
border-color: #C00456;
}
.TagClassName
{
border-color: #C00456;
}
</style>