Shades of Jazzberry Jam #C10367
Tints of Jazzberry Jam #C10367
RGB
CMYK
RGB Variations
Color information
#C10367 (or 0xC10367) is known color: Jazzberry Jam. HEX triplet: C1, 03 and 67. RGB value is (193,3,103). Sum of RGB (Red+Green+Blue) = 193+3+103=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C10367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10367 is #3EFC98. Grayscale: #474747. Windows color (decimal): -4127897 or 6751169. OLE color: 6751169.
HSL color Cylindrical-coordinate representation of color #C10367: hue angle of 328.42º 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 #C10367 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.24 |
| HSL | 328.42º | 0.97% | 0.38% | - |
| HSV(B) | 328.42º | 0.98% | 0.76% | - |
| XYZ | 24.47 | 12.38 | 13.93 | - |
| YUV | 71.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 103 | 0 | 0.98 | 0.47 | 0.24 | 328.42 | 0.97 | 0.38 |
| Hex | C1 | 3 | 67 | 0 | 62 | 2F | 18 | 148 | 61 | 26 |
| Octal | 301 | 3 | 147 | 0 | 142 | 57 | 30 | 510 | 141 | 46 |
| Binary | 11000001 | 11 | 1100111 | 0 | 1100010 | 101111 | 11000 | 101001000 | 1100001 | 100110 |
Color Harmonies of #C10367
Complementary color
Monochromatic Colors of #C10367
Black with #C10367
Text Example
Text Example
White with #C10367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10367; }
p { color: rgb(193,3,103); }
H1.HeaderClassName
{
color: #C10367;
}
.AnyTagClassName
{
color: #C10367;
}
</style>
background-color css
<style>
a { background-color: #C10367; }
a { background-color: rgb(193,3,103); }
div.DivClassName
{
background-color: #C10367;
}
.BgClassName
{
background-color: #C10367;
}
</style>
border-color css
<style>
span { border-color: #C10367; }
span { border-color: rgb(193,3,103); }
td.TdClassName
{
border-color: #C10367;
}
.TagClassName
{
border-color: #C10367;
}
</style>