Shades of Jazzberry Jam #C20763
Tints of Jazzberry Jam #C20763
RGB
CMYK
RGB Variations
Color information
#C20763 (or 0xC20763) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 63. RGB value is (194,7,99). Sum of RGB (Red+Green+Blue) = 194+7+99=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20763 is #3DF89C. Grayscale: #494949. Windows color (decimal): -4061341 or 6490050. OLE color: 6490050.
HSL color Cylindrical-coordinate representation of color #C20763: hue angle of 330.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20763 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.24 |
| HSL | 330.48º | 0.93% | 0.39% | - |
| HSV(B) | 330.48º | 0.96% | 0.76% | - |
| XYZ | 24.58 | 12.52 | 12.93 | - |
| YUV | 73.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 99 | 0 | 0.96 | 0.49 | 0.24 | 330.48 | 0.93 | 0.39 |
| Hex | C2 | 7 | 63 | 0 | 60 | 31 | 18 | 14A | 5D | 27 |
| Octal | 302 | 7 | 143 | 0 | 140 | 61 | 30 | 512 | 135 | 47 |
| Binary | 11000010 | 111 | 1100011 | 0 | 1100000 | 110001 | 11000 | 101001010 | 1011101 | 100111 |
Color Harmonies of #C20763
Complementary color
Monochromatic Colors of #C20763
Black with #C20763
Text Example
Text Example
White with #C20763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20763; }
p { color: rgb(194,7,99); }
H1.HeaderClassName
{
color: #C20763;
}
.AnyTagClassName
{
color: #C20763;
}
</style>
background-color css
<style>
a { background-color: #C20763; }
a { background-color: rgb(194,7,99); }
div.DivClassName
{
background-color: #C20763;
}
.BgClassName
{
background-color: #C20763;
}
</style>
border-color css
<style>
span { border-color: #C20763; }
span { border-color: rgb(194,7,99); }
td.TdClassName
{
border-color: #C20763;
}
.TagClassName
{
border-color: #C20763;
}
</style>