Shades of Jazzberry Jam #C10A69
Tints of Jazzberry Jam #C10A69
RGB
CMYK
RGB Variations
Color information
#C10A69 (or 0xC10A69) is known color: Jazzberry Jam. HEX triplet: C1, 0A and 69. RGB value is (193,10,105). Sum of RGB (Red+Green+Blue) = 193+10+105=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A69 is #3EF596. Grayscale: #4B4B4B. Windows color (decimal): -4126103 or 6884033. OLE color: 6884033.
HSL color Cylindrical-coordinate representation of color #C10A69: hue angle of 328.85º 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 #C10A69 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 105 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.24 |
| HSL | 328.85º | 0.9% | 0.4% | - |
| HSV(B) | 328.85º | 0.95% | 0.76% | - |
| XYZ | 24.65 | 12.57 | 14.49 | - |
| YUV | 75.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 105 | 0 | 0.95 | 0.46 | 0.24 | 328.85 | 0.9 | 0.4 |
| Hex | C1 | A | 69 | 0 | 5F | 2E | 18 | 149 | 5A | 28 |
| Octal | 301 | 12 | 151 | 0 | 137 | 56 | 30 | 511 | 132 | 50 |
| Binary | 11000001 | 1010 | 1101001 | 0 | 1011111 | 101110 | 11000 | 101001001 | 1011010 | 101000 |
Color Harmonies of #C10A69
Complementary color
Monochromatic Colors of #C10A69
Black with #C10A69
Text Example
Text Example
White with #C10A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A69; }
p { color: rgb(193,10,105); }
H1.HeaderClassName
{
color: #C10A69;
}
.AnyTagClassName
{
color: #C10A69;
}
</style>
background-color css
<style>
a { background-color: #C10A69; }
a { background-color: rgb(193,10,105); }
div.DivClassName
{
background-color: #C10A69;
}
.BgClassName
{
background-color: #C10A69;
}
</style>
border-color css
<style>
span { border-color: #C10A69; }
span { border-color: rgb(193,10,105); }
td.TdClassName
{
border-color: #C10A69;
}
.TagClassName
{
border-color: #C10A69;
}
</style>