Shades of Jazzberry Jam #C10A60
Tints of Jazzberry Jam #C10A60
RGB
CMYK
RGB Variations
Color information
#C10A60 (or 0xC10A60) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 60. RGB value is (193,10,96). Sum of RGB (Red+Green+Blue) = 193+10+96=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A60 is #3EF59F. Grayscale: #4A4A4A. Windows color (decimal): -4126112 or 6294209. OLE color: 6294209.
HSL color Cylindrical-coordinate representation of color #C10A60: hue angle of 331.8º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A60 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 96 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.24 |
| HSL | 331.8º | 0.9% | 0.4% | - |
| HSV(B) | 331.8º | 0.95% | 0.76% | - |
| XYZ | 24.21 | 12.4 | 12.18 | - |
| YUV | 74.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 96 | 0 | 0.95 | 0.50 | 0.24 | 331.8 | 0.9 | 0.4 |
| Hex | C1 | A | 60 | 0 | 5F | 32 | 18 | 14C | 5A | 28 |
| Octal | 301 | 12 | 140 | 0 | 137 | 62 | 30 | 514 | 132 | 50 |
| Binary | 11000001 | 1010 | 1100000 | 0 | 1011111 | 110010 | 11000 | 101001100 | 1011010 | 101000 |
Color Harmonies of #C10A60
Complementary color
Monochromatic Colors of #C10A60
Black with #C10A60
Text Example
Text Example
White with #C10A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A60; }
p { color: rgb(193,10,96); }
H1.HeaderClassName
{
color: #C10A60;
}
.AnyTagClassName
{
color: #C10A60;
}
</style>
background-color css
<style>
a { background-color: #C10A60; }
a { background-color: rgb(193,10,96); }
div.DivClassName
{
background-color: #C10A60;
}
.BgClassName
{
background-color: #C10A60;
}
</style>
border-color css
<style>
span { border-color: #C10A60; }
span { border-color: rgb(193,10,96); }
td.TdClassName
{
border-color: #C10A60;
}
.TagClassName
{
border-color: #C10A60;
}
</style>