Shades of Jazzberry Jam #C10269
Tints of Jazzberry Jam #C10269
RGB
CMYK
RGB Variations
Color information
#C10269 (or 0xC10269) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 69. RGB value is (193,2,105). Sum of RGB (Red+Green+Blue) = 193+2+105=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C10269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10269 is #3EFD96. Grayscale: #464646. Windows color (decimal): -4128151 or 6881985. OLE color: 6881985.
HSL color Cylindrical-coordinate representation of color #C10269: hue angle of 327.64º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10269 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.24 |
| HSL | 327.64º | 0.98% | 0.38% | - |
| HSV(B) | 327.64º | 0.99% | 0.76% | - |
| XYZ | 24.56 | 12.4 | 14.46 | - |
| YUV | 70.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 2 | 105 | 0 | 0.99 | 0.46 | 0.24 | 327.64 | 0.98 | 0.38 |
| Hex | C1 | 2 | 69 | 0 | 63 | 2E | 18 | 148 | 62 | 26 |
| Octal | 301 | 2 | 151 | 0 | 143 | 56 | 30 | 510 | 142 | 46 |
| Binary | 11000001 | 10 | 1101001 | 0 | 1100011 | 101110 | 11000 | 101001000 | 1100010 | 100110 |
Color Harmonies of #C10269
Complementary color
Monochromatic Colors of #C10269
Black with #C10269
Text Example
Text Example
White with #C10269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10269; }
p { color: rgb(193,2,105); }
H1.HeaderClassName
{
color: #C10269;
}
.AnyTagClassName
{
color: #C10269;
}
</style>
background-color css
<style>
a { background-color: #C10269; }
a { background-color: rgb(193,2,105); }
div.DivClassName
{
background-color: #C10269;
}
.BgClassName
{
background-color: #C10269;
}
</style>
border-color css
<style>
span { border-color: #C10269; }
span { border-color: rgb(193,2,105); }
td.TdClassName
{
border-color: #C10269;
}
.TagClassName
{
border-color: #C10269;
}
</style>