Shades of Jazzberry Jam #C00764
Tints of Jazzberry Jam #C00764
RGB
CMYK
RGB Variations
Color information
#C00764 (or 0xC00764) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 64. RGB value is (192,7,100). Sum of RGB (Red+Green+Blue) = 192+7+100=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C00764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00764 is #3FF89B. Grayscale: #484848. Windows color (decimal): -4192412 or 6555584. OLE color: 6555584.
HSL color Cylindrical-coordinate representation of color #C00764: hue angle of 329.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00764 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.25 |
| HSL | 329.84º | 0.93% | 0.39% | - |
| HSV(B) | 329.84º | 0.96% | 0.75% | - |
| XYZ | 24.11 | 12.28 | 13.16 | - |
| YUV | 72.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 100 | 0 | 0.96 | 0.48 | 0.25 | 329.84 | 0.93 | 0.39 |
| Hex | C0 | 7 | 64 | 0 | 60 | 30 | 19 | 14A | 5D | 27 |
| Octal | 300 | 7 | 144 | 0 | 140 | 60 | 31 | 512 | 135 | 47 |
| Binary | 11000000 | 111 | 1100100 | 0 | 1100000 | 110000 | 11001 | 101001010 | 1011101 | 100111 |
Color Harmonies of #C00764
Complementary color
Monochromatic Colors of #C00764
Black with #C00764
Text Example
Text Example
White with #C00764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00764; }
p { color: rgb(192,7,100); }
H1.HeaderClassName
{
color: #C00764;
}
.AnyTagClassName
{
color: #C00764;
}
</style>
background-color css
<style>
a { background-color: #C00764; }
a { background-color: rgb(192,7,100); }
div.DivClassName
{
background-color: #C00764;
}
.BgClassName
{
background-color: #C00764;
}
</style>
border-color css
<style>
span { border-color: #C00764; }
span { border-color: rgb(192,7,100); }
td.TdClassName
{
border-color: #C00764;
}
.TagClassName
{
border-color: #C00764;
}
</style>