Shades of Mulberry #C1568A
Tints of Mulberry #C1568A
RGB
CMYK
RGB Variations
Color information
#C1568A (or 0xC1568A) is known color: Mulberry. HEX triplet: C1, 56 and 8A. RGB value is (193,86,138). Sum of RGB (Red+Green+Blue) = 193+86+138=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1568A is #3EA975. Grayscale: #7B7B7B. Windows color (decimal): -4106614 or 9066177. OLE color: 9066177.
HSL color Cylindrical-coordinate representation of color #C1568A: hue angle of 330.84º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1568A is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 138 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.24 |
| HSL | 330.84º | 0.46% | 0.55% | - |
| HSV(B) | 330.84º | 0.55% | 0.76% | - |
| XYZ | 29.91 | 19.83 | 26.3 | - |
| YUV | 123.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 138 | 0 | 0.55 | 0.28 | 0.24 | 330.84 | 0.46 | 0.55 |
| Hex | C1 | 56 | 8A | 0 | 37 | 1C | 18 | 14B | 2E | 37 |
| Octal | 301 | 126 | 212 | 0 | 67 | 34 | 30 | 513 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10001010 | 0 | 110111 | 11100 | 11000 | 101001011 | 101110 | 110111 |
Color Harmonies of #C1568A
Complementary color
Monochromatic Colors of #C1568A
Black with #C1568A
Text Example
Text Example
White with #C1568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1568A; }
p { color: rgb(193,86,138); }
H1.HeaderClassName
{
color: #C1568A;
}
.AnyTagClassName
{
color: #C1568A;
}
</style>
background-color css
<style>
a { background-color: #C1568A; }
a { background-color: rgb(193,86,138); }
div.DivClassName
{
background-color: #C1568A;
}
.BgClassName
{
background-color: #C1568A;
}
</style>
border-color css
<style>
span { border-color: #C1568A; }
span { border-color: rgb(193,86,138); }
td.TdClassName
{
border-color: #C1568A;
}
.TagClassName
{
border-color: #C1568A;
}
</style>