Shades of Jazzberry Jam #C10265
Tints of Jazzberry Jam #C10265
RGB
CMYK
RGB Variations
Color information
#C10265 (or 0xC10265) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 65. RGB value is (193,2,101). Sum of RGB (Red+Green+Blue) = 193+2+101=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C10265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10265 is #3EFD9A. Grayscale: #464646. Windows color (decimal): -4128155 or 6619841. OLE color: 6619841.
HSL color Cylindrical-coordinate representation of color #C10265: hue angle of 328.9º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10265 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.24 |
| HSL | 328.9º | 0.98% | 0.38% | - |
| HSV(B) | 328.9º | 0.99% | 0.76% | - |
| XYZ | 24.36 | 12.32 | 13.41 | - |
| YUV | 70.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 101 | 0 | 0.99 | 0.48 | 0.24 | 328.9 | 0.98 | 0.38 |
| Hex | C1 | 2 | 65 | 0 | 63 | 30 | 18 | 149 | 62 | 26 |
| Octal | 301 | 2 | 145 | 0 | 143 | 60 | 30 | 511 | 142 | 46 |
| Binary | 11000001 | 10 | 1100101 | 0 | 1100011 | 110000 | 11000 | 101001001 | 1100010 | 100110 |
Color Harmonies of #C10265
Complementary color
Monochromatic Colors of #C10265
Black with #C10265
Text Example
Text Example
White with #C10265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10265; }
p { color: rgb(193,2,101); }
H1.HeaderClassName
{
color: #C10265;
}
.AnyTagClassName
{
color: #C10265;
}
</style>
background-color css
<style>
a { background-color: #C10265; }
a { background-color: rgb(193,2,101); }
div.DivClassName
{
background-color: #C10265;
}
.BgClassName
{
background-color: #C10265;
}
</style>
border-color css
<style>
span { border-color: #C10265; }
span { border-color: rgb(193,2,101); }
td.TdClassName
{
border-color: #C10265;
}
.TagClassName
{
border-color: #C10265;
}
</style>