Shades of Jazzberry Jam #C10261
Tints of Jazzberry Jam #C10261
RGB
CMYK
RGB Variations
Color information
#C10261 (or 0xC10261) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 61. RGB value is (193,2,97). Sum of RGB (Red+Green+Blue) = 193+2+97=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C10261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10261 is #3EFD9E. Grayscale: #454545. Windows color (decimal): -4128159 or 6357697. OLE color: 6357697.
HSL color Cylindrical-coordinate representation of color #C10261: hue angle of 330.16º 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 #C10261 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.24 |
| HSL | 330.16º | 0.98% | 0.38% | - |
| HSV(B) | 330.16º | 0.99% | 0.76% | - |
| XYZ | 24.17 | 12.24 | 12.4 | - |
| YUV | 69.94 | 143.28 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 97 | 0 | 0.99 | 0.50 | 0.24 | 330.16 | 0.98 | 0.38 |
| Hex | C1 | 2 | 61 | 0 | 63 | 32 | 18 | 14A | 62 | 26 |
| Octal | 301 | 2 | 141 | 0 | 143 | 62 | 30 | 512 | 142 | 46 |
| Binary | 11000001 | 10 | 1100001 | 0 | 1100011 | 110010 | 11000 | 101001010 | 1100010 | 100110 |
Color Harmonies of #C10261
Complementary color
Monochromatic Colors of #C10261
Black with #C10261
Text Example
Text Example
White with #C10261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10261; }
p { color: rgb(193,2,97); }
H1.HeaderClassName
{
color: #C10261;
}
.AnyTagClassName
{
color: #C10261;
}
</style>
background-color css
<style>
a { background-color: #C10261; }
a { background-color: rgb(193,2,97); }
div.DivClassName
{
background-color: #C10261;
}
.BgClassName
{
background-color: #C10261;
}
</style>
border-color css
<style>
span { border-color: #C10261; }
span { border-color: rgb(193,2,97); }
td.TdClassName
{
border-color: #C10261;
}
.TagClassName
{
border-color: #C10261;
}
</style>