Shades of Jazzberry Jam #C10A6A
Tints of Jazzberry Jam #C10A6A
RGB
CMYK
RGB Variations
Color information
#C10A6A (or 0xC10A6A) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 6A. RGB value is (193,10,106). Sum of RGB (Red+Green+Blue) = 193+10+106=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A6A is #3EF595. Grayscale: #4B4B4B. Windows color (decimal): -4126102 or 6949569. OLE color: 6949569.
HSL color Cylindrical-coordinate representation of color #C10A6A: hue angle of 328.52º 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 #C10A6A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 106 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.24 |
| HSL | 328.52º | 0.9% | 0.4% | - |
| HSV(B) | 328.52º | 0.95% | 0.76% | - |
| XYZ | 24.7 | 12.6 | 14.76 | - |
| YUV | 75.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 106 | 0 | 0.95 | 0.45 | 0.24 | 328.52 | 0.9 | 0.4 |
| Hex | C1 | A | 6A | 0 | 5F | 2D | 18 | 149 | 5A | 28 |
| Octal | 301 | 12 | 152 | 0 | 137 | 55 | 30 | 511 | 132 | 50 |
| Binary | 11000001 | 1010 | 1101010 | 0 | 1011111 | 101101 | 11000 | 101001001 | 1011010 | 101000 |
Color Harmonies of #C10A6A
Complementary color
Monochromatic Colors of #C10A6A
Black with #C10A6A
Text Example
Text Example
White with #C10A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A6A; }
p { color: rgb(193,10,106); }
H1.HeaderClassName
{
color: #C10A6A;
}
.AnyTagClassName
{
color: #C10A6A;
}
</style>
background-color css
<style>
a { background-color: #C10A6A; }
a { background-color: rgb(193,10,106); }
div.DivClassName
{
background-color: #C10A6A;
}
.BgClassName
{
background-color: #C10A6A;
}
</style>
border-color css
<style>
span { border-color: #C10A6A; }
span { border-color: rgb(193,10,106); }
td.TdClassName
{
border-color: #C10A6A;
}
.TagClassName
{
border-color: #C10A6A;
}
</style>