Shades of Jazzberry Jam #C01062
Tints of Jazzberry Jam #C01062
RGB
CMYK
RGB Variations
Color information
#C01062 (or 0xC01062) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 62. RGB value is (192,16,98). Sum of RGB (Red+Green+Blue) = 192+16+98=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01062 is #3FEF9D. Grayscale: #4D4D4D. Windows color (decimal): -4190110 or 6426816. OLE color: 6426816.
HSL color Cylindrical-coordinate representation of color #C01062: hue angle of 332.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01062 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.25 |
| HSL | 332.05º | 0.85% | 0.41% | - |
| HSV(B) | 332.05º | 0.92% | 0.75% | - |
| XYZ | 24.13 | 12.46 | 12.69 | - |
| YUV | 77.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 98 | 0 | 0.92 | 0.49 | 0.25 | 332.05 | 0.85 | 0.41 |
| Hex | C0 | 10 | 62 | 0 | 5C | 31 | 19 | 14C | 55 | 29 |
| Octal | 300 | 20 | 142 | 0 | 134 | 61 | 31 | 514 | 125 | 51 |
| Binary | 11000000 | 10000 | 1100010 | 0 | 1011100 | 110001 | 11001 | 101001100 | 1010101 | 101001 |
Color Harmonies of #C01062
Complementary color
Monochromatic Colors of #C01062
Black with #C01062
Text Example
Text Example
White with #C01062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01062; }
p { color: rgb(192,16,98); }
H1.HeaderClassName
{
color: #C01062;
}
.AnyTagClassName
{
color: #C01062;
}
</style>
background-color css
<style>
a { background-color: #C01062; }
a { background-color: rgb(192,16,98); }
div.DivClassName
{
background-color: #C01062;
}
.BgClassName
{
background-color: #C01062;
}
</style>
border-color css
<style>
span { border-color: #C01062; }
span { border-color: rgb(192,16,98); }
td.TdClassName
{
border-color: #C01062;
}
.TagClassName
{
border-color: #C01062;
}
</style>