Shades of Jazzberry Jam #C0115B
Tints of Jazzberry Jam #C0115B
RGB
CMYK
RGB Variations
Color information
#C0115B (or 0xC0115B) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 5B. RGB value is (192,17,91). Sum of RGB (Red+Green+Blue) = 192+17+91=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0115B is #3FEEA4. Grayscale: #4D4D4D. Windows color (decimal): -4189861 or 5968320. OLE color: 5968320.
HSL color Cylindrical-coordinate representation of color #C0115B: hue angle of 334.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0115B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.25 |
| HSL | 334.63º | 0.84% | 0.41% | - |
| HSV(B) | 334.63º | 0.91% | 0.75% | - |
| XYZ | 23.83 | 12.36 | 11.03 | - |
| YUV | 77.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 91 | 0 | 0.91 | 0.53 | 0.25 | 334.63 | 0.84 | 0.41 |
| Hex | C0 | 11 | 5B | 0 | 5B | 35 | 19 | 14F | 54 | 29 |
| Octal | 300 | 21 | 133 | 0 | 133 | 65 | 31 | 517 | 124 | 51 |
| Binary | 11000000 | 10001 | 1011011 | 0 | 1011011 | 110101 | 11001 | 101001111 | 1010100 | 101001 |
Color Harmonies of #C0115B
Complementary color
Monochromatic Colors of #C0115B
Black with #C0115B
Text Example
Text Example
White with #C0115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0115B; }
p { color: rgb(192,17,91); }
H1.HeaderClassName
{
color: #C0115B;
}
.AnyTagClassName
{
color: #C0115B;
}
</style>
background-color css
<style>
a { background-color: #C0115B; }
a { background-color: rgb(192,17,91); }
div.DivClassName
{
background-color: #C0115B;
}
.BgClassName
{
background-color: #C0115B;
}
</style>
border-color css
<style>
span { border-color: #C0115B; }
span { border-color: rgb(192,17,91); }
td.TdClassName
{
border-color: #C0115B;
}
.TagClassName
{
border-color: #C0115B;
}
</style>