Shades of Jazzberry Jam #C10365
Tints of Jazzberry Jam #C10365
RGB
CMYK
RGB Variations
Color information
#C10365 (or 0xC10365) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 65. RGB value is (193,3,101). Sum of RGB (Red+Green+Blue) = 193+3+101=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C10365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10365 is #3EFC9A. Grayscale: #464646. Windows color (decimal): -4127899 or 6620097. OLE color: 6620097.
HSL color Cylindrical-coordinate representation of color #C10365: hue angle of 329.05º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10365 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.24 |
| HSL | 329.05º | 0.97% | 0.38% | - |
| HSV(B) | 329.05º | 0.98% | 0.76% | - |
| XYZ | 24.37 | 12.34 | 13.41 | - |
| YUV | 70.98 | 144.95 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 101 | 0 | 0.98 | 0.48 | 0.24 | 329.05 | 0.97 | 0.38 |
| Hex | C1 | 3 | 65 | 0 | 62 | 30 | 18 | 149 | 61 | 26 |
| Octal | 301 | 3 | 145 | 0 | 142 | 60 | 30 | 511 | 141 | 46 |
| Binary | 11000001 | 11 | 1100101 | 0 | 1100010 | 110000 | 11000 | 101001001 | 1100001 | 100110 |
Color Harmonies of #C10365
Complementary color
Monochromatic Colors of #C10365
Black with #C10365
Text Example
Text Example
White with #C10365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10365; }
p { color: rgb(193,3,101); }
H1.HeaderClassName
{
color: #C10365;
}
.AnyTagClassName
{
color: #C10365;
}
</style>
background-color css
<style>
a { background-color: #C10365; }
a { background-color: rgb(193,3,101); }
div.DivClassName
{
background-color: #C10365;
}
.BgClassName
{
background-color: #C10365;
}
</style>
border-color css
<style>
span { border-color: #C10365; }
span { border-color: rgb(193,3,101); }
td.TdClassName
{
border-color: #C10365;
}
.TagClassName
{
border-color: #C10365;
}
</style>