Shades of Jazzberry Jam #C20469
Tints of Jazzberry Jam #C20469
RGB
CMYK
RGB Variations
Color information
#C20469 (or 0xC20469) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 69. RGB value is (194,4,105). Sum of RGB (Red+Green+Blue) = 194+4+105=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20469 is #3DFB96. Grayscale: #484848. Windows color (decimal): -4062103 or 6882498. OLE color: 6882498.
HSL color Cylindrical-coordinate representation of color #C20469: hue angle of 328.11º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20469 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.24 |
| HSL | 328.11º | 0.96% | 0.39% | - |
| HSV(B) | 328.11º | 0.98% | 0.76% | - |
| XYZ | 24.84 | 12.58 | 14.48 | - |
| YUV | 72.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 105 | 0 | 0.98 | 0.46 | 0.24 | 328.11 | 0.96 | 0.39 |
| Hex | C2 | 4 | 69 | 0 | 62 | 2E | 18 | 148 | 60 | 27 |
| Octal | 302 | 4 | 151 | 0 | 142 | 56 | 30 | 510 | 140 | 47 |
| Binary | 11000010 | 100 | 1101001 | 0 | 1100010 | 101110 | 11000 | 101001000 | 1100000 | 100111 |
Color Harmonies of #C20469
Complementary color
Monochromatic Colors of #C20469
Black with #C20469
Text Example
Text Example
White with #C20469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20469; }
p { color: rgb(194,4,105); }
H1.HeaderClassName
{
color: #C20469;
}
.AnyTagClassName
{
color: #C20469;
}
</style>
background-color css
<style>
a { background-color: #C20469; }
a { background-color: rgb(194,4,105); }
div.DivClassName
{
background-color: #C20469;
}
.BgClassName
{
background-color: #C20469;
}
</style>
border-color css
<style>
span { border-color: #C20469; }
span { border-color: rgb(194,4,105); }
td.TdClassName
{
border-color: #C20469;
}
.TagClassName
{
border-color: #C20469;
}
</style>