Shades of Jazzberry Jam #C00A58
Tints of Jazzberry Jam #C00A58
RGB
CMYK
RGB Variations
Color information
#C00A58 (or 0xC00A58) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 58. RGB value is (192,10,88). Sum of RGB (Red+Green+Blue) = 192+10+88=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A58 is #3FF5A7. Grayscale: #494949. Windows color (decimal): -4191656 or 5769920. OLE color: 5769920.
HSL color Cylindrical-coordinate representation of color #C00A58: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A58 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 88 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.25 |
| HSL | 334.29º | 0.9% | 0.4% | - |
| HSV(B) | 334.29º | 0.95% | 0.75% | - |
| XYZ | 23.61 | 12.13 | 10.33 | - |
| YUV | 73.31 | 136.3 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 88 | 0 | 0.95 | 0.54 | 0.25 | 334.29 | 0.9 | 0.4 |
| Hex | C0 | A | 58 | 0 | 5F | 36 | 19 | 14E | 5A | 28 |
| Octal | 300 | 12 | 130 | 0 | 137 | 66 | 31 | 516 | 132 | 50 |
| Binary | 11000000 | 1010 | 1011000 | 0 | 1011111 | 110110 | 11001 | 101001110 | 1011010 | 101000 |
Color Harmonies of #C00A58
Complementary color
Monochromatic Colors of #C00A58
Black with #C00A58
Text Example
Text Example
White with #C00A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A58; }
p { color: rgb(192,10,88); }
H1.HeaderClassName
{
color: #C00A58;
}
.AnyTagClassName
{
color: #C00A58;
}
</style>
background-color css
<style>
a { background-color: #C00A58; }
a { background-color: rgb(192,10,88); }
div.DivClassName
{
background-color: #C00A58;
}
.BgClassName
{
background-color: #C00A58;
}
</style>
border-color css
<style>
span { border-color: #C00A58; }
span { border-color: rgb(192,10,88); }
td.TdClassName
{
border-color: #C00A58;
}
.TagClassName
{
border-color: #C00A58;
}
</style>