Shades of Mulberry #C1558A
Tints of Mulberry #C1558A
RGB
CMYK
RGB Variations
Color information
#C1558A (or 0xC1558A) is known color: Mulberry. HEX triplet: C1, 55 and 8A. RGB value is (193,85,138). Sum of RGB (Red+Green+Blue) = 193+85+138=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1558A is #3EAA75. Grayscale: #7B7B7B. Windows color (decimal): -4106870 or 9065921. OLE color: 9065921.
HSL color Cylindrical-coordinate representation of color #C1558A: hue angle of 330.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1558A is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 138 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.24 |
| HSL | 330.56º | 0.47% | 0.55% | - |
| HSV(B) | 330.56º | 0.56% | 0.76% | - |
| XYZ | 29.83 | 19.67 | 26.27 | - |
| YUV | 123.33 | 136.28 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 138 | 0 | 0.56 | 0.28 | 0.24 | 330.56 | 0.47 | 0.55 |
| Hex | C1 | 55 | 8A | 0 | 38 | 1C | 18 | 14B | 2F | 37 |
| Octal | 301 | 125 | 212 | 0 | 70 | 34 | 30 | 513 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10001010 | 0 | 111000 | 11100 | 11000 | 101001011 | 101111 | 110111 |
Color Harmonies of #C1558A
Complementary color
Monochromatic Colors of #C1558A
Black with #C1558A
Text Example
Text Example
White with #C1558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1558A; }
p { color: rgb(193,85,138); }
H1.HeaderClassName
{
color: #C1558A;
}
.AnyTagClassName
{
color: #C1558A;
}
</style>
background-color css
<style>
a { background-color: #C1558A; }
a { background-color: rgb(193,85,138); }
div.DivClassName
{
background-color: #C1558A;
}
.BgClassName
{
background-color: #C1558A;
}
</style>
border-color css
<style>
span { border-color: #C1558A; }
span { border-color: rgb(193,85,138); }
td.TdClassName
{
border-color: #C1558A;
}
.TagClassName
{
border-color: #C1558A;
}
</style>