Shades of Jazzberry Jam #C2026A
Tints of Jazzberry Jam #C2026A
RGB
CMYK
RGB Variations
Color information
#C2026A (or 0xC2026A) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 6A. RGB value is (194,2,106). Sum of RGB (Red+Green+Blue) = 194+2+106=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2026A is #3DFD95. Grayscale: #474747. Windows color (decimal): -4062614 or 6947522. OLE color: 6947522.
HSL color Cylindrical-coordinate representation of color #C2026A: hue angle of 327.5º degrees, saturation: 0.98, 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 #C2026A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.24 |
| HSL | 327.5º | 0.98% | 0.38% | - |
| HSV(B) | 327.5º | 0.99% | 0.76% | - |
| XYZ | 24.87 | 12.55 | 14.75 | - |
| YUV | 71.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 106 | 0 | 0.99 | 0.45 | 0.24 | 327.5 | 0.98 | 0.38 |
| Hex | C2 | 2 | 6A | 0 | 63 | 2D | 18 | 148 | 62 | 26 |
| Octal | 302 | 2 | 152 | 0 | 143 | 55 | 30 | 510 | 142 | 46 |
| Binary | 11000010 | 10 | 1101010 | 0 | 1100011 | 101101 | 11000 | 101001000 | 1100010 | 100110 |
Color Harmonies of #C2026A
Complementary color
Monochromatic Colors of #C2026A
Black with #C2026A
Text Example
Text Example
White with #C2026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2026A; }
p { color: rgb(194,2,106); }
H1.HeaderClassName
{
color: #C2026A;
}
.AnyTagClassName
{
color: #C2026A;
}
</style>
background-color css
<style>
a { background-color: #C2026A; }
a { background-color: rgb(194,2,106); }
div.DivClassName
{
background-color: #C2026A;
}
.BgClassName
{
background-color: #C2026A;
}
</style>
border-color css
<style>
span { border-color: #C2026A; }
span { border-color: rgb(194,2,106); }
td.TdClassName
{
border-color: #C2026A;
}
.TagClassName
{
border-color: #C2026A;
}
</style>