Shades of Jazzberry Jam #C10A50
Tints of Jazzberry Jam #C10A50
RGB
CMYK
RGB Variations
Color information
#C10A50 (or 0xC10A50) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 50. RGB value is (193,10,80). Sum of RGB (Red+Green+Blue) = 193+10+80=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A50 is #3EF5AF. Grayscale: #484848. Windows color (decimal): -4126128 or 5245633. OLE color: 5245633.
HSL color Cylindrical-coordinate representation of color #C10A50: hue angle of 337.05º 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 #C10A50 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 80 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.24 |
| HSL | 337.05º | 0.9% | 0.4% | - |
| HSV(B) | 337.05º | 0.95% | 0.76% | - |
| XYZ | 23.55 | 12.13 | 8.69 | - |
| YUV | 72.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 80 | 0 | 0.95 | 0.59 | 0.24 | 337.05 | 0.9 | 0.4 |
| Hex | C1 | A | 50 | 0 | 5F | 3B | 18 | 151 | 5A | 28 |
| Octal | 301 | 12 | 120 | 0 | 137 | 73 | 30 | 521 | 132 | 50 |
| Binary | 11000001 | 1010 | 1010000 | 0 | 1011111 | 111011 | 11000 | 101010001 | 1011010 | 101000 |
Color Harmonies of #C10A50
Complementary color
Monochromatic Colors of #C10A50
Black with #C10A50
Text Example
Text Example
White with #C10A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A50; }
p { color: rgb(193,10,80); }
H1.HeaderClassName
{
color: #C10A50;
}
.AnyTagClassName
{
color: #C10A50;
}
</style>
background-color css
<style>
a { background-color: #C10A50; }
a { background-color: rgb(193,10,80); }
div.DivClassName
{
background-color: #C10A50;
}
.BgClassName
{
background-color: #C10A50;
}
</style>
border-color css
<style>
span { border-color: #C10A50; }
span { border-color: rgb(193,10,80); }
td.TdClassName
{
border-color: #C10A50;
}
.TagClassName
{
border-color: #C10A50;
}
</style>