Shades of Jazzberry Jam #C01067
Tints of Jazzberry Jam #C01067
RGB
CMYK
RGB Variations
Color information
#C01067 (or 0xC01067) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 67. RGB value is (192,16,103). Sum of RGB (Red+Green+Blue) = 192+16+103=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C01067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01067 is #3FEF98. Grayscale: #4E4E4E. Windows color (decimal): -4190105 or 6754496. OLE color: 6754496.
HSL color Cylindrical-coordinate representation of color #C01067: hue angle of 330.34º 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 #C01067 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.25 |
| HSL | 330.34º | 0.85% | 0.41% | - |
| HSV(B) | 330.34º | 0.92% | 0.75% | - |
| XYZ | 24.37 | 12.56 | 13.97 | - |
| YUV | 78.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 103 | 0 | 0.92 | 0.46 | 0.25 | 330.34 | 0.85 | 0.41 |
| Hex | C0 | 10 | 67 | 0 | 5C | 2E | 19 | 14A | 55 | 29 |
| Octal | 300 | 20 | 147 | 0 | 134 | 56 | 31 | 512 | 125 | 51 |
| Binary | 11000000 | 10000 | 1100111 | 0 | 1011100 | 101110 | 11001 | 101001010 | 1010101 | 101001 |
Color Harmonies of #C01067
Complementary color
Monochromatic Colors of #C01067
Black with #C01067
Text Example
Text Example
White with #C01067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01067; }
p { color: rgb(192,16,103); }
H1.HeaderClassName
{
color: #C01067;
}
.AnyTagClassName
{
color: #C01067;
}
</style>
background-color css
<style>
a { background-color: #C01067; }
a { background-color: rgb(192,16,103); }
div.DivClassName
{
background-color: #C01067;
}
.BgClassName
{
background-color: #C01067;
}
</style>
border-color css
<style>
span { border-color: #C01067; }
span { border-color: rgb(192,16,103); }
td.TdClassName
{
border-color: #C01067;
}
.TagClassName
{
border-color: #C01067;
}
</style>