Shades of Jazzberry Jam #C10D5A
Tints of Jazzberry Jam #C10D5A
RGB
CMYK
RGB Variations
Color information
#C10D5A (or 0xC10D5A) is known color: Jazzberry Jam. HEX triplet: C1, 0D and 5A. RGB value is (193,13,90). Sum of RGB (Red+Green+Blue) = 193+13+90=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10D5A is #3EF2A5. Grayscale: #4B4B4B. Windows color (decimal): -4125350 or 5901761. OLE color: 5901761.
HSL color Cylindrical-coordinate representation of color #C10D5A: hue angle of 334.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D5A is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 90 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.24 |
| HSL | 334.33º | 0.87% | 0.4% | - |
| HSV(B) | 334.33º | 0.93% | 0.76% | - |
| XYZ | 23.98 | 12.36 | 10.8 | - |
| YUV | 75.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 90 | 0 | 0.93 | 0.53 | 0.24 | 334.33 | 0.87 | 0.4 |
| Hex | C1 | D | 5A | 0 | 5D | 35 | 18 | 14E | 57 | 28 |
| Octal | 301 | 15 | 132 | 0 | 135 | 65 | 30 | 516 | 127 | 50 |
| Binary | 11000001 | 1101 | 1011010 | 0 | 1011101 | 110101 | 11000 | 101001110 | 1010111 | 101000 |
Color Harmonies of #C10D5A
Complementary color
Monochromatic Colors of #C10D5A
Black with #C10D5A
Text Example
Text Example
White with #C10D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D5A; }
p { color: rgb(193,13,90); }
H1.HeaderClassName
{
color: #C10D5A;
}
.AnyTagClassName
{
color: #C10D5A;
}
</style>
background-color css
<style>
a { background-color: #C10D5A; }
a { background-color: rgb(193,13,90); }
div.DivClassName
{
background-color: #C10D5A;
}
.BgClassName
{
background-color: #C10D5A;
}
</style>
border-color css
<style>
span { border-color: #C10D5A; }
span { border-color: rgb(193,13,90); }
td.TdClassName
{
border-color: #C10D5A;
}
.TagClassName
{
border-color: #C10D5A;
}
</style>