Shades of Jazzberry Jam #C00067
Tints of Jazzberry Jam #C00067
RGB
CMYK
RGB Variations
Color information
#C00067 (or 0xC00067) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 67. RGB value is (192,0,103). Sum of RGB (Red+Green+Blue) = 192+0+103=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00067 is #3FFF98. Grayscale: #444444. Windows color (decimal): -4194201 or 6750400. OLE color: 6750400.
HSL color Cylindrical-coordinate representation of color #C00067: hue angle of 327.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00067 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.46 | 0.25 |
| HSL | 327.81º | 1% | 0.38% | - |
| HSV(B) | 327.81º | 1% | 0.75% | - |
| XYZ | 24.19 | 12.19 | 13.91 | - |
| YUV | 69.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 103 | 0 | 1 | 0.46 | 0.25 | 327.81 | 1 | 0.38 |
| Hex | C0 | 0 | 67 | 0 | 64 | 2E | 19 | 148 | 64 | 26 |
| Octal | 300 | 0 | 147 | 0 | 144 | 56 | 31 | 510 | 144 | 46 |
| Binary | 11000000 | 0 | 1100111 | 0 | 1100100 | 101110 | 11001 | 101001000 | 1100100 | 100110 |
Color Harmonies of #C00067
Complementary color
Monochromatic Colors of #C00067
Black with #C00067
Text Example
Text Example
White with #C00067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00067; }
p { color: rgb(192,0,103); }
H1.HeaderClassName
{
color: #C00067;
}
.AnyTagClassName
{
color: #C00067;
}
</style>
background-color css
<style>
a { background-color: #C00067; }
a { background-color: rgb(192,0,103); }
div.DivClassName
{
background-color: #C00067;
}
.BgClassName
{
background-color: #C00067;
}
</style>
border-color css
<style>
span { border-color: #C00067; }
span { border-color: rgb(192,0,103); }
td.TdClassName
{
border-color: #C00067;
}
.TagClassName
{
border-color: #C00067;
}
</style>