Shades of Jazzberry Jam #C01867
Tints of Jazzberry Jam #C01867
RGB
CMYK
RGB Variations
Color information
#C01867 (or 0xC01867) is known color: Jazzberry Jam. HEX triplet: C0, 18 and 67. RGB value is (192,24,103). Sum of RGB (Red+Green+Blue) = 192+24+103=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C01867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01867 is #3FE798. Grayscale: #535353. Windows color (decimal): -4188057 or 6756544. OLE color: 6756544.
HSL color Cylindrical-coordinate representation of color #C01867: hue angle of 331.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01867 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 103 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.25 |
| HSL | 331.79º | 0.78% | 0.42% | - |
| HSV(B) | 331.79º | 0.88% | 0.75% | - |
| XYZ | 24.51 | 12.84 | 14.02 | - |
| YUV | 83.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 103 | 0 | 0.88 | 0.46 | 0.25 | 331.79 | 0.78 | 0.42 |
| Hex | C0 | 18 | 67 | 0 | 58 | 2E | 19 | 14C | 4E | 2A |
| Octal | 300 | 30 | 147 | 0 | 130 | 56 | 31 | 514 | 116 | 52 |
| Binary | 11000000 | 11000 | 1100111 | 0 | 1011000 | 101110 | 11001 | 101001100 | 1001110 | 101010 |
Color Harmonies of #C01867
Complementary color
Monochromatic Colors of #C01867
Black with #C01867
Text Example
Text Example
White with #C01867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01867; }
p { color: rgb(192,24,103); }
H1.HeaderClassName
{
color: #C01867;
}
.AnyTagClassName
{
color: #C01867;
}
</style>
background-color css
<style>
a { background-color: #C01867; }
a { background-color: rgb(192,24,103); }
div.DivClassName
{
background-color: #C01867;
}
.BgClassName
{
background-color: #C01867;
}
</style>
border-color css
<style>
span { border-color: #C01867; }
span { border-color: rgb(192,24,103); }
td.TdClassName
{
border-color: #C01867;
}
.TagClassName
{
border-color: #C01867;
}
</style>