Shades of Jazzberry Jam #C1005A
Tints of Jazzberry Jam #C1005A
RGB
CMYK
RGB Variations
Color information
#C1005A (or 0xC1005A) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 5A. RGB value is (193,0,90). Sum of RGB (Red+Green+Blue) = 193+0+90=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C1005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1005A is #3EFFA5. Grayscale: #434343. Windows color (decimal): -4128678 or 5898433. OLE color: 5898433.
HSL color Cylindrical-coordinate representation of color #C1005A: hue angle of 332.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1005A is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.53 | 0.24 |
| HSL | 332.02º | 1% | 0.38% | - |
| HSV(B) | 332.02º | 1% | 0.76% | - |
| XYZ | 23.84 | 12.08 | 10.75 | - |
| YUV | 67.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 90 | 0 | 1 | 0.53 | 0.24 | 332.02 | 1 | 0.38 |
| Hex | C1 | 0 | 5A | 0 | 64 | 35 | 18 | 14C | 64 | 26 |
| Octal | 301 | 0 | 132 | 0 | 144 | 65 | 30 | 514 | 144 | 46 |
| Binary | 11000001 | 0 | 1011010 | 0 | 1100100 | 110101 | 11000 | 101001100 | 1100100 | 100110 |
Color Harmonies of #C1005A
Complementary color
Monochromatic Colors of #C1005A
Black with #C1005A
Text Example
Text Example
White with #C1005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1005A; }
p { color: rgb(193,0,90); }
H1.HeaderClassName
{
color: #C1005A;
}
.AnyTagClassName
{
color: #C1005A;
}
</style>
background-color css
<style>
a { background-color: #C1005A; }
a { background-color: rgb(193,0,90); }
div.DivClassName
{
background-color: #C1005A;
}
.BgClassName
{
background-color: #C1005A;
}
</style>
border-color css
<style>
span { border-color: #C1005A; }
span { border-color: rgb(193,0,90); }
td.TdClassName
{
border-color: #C1005A;
}
.TagClassName
{
border-color: #C1005A;
}
</style>