Shades of Jazzberry Jam #C30867
Tints of Jazzberry Jam #C30867
RGB
CMYK
RGB Variations
Color information
#C30867 (or 0xC30867) is known color: Jazzberry Jam. HEX triplet: C3, 08 and 67. RGB value is (195,8,103). Sum of RGB (Red+Green+Blue) = 195+8+103=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30867 is #3CF798. Grayscale: #4A4A4A. Windows color (decimal): -3995545 or 6752451. OLE color: 6752451.
HSL color Cylindrical-coordinate representation of color #C30867: hue angle of 329.52º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30867 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.24 |
| HSL | 329.52º | 0.92% | 0.4% | - |
| HSV(B) | 329.52º | 0.96% | 0.76% | - |
| XYZ | 25.04 | 12.76 | 13.97 | - |
| YUV | 74.74 | 143.95 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 103 | 0 | 0.96 | 0.47 | 0.24 | 329.52 | 0.92 | 0.4 |
| Hex | C3 | 8 | 67 | 0 | 60 | 2F | 18 | 14A | 5C | 28 |
| Octal | 303 | 10 | 147 | 0 | 140 | 57 | 30 | 512 | 134 | 50 |
| Binary | 11000011 | 1000 | 1100111 | 0 | 1100000 | 101111 | 11000 | 101001010 | 1011100 | 101000 |
Color Harmonies of #C30867
Complementary color
Monochromatic Colors of #C30867
Black with #C30867
Text Example
Text Example
White with #C30867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30867; }
p { color: rgb(195,8,103); }
H1.HeaderClassName
{
color: #C30867;
}
.AnyTagClassName
{
color: #C30867;
}
</style>
background-color css
<style>
a { background-color: #C30867; }
a { background-color: rgb(195,8,103); }
div.DivClassName
{
background-color: #C30867;
}
.BgClassName
{
background-color: #C30867;
}
</style>
border-color css
<style>
span { border-color: #C30867; }
span { border-color: rgb(195,8,103); }
td.TdClassName
{
border-color: #C30867;
}
.TagClassName
{
border-color: #C30867;
}
</style>