Shades of Jazzberry Jam #C20169
Tints of Jazzberry Jam #C20169
RGB
CMYK
RGB Variations
Color information
#C20169 (or 0xC20169) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 69. RGB value is (194,1,105). Sum of RGB (Red+Green+Blue) = 194+1+105=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C20169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20169 is #3DFE96. Grayscale: #464646. Windows color (decimal): -4062871 or 6881730. OLE color: 6881730.
HSL color Cylindrical-coordinate representation of color #C20169: hue angle of 327.67º 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 #C20169 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.24 |
| HSL | 327.67º | 0.99% | 0.38% | - |
| HSV(B) | 327.67º | 0.99% | 0.76% | - |
| XYZ | 24.81 | 12.51 | 14.47 | - |
| YUV | 70.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 1 | 105 | 0 | 0.99 | 0.46 | 0.24 | 327.67 | 0.99 | 0.38 |
| Hex | C2 | 1 | 69 | 0 | 63 | 2E | 18 | 148 | 63 | 26 |
| Octal | 302 | 1 | 151 | 0 | 143 | 56 | 30 | 510 | 143 | 46 |
| Binary | 11000010 | 1 | 1101001 | 0 | 1100011 | 101110 | 11000 | 101001000 | 1100011 | 100110 |
Color Harmonies of #C20169
Complementary color
Monochromatic Colors of #C20169
Black with #C20169
Text Example
Text Example
White with #C20169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20169; }
p { color: rgb(194,1,105); }
H1.HeaderClassName
{
color: #C20169;
}
.AnyTagClassName
{
color: #C20169;
}
</style>
background-color css
<style>
a { background-color: #C20169; }
a { background-color: rgb(194,1,105); }
div.DivClassName
{
background-color: #C20169;
}
.BgClassName
{
background-color: #C20169;
}
</style>
border-color css
<style>
span { border-color: #C20169; }
span { border-color: rgb(194,1,105); }
td.TdClassName
{
border-color: #C20169;
}
.TagClassName
{
border-color: #C20169;
}
</style>