Shades of Jazzberry Jam #C20854
Tints of Jazzberry Jam #C20854
RGB
CMYK
RGB Variations
Color information
#C20854 (or 0xC20854) is known color: Jazzberry Jam. HEX triplet: C2, 08 and 54. RGB value is (194,8,84). Sum of RGB (Red+Green+Blue) = 194+8+84=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20854 is #3DF7AB. Grayscale: #484848. Windows color (decimal): -4061100 or 5507266. OLE color: 5507266.
HSL color Cylindrical-coordinate representation of color #C20854: hue angle of 335.48º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20854 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.24 |
| HSL | 335.48º | 0.92% | 0.4% | - |
| HSV(B) | 335.48º | 0.96% | 0.76% | - |
| XYZ | 23.94 | 12.28 | 9.5 | - |
| YUV | 72.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 84 | 0 | 0.96 | 0.57 | 0.24 | 335.48 | 0.92 | 0.4 |
| Hex | C2 | 8 | 54 | 0 | 60 | 39 | 18 | 14F | 5C | 28 |
| Octal | 302 | 10 | 124 | 0 | 140 | 71 | 30 | 517 | 134 | 50 |
| Binary | 11000010 | 1000 | 1010100 | 0 | 1100000 | 111001 | 11000 | 101001111 | 1011100 | 101000 |
Color Harmonies of #C20854
Complementary color
Monochromatic Colors of #C20854
Black with #C20854
Text Example
Text Example
White with #C20854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20854; }
p { color: rgb(194,8,84); }
H1.HeaderClassName
{
color: #C20854;
}
.AnyTagClassName
{
color: #C20854;
}
</style>
background-color css
<style>
a { background-color: #C20854; }
a { background-color: rgb(194,8,84); }
div.DivClassName
{
background-color: #C20854;
}
.BgClassName
{
background-color: #C20854;
}
</style>
border-color css
<style>
span { border-color: #C20854; }
span { border-color: rgb(194,8,84); }
td.TdClassName
{
border-color: #C20854;
}
.TagClassName
{
border-color: #C20854;
}
</style>