Shades of Jazzberry Jam #C20165
Tints of Jazzberry Jam #C20165
RGB
CMYK
RGB Variations
Color information
#C20165 (or 0xC20165) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 65. RGB value is (194,1,101). Sum of RGB (Red+Green+Blue) = 194+1+101=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C20165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20165 is #3DFE9A. Grayscale: #454545. Windows color (decimal): -4062875 or 6619586. OLE color: 6619586.
HSL color Cylindrical-coordinate representation of color #C20165: hue angle of 328.91º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20165 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.24 |
| HSL | 328.91º | 0.99% | 0.38% | - |
| HSV(B) | 328.91º | 0.99% | 0.76% | - |
| XYZ | 24.61 | 12.43 | 13.41 | - |
| YUV | 70.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 101 | 0 | 0.99 | 0.48 | 0.24 | 328.91 | 0.99 | 0.38 |
| Hex | C2 | 1 | 65 | 0 | 63 | 30 | 18 | 149 | 63 | 26 |
| Octal | 302 | 1 | 145 | 0 | 143 | 60 | 30 | 511 | 143 | 46 |
| Binary | 11000010 | 1 | 1100101 | 0 | 1100011 | 110000 | 11000 | 101001001 | 1100011 | 100110 |
Color Harmonies of #C20165
Complementary color
Monochromatic Colors of #C20165
Black with #C20165
Text Example
Text Example
White with #C20165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20165; }
p { color: rgb(194,1,101); }
H1.HeaderClassName
{
color: #C20165;
}
.AnyTagClassName
{
color: #C20165;
}
</style>
background-color css
<style>
a { background-color: #C20165; }
a { background-color: rgb(194,1,101); }
div.DivClassName
{
background-color: #C20165;
}
.BgClassName
{
background-color: #C20165;
}
</style>
border-color css
<style>
span { border-color: #C20165; }
span { border-color: rgb(194,1,101); }
td.TdClassName
{
border-color: #C20165;
}
.TagClassName
{
border-color: #C20165;
}
</style>