Shades of Jazzberry Jam #C00164
Tints of Jazzberry Jam #C00164
RGB
CMYK
RGB Variations
Color information
#C00164 (or 0xC00164) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 64. RGB value is (192,1,100). Sum of RGB (Red+Green+Blue) = 192+1+100=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C00164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00164 is #3FFE9B. Grayscale: #454545. Windows color (decimal): -4193948 or 6554048. OLE color: 6554048.
HSL color Cylindrical-coordinate representation of color #C00164: hue angle of 328.9º degrees, saturation: 0.99, 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 #C00164 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.25 |
| HSL | 328.9º | 0.99% | 0.38% | - |
| HSV(B) | 328.9º | 0.99% | 0.75% | - |
| XYZ | 24.05 | 12.15 | 13.13 | - |
| YUV | 69.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 100 | 0 | 0.99 | 0.48 | 0.25 | 328.9 | 0.99 | 0.38 |
| Hex | C0 | 1 | 64 | 0 | 63 | 30 | 19 | 149 | 63 | 26 |
| Octal | 300 | 1 | 144 | 0 | 143 | 60 | 31 | 511 | 143 | 46 |
| Binary | 11000000 | 1 | 1100100 | 0 | 1100011 | 110000 | 11001 | 101001001 | 1100011 | 100110 |
Color Harmonies of #C00164
Complementary color
Monochromatic Colors of #C00164
Black with #C00164
Text Example
Text Example
White with #C00164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00164; }
p { color: rgb(192,1,100); }
H1.HeaderClassName
{
color: #C00164;
}
.AnyTagClassName
{
color: #C00164;
}
</style>
background-color css
<style>
a { background-color: #C00164; }
a { background-color: rgb(192,1,100); }
div.DivClassName
{
background-color: #C00164;
}
.BgClassName
{
background-color: #C00164;
}
</style>
border-color css
<style>
span { border-color: #C00164; }
span { border-color: rgb(192,1,100); }
td.TdClassName
{
border-color: #C00164;
}
.TagClassName
{
border-color: #C00164;
}
</style>