Shades of Jazzberry Jam #C20F66
Tints of Jazzberry Jam #C20F66
RGB
CMYK
RGB Variations
Color information
#C20F66 (or 0xC20F66) is known color: Jazzberry Jam. HEX triplet: C2, 0F and 66. RGB value is (194,15,102). Sum of RGB (Red+Green+Blue) = 194+15+102=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F66 is #3DF099. Grayscale: #4E4E4E. Windows color (decimal): -4059290 or 6688706. OLE color: 6688706.
HSL color Cylindrical-coordinate representation of color #C20F66: hue angle of 330.84º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F66 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 102 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.24 |
| HSL | 330.84º | 0.86% | 0.41% | - |
| HSV(B) | 330.84º | 0.92% | 0.76% | - |
| XYZ | 24.82 | 12.77 | 13.73 | - |
| YUV | 78.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 102 | 0 | 0.92 | 0.47 | 0.24 | 330.84 | 0.86 | 0.41 |
| Hex | C2 | F | 66 | 0 | 5C | 2F | 18 | 14B | 56 | 29 |
| Octal | 302 | 17 | 146 | 0 | 134 | 57 | 30 | 513 | 126 | 51 |
| Binary | 11000010 | 1111 | 1100110 | 0 | 1011100 | 101111 | 11000 | 101001011 | 1010110 | 101001 |
Color Harmonies of #C20F66
Complementary color
Monochromatic Colors of #C20F66
Black with #C20F66
Text Example
Text Example
White with #C20F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F66; }
p { color: rgb(194,15,102); }
H1.HeaderClassName
{
color: #C20F66;
}
.AnyTagClassName
{
color: #C20F66;
}
</style>
background-color css
<style>
a { background-color: #C20F66; }
a { background-color: rgb(194,15,102); }
div.DivClassName
{
background-color: #C20F66;
}
.BgClassName
{
background-color: #C20F66;
}
</style>
border-color css
<style>
span { border-color: #C20F66; }
span { border-color: rgb(194,15,102); }
td.TdClassName
{
border-color: #C20F66;
}
.TagClassName
{
border-color: #C20F66;
}
</style>