Shades of Jazzberry Jam #C20067
Tints of Jazzberry Jam #C20067
RGB
CMYK
RGB Variations
Color information
#C20067 (or 0xC20067) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 67. RGB value is (194,0,103). Sum of RGB (Red+Green+Blue) = 194+0+103=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20067 is #3DFF98. Grayscale: #454545. Windows color (decimal): -4063129 or 6750402. OLE color: 6750402.
HSL color Cylindrical-coordinate representation of color #C20067: hue angle of 328.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20067 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.47 | 0.24 |
| HSL | 328.14º | 1% | 0.38% | - |
| HSV(B) | 328.14º | 1% | 0.76% | - |
| XYZ | 24.7 | 12.45 | 13.93 | - |
| YUV | 69.75 | 146.77 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 103 | 0 | 1 | 0.47 | 0.24 | 328.14 | 1 | 0.38 |
| Hex | C2 | 0 | 67 | 0 | 64 | 2F | 18 | 148 | 64 | 26 |
| Octal | 302 | 0 | 147 | 0 | 144 | 57 | 30 | 510 | 144 | 46 |
| Binary | 11000010 | 0 | 1100111 | 0 | 1100100 | 101111 | 11000 | 101001000 | 1100100 | 100110 |
Color Harmonies of #C20067
Complementary color
Monochromatic Colors of #C20067
Black with #C20067
Text Example
Text Example
White with #C20067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20067; }
p { color: rgb(194,0,103); }
H1.HeaderClassName
{
color: #C20067;
}
.AnyTagClassName
{
color: #C20067;
}
</style>
background-color css
<style>
a { background-color: #C20067; }
a { background-color: rgb(194,0,103); }
div.DivClassName
{
background-color: #C20067;
}
.BgClassName
{
background-color: #C20067;
}
</style>
border-color css
<style>
span { border-color: #C20067; }
span { border-color: rgb(194,0,103); }
td.TdClassName
{
border-color: #C20067;
}
.TagClassName
{
border-color: #C20067;
}
</style>