Shades of Jazzberry Jam #C10567
Tints of Jazzberry Jam #C10567
RGB
CMYK
RGB Variations
Color information
#C10567 (or 0xC10567) is known color: Jazzberry Jam. HEX triplet: C1, 05 and 67. RGB value is (193,5,103). Sum of RGB (Red+Green+Blue) = 193+5+103=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C10567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10567 is #3EFA98. Grayscale: #484848. Windows color (decimal): -4127385 or 6751681. OLE color: 6751681.
HSL color Cylindrical-coordinate representation of color #C10567: hue angle of 328.72º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10567 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.24 |
| HSL | 328.72º | 0.95% | 0.39% | - |
| HSV(B) | 328.72º | 0.97% | 0.76% | - |
| XYZ | 24.49 | 12.43 | 13.94 | - |
| YUV | 72.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 103 | 0 | 0.97 | 0.47 | 0.24 | 328.72 | 0.95 | 0.39 |
| Hex | C1 | 5 | 67 | 0 | 61 | 2F | 18 | 149 | 5F | 27 |
| Octal | 301 | 5 | 147 | 0 | 141 | 57 | 30 | 511 | 137 | 47 |
| Binary | 11000001 | 101 | 1100111 | 0 | 1100001 | 101111 | 11000 | 101001001 | 1011111 | 100111 |
Color Harmonies of #C10567
Complementary color
Monochromatic Colors of #C10567
Black with #C10567
Text Example
Text Example
White with #C10567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10567; }
p { color: rgb(193,5,103); }
H1.HeaderClassName
{
color: #C10567;
}
.AnyTagClassName
{
color: #C10567;
}
</style>
background-color css
<style>
a { background-color: #C10567; }
a { background-color: rgb(193,5,103); }
div.DivClassName
{
background-color: #C10567;
}
.BgClassName
{
background-color: #C10567;
}
</style>
border-color css
<style>
span { border-color: #C10567; }
span { border-color: rgb(193,5,103); }
td.TdClassName
{
border-color: #C10567;
}
.TagClassName
{
border-color: #C10567;
}
</style>