Shades of Jazzberry Jam #C00167
Tints of Jazzberry Jam #C00167
RGB
CMYK
RGB Variations
Color information
#C00167 (or 0xC00167) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 67. RGB value is (192,1,103). Sum of RGB (Red+Green+Blue) = 192+1+103=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C00167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00167 is #3FFE98. Grayscale: #454545. Windows color (decimal): -4193945 or 6750656. OLE color: 6750656.
HSL color Cylindrical-coordinate representation of color #C00167: hue angle of 327.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00167 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.25 |
| HSL | 327.96º | 0.99% | 0.38% | - |
| HSV(B) | 327.96º | 0.99% | 0.75% | - |
| XYZ | 24.2 | 12.21 | 13.91 | - |
| YUV | 69.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 103 | 0 | 0.99 | 0.46 | 0.25 | 327.96 | 0.99 | 0.38 |
| Hex | C0 | 1 | 67 | 0 | 63 | 2E | 19 | 148 | 63 | 26 |
| Octal | 300 | 1 | 147 | 0 | 143 | 56 | 31 | 510 | 143 | 46 |
| Binary | 11000000 | 1 | 1100111 | 0 | 1100011 | 101110 | 11001 | 101001000 | 1100011 | 100110 |
Color Harmonies of #C00167
Complementary color
Monochromatic Colors of #C00167
Black with #C00167
Text Example
Text Example
White with #C00167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00167; }
p { color: rgb(192,1,103); }
H1.HeaderClassName
{
color: #C00167;
}
.AnyTagClassName
{
color: #C00167;
}
</style>
background-color css
<style>
a { background-color: #C00167; }
a { background-color: rgb(192,1,103); }
div.DivClassName
{
background-color: #C00167;
}
.BgClassName
{
background-color: #C00167;
}
</style>
border-color css
<style>
span { border-color: #C00167; }
span { border-color: rgb(192,1,103); }
td.TdClassName
{
border-color: #C00167;
}
.TagClassName
{
border-color: #C00167;
}
</style>