Shades of Jazzberry Jam #C01069
Tints of Jazzberry Jam #C01069
RGB
CMYK
RGB Variations
Color information
#C01069 (or 0xC01069) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 69. RGB value is (192,16,105). Sum of RGB (Red+Green+Blue) = 192+16+105=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C01069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01069 is #3FEF96. Grayscale: #4E4E4E. Windows color (decimal): -4190103 or 6885568. OLE color: 6885568.
HSL color Cylindrical-coordinate representation of color #C01069: hue angle of 329.66º 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 #C01069 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 105 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.25 |
| HSL | 329.66º | 0.85% | 0.41% | - |
| HSV(B) | 329.66º | 0.92% | 0.75% | - |
| XYZ | 24.47 | 12.6 | 14.51 | - |
| YUV | 78.77 | 142.81 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 105 | 0 | 0.92 | 0.45 | 0.25 | 329.66 | 0.85 | 0.41 |
| Hex | C0 | 10 | 69 | 0 | 5C | 2D | 19 | 14A | 55 | 29 |
| Octal | 300 | 20 | 151 | 0 | 134 | 55 | 31 | 512 | 125 | 51 |
| Binary | 11000000 | 10000 | 1101001 | 0 | 1011100 | 101101 | 11001 | 101001010 | 1010101 | 101001 |
Color Harmonies of #C01069
Complementary color
Monochromatic Colors of #C01069
Black with #C01069
Text Example
Text Example
White with #C01069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01069; }
p { color: rgb(192,16,105); }
H1.HeaderClassName
{
color: #C01069;
}
.AnyTagClassName
{
color: #C01069;
}
</style>
background-color css
<style>
a { background-color: #C01069; }
a { background-color: rgb(192,16,105); }
div.DivClassName
{
background-color: #C01069;
}
.BgClassName
{
background-color: #C01069;
}
</style>
border-color css
<style>
span { border-color: #C01069; }
span { border-color: rgb(192,16,105); }
td.TdClassName
{
border-color: #C01069;
}
.TagClassName
{
border-color: #C01069;
}
</style>