Shades of Jazzberry Jam #C0105C
Tints of Jazzberry Jam #C0105C
RGB
CMYK
RGB Variations
Color information
#C0105C (or 0xC0105C) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 5C. RGB value is (192,16,92). Sum of RGB (Red+Green+Blue) = 192+16+92=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0105C is #3FEFA3. Grayscale: #4D4D4D. Windows color (decimal): -4190116 or 6033600. OLE color: 6033600.
HSL color Cylindrical-coordinate representation of color #C0105C: hue angle of 334.09º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0105C is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.25 |
| HSL | 334.09º | 0.85% | 0.41% | - |
| HSV(B) | 334.09º | 0.92% | 0.75% | - |
| XYZ | 23.86 | 12.35 | 11.25 | - |
| YUV | 77.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 92 | 0 | 0.92 | 0.52 | 0.25 | 334.09 | 0.85 | 0.41 |
| Hex | C0 | 10 | 5C | 0 | 5C | 34 | 19 | 14E | 55 | 29 |
| Octal | 300 | 20 | 134 | 0 | 134 | 64 | 31 | 516 | 125 | 51 |
| Binary | 11000000 | 10000 | 1011100 | 0 | 1011100 | 110100 | 11001 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C0105C
Complementary color
Monochromatic Colors of #C0105C
Black with #C0105C
Text Example
Text Example
White with #C0105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0105C; }
p { color: rgb(192,16,92); }
H1.HeaderClassName
{
color: #C0105C;
}
.AnyTagClassName
{
color: #C0105C;
}
</style>
background-color css
<style>
a { background-color: #C0105C; }
a { background-color: rgb(192,16,92); }
div.DivClassName
{
background-color: #C0105C;
}
.BgClassName
{
background-color: #C0105C;
}
</style>
border-color css
<style>
span { border-color: #C0105C; }
span { border-color: rgb(192,16,92); }
td.TdClassName
{
border-color: #C0105C;
}
.TagClassName
{
border-color: #C0105C;
}
</style>