Shades of Jazzberry Jam #C1095A
Tints of Jazzberry Jam #C1095A
RGB
CMYK
RGB Variations
Color information
#C1095A (or 0xC1095A) is known color: Jazzberry Jam. HEX triplet: C1, 09 and 5A. RGB value is (193,9,90). Sum of RGB (Red+Green+Blue) = 193+9+90=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1095A is #3EF6A5. Grayscale: #494949. Windows color (decimal): -4126374 or 5900737. OLE color: 5900737.
HSL color Cylindrical-coordinate representation of color #C1095A: hue angle of 333.59º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1095A is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.24 |
| HSL | 333.59º | 0.91% | 0.4% | - |
| HSV(B) | 333.59º | 0.95% | 0.76% | - |
| XYZ | 23.94 | 12.27 | 10.78 | - |
| YUV | 73.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 90 | 0 | 0.95 | 0.53 | 0.24 | 333.59 | 0.91 | 0.4 |
| Hex | C1 | 9 | 5A | 0 | 5F | 35 | 18 | 14E | 5B | 28 |
| Octal | 301 | 11 | 132 | 0 | 137 | 65 | 30 | 516 | 133 | 50 |
| Binary | 11000001 | 1001 | 1011010 | 0 | 1011111 | 110101 | 11000 | 101001110 | 1011011 | 101000 |
Color Harmonies of #C1095A
Complementary color
Monochromatic Colors of #C1095A
Black with #C1095A
Text Example
Text Example
White with #C1095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1095A; }
p { color: rgb(193,9,90); }
H1.HeaderClassName
{
color: #C1095A;
}
.AnyTagClassName
{
color: #C1095A;
}
</style>
background-color css
<style>
a { background-color: #C1095A; }
a { background-color: rgb(193,9,90); }
div.DivClassName
{
background-color: #C1095A;
}
.BgClassName
{
background-color: #C1095A;
}
</style>
border-color css
<style>
span { border-color: #C1095A; }
span { border-color: rgb(193,9,90); }
td.TdClassName
{
border-color: #C1095A;
}
.TagClassName
{
border-color: #C1095A;
}
</style>