Shades of Jazzberry Jam #C00A4F
Tints of Jazzberry Jam #C00A4F
RGB
CMYK
RGB Variations
Color information
#C00A4F (or 0xC00A4F) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 4F. RGB value is (192,10,79). Sum of RGB (Red+Green+Blue) = 192+10+79=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A4F is #3FF5B0. Grayscale: #484848. Windows color (decimal): -4191665 or 5180096. OLE color: 5180096.
HSL color Cylindrical-coordinate representation of color #C00A4F: hue angle of 337.25º 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 #C00A4F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 79 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.25 |
| HSL | 337.25º | 0.9% | 0.4% | - |
| HSV(B) | 337.25º | 0.95% | 0.75% | - |
| XYZ | 23.26 | 11.99 | 8.49 | - |
| YUV | 72.28 | 131.8 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 79 | 0 | 0.95 | 0.59 | 0.25 | 337.25 | 0.9 | 0.4 |
| Hex | C0 | A | 4F | 0 | 5F | 3B | 19 | 151 | 5A | 28 |
| Octal | 300 | 12 | 117 | 0 | 137 | 73 | 31 | 521 | 132 | 50 |
| Binary | 11000000 | 1010 | 1001111 | 0 | 1011111 | 111011 | 11001 | 101010001 | 1011010 | 101000 |
Color Harmonies of #C00A4F
Complementary color
Monochromatic Colors of #C00A4F
Black with #C00A4F
Text Example
Text Example
White with #C00A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A4F; }
p { color: rgb(192,10,79); }
H1.HeaderClassName
{
color: #C00A4F;
}
.AnyTagClassName
{
color: #C00A4F;
}
</style>
background-color css
<style>
a { background-color: #C00A4F; }
a { background-color: rgb(192,10,79); }
div.DivClassName
{
background-color: #C00A4F;
}
.BgClassName
{
background-color: #C00A4F;
}
</style>
border-color css
<style>
span { border-color: #C00A4F; }
span { border-color: rgb(192,10,79); }
td.TdClassName
{
border-color: #C00A4F;
}
.TagClassName
{
border-color: #C00A4F;
}
</style>