Shades of Jazzberry Jam #C00A52
Tints of Jazzberry Jam #C00A52
RGB
CMYK
RGB Variations
Color information
#C00A52 (or 0xC00A52) is known color: Jazzberry Jam. HEX triplet: C0, 0A and 52. RGB value is (192,10,82). Sum of RGB (Red+Green+Blue) = 192+10+82=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A52 is #3FF5AD. Grayscale: #484848. Windows color (decimal): -4191662 or 5376704. OLE color: 5376704.
HSL color Cylindrical-coordinate representation of color #C00A52: hue angle of 336.26º 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 #C00A52 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 82 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.25 |
| HSL | 336.26º | 0.9% | 0.4% | - |
| HSV(B) | 336.26º | 0.95% | 0.75% | - |
| XYZ | 23.37 | 12.03 | 9.07 | - |
| YUV | 72.63 | 133.3 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 82 | 0 | 0.95 | 0.57 | 0.25 | 336.26 | 0.9 | 0.4 |
| Hex | C0 | A | 52 | 0 | 5F | 39 | 19 | 150 | 5A | 28 |
| Octal | 300 | 12 | 122 | 0 | 137 | 71 | 31 | 520 | 132 | 50 |
| Binary | 11000000 | 1010 | 1010010 | 0 | 1011111 | 111001 | 11001 | 101010000 | 1011010 | 101000 |
Color Harmonies of #C00A52
Complementary color
Monochromatic Colors of #C00A52
Black with #C00A52
Text Example
Text Example
White with #C00A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A52; }
p { color: rgb(192,10,82); }
H1.HeaderClassName
{
color: #C00A52;
}
.AnyTagClassName
{
color: #C00A52;
}
</style>
background-color css
<style>
a { background-color: #C00A52; }
a { background-color: rgb(192,10,82); }
div.DivClassName
{
background-color: #C00A52;
}
.BgClassName
{
background-color: #C00A52;
}
</style>
border-color css
<style>
span { border-color: #C00A52; }
span { border-color: rgb(192,10,82); }
td.TdClassName
{
border-color: #C00A52;
}
.TagClassName
{
border-color: #C00A52;
}
</style>