Shades of Mulberry #C6558B
Tints of Mulberry #C6558B
RGB
CMYK
RGB Variations
Color information
#C6558B (or 0xC6558B) is known color: Mulberry. HEX triplet: C6, 55 and 8B. RGB value is (198,85,139). Sum of RGB (Red+Green+Blue) = 198+85+139=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6558B is #39AA74. Grayscale: #7C7C7C. Windows color (decimal): -3779189 or 9131462. OLE color: 9131462.
HSL color Cylindrical-coordinate representation of color #C6558B: hue angle of 331.33º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6558B is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 139 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.22 |
| HSL | 331.33º | 0.5% | 0.55% | - |
| HSV(B) | 331.33º | 0.57% | 0.78% | - |
| XYZ | 31.2 | 20.37 | 26.71 | - |
| YUV | 124.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 139 | 0 | 0.57 | 0.30 | 0.22 | 331.33 | 0.5 | 0.55 |
| Hex | C6 | 55 | 8B | 0 | 39 | 1E | 16 | 14B | 32 | 37 |
| Octal | 306 | 125 | 213 | 0 | 71 | 36 | 26 | 513 | 62 | 67 |
| Binary | 11000110 | 1010101 | 10001011 | 0 | 111001 | 11110 | 10110 | 101001011 | 110010 | 110111 |
Color Harmonies of #C6558B
Complementary color
Monochromatic Colors of #C6558B
Black with #C6558B
Text Example
Text Example
White with #C6558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6558B; }
p { color: rgb(198,85,139); }
H1.HeaderClassName
{
color: #C6558B;
}
.AnyTagClassName
{
color: #C6558B;
}
</style>
background-color css
<style>
a { background-color: #C6558B; }
a { background-color: rgb(198,85,139); }
div.DivClassName
{
background-color: #C6558B;
}
.BgClassName
{
background-color: #C6558B;
}
</style>
border-color css
<style>
span { border-color: #C6558B; }
span { border-color: rgb(198,85,139); }
td.TdClassName
{
border-color: #C6558B;
}
.TagClassName
{
border-color: #C6558B;
}
</style>