Shades of Jazzberry Jam #C2064F
Tints of Jazzberry Jam #C2064F
RGB
CMYK
RGB Variations
Color information
#C2064F (or 0xC2064F) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 4F. RGB value is (194,6,79). Sum of RGB (Red+Green+Blue) = 194+6+79=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2064F is #3DF9B0. Grayscale: #464646. Windows color (decimal): -4061617 or 5179074. OLE color: 5179074.
HSL color Cylindrical-coordinate representation of color #C2064F: hue angle of 336.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2064F is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 79 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.24 |
| HSL | 336.7º | 0.94% | 0.39% | - |
| HSV(B) | 336.7º | 0.97% | 0.76% | - |
| XYZ | 23.72 | 12.16 | 8.49 | - |
| YUV | 70.53 | 132.78 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 79 | 0 | 0.97 | 0.59 | 0.24 | 336.7 | 0.94 | 0.39 |
| Hex | C2 | 6 | 4F | 0 | 61 | 3B | 18 | 151 | 5E | 27 |
| Octal | 302 | 6 | 117 | 0 | 141 | 73 | 30 | 521 | 136 | 47 |
| Binary | 11000010 | 110 | 1001111 | 0 | 1100001 | 111011 | 11000 | 101010001 | 1011110 | 100111 |
Color Harmonies of #C2064F
Complementary color
Monochromatic Colors of #C2064F
Black with #C2064F
Text Example
Text Example
White with #C2064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2064F; }
p { color: rgb(194,6,79); }
H1.HeaderClassName
{
color: #C2064F;
}
.AnyTagClassName
{
color: #C2064F;
}
</style>
background-color css
<style>
a { background-color: #C2064F; }
a { background-color: rgb(194,6,79); }
div.DivClassName
{
background-color: #C2064F;
}
.BgClassName
{
background-color: #C2064F;
}
</style>
border-color css
<style>
span { border-color: #C2064F; }
span { border-color: rgb(194,6,79); }
td.TdClassName
{
border-color: #C2064F;
}
.TagClassName
{
border-color: #C2064F;
}
</style>