Shades of Mulberry #C6528B
Tints of Mulberry #C6528B
RGB
CMYK
RGB Variations
Color information
#C6528B (or 0xC6528B) is known color: Mulberry. HEX triplet: C6, 52 and 8B. RGB value is (198,82,139). Sum of RGB (Red+Green+Blue) = 198+82+139=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6528B is #39AD74. Grayscale: #7B7B7B. Windows color (decimal): -3779957 or 9130694. OLE color: 9130694.
HSL color Cylindrical-coordinate representation of color #C6528B: hue angle of 330.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6528B is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 139 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.22 |
| HSL | 330.52º | 0.5% | 0.55% | - |
| HSV(B) | 330.52º | 0.59% | 0.78% | - |
| XYZ | 30.97 | 19.9 | 26.64 | - |
| YUV | 123.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 139 | 0 | 0.59 | 0.30 | 0.22 | 330.52 | 0.5 | 0.55 |
| Hex | C6 | 52 | 8B | 0 | 3B | 1E | 16 | 14B | 32 | 37 |
| Octal | 306 | 122 | 213 | 0 | 73 | 36 | 26 | 513 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10001011 | 0 | 111011 | 11110 | 10110 | 101001011 | 110010 | 110111 |
Color Harmonies of #C6528B
Complementary color
Monochromatic Colors of #C6528B
Black with #C6528B
Text Example
Text Example
White with #C6528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6528B; }
p { color: rgb(198,82,139); }
H1.HeaderClassName
{
color: #C6528B;
}
.AnyTagClassName
{
color: #C6528B;
}
</style>
background-color css
<style>
a { background-color: #C6528B; }
a { background-color: rgb(198,82,139); }
div.DivClassName
{
background-color: #C6528B;
}
.BgClassName
{
background-color: #C6528B;
}
</style>
border-color css
<style>
span { border-color: #C6528B; }
span { border-color: rgb(198,82,139); }
td.TdClassName
{
border-color: #C6528B;
}
.TagClassName
{
border-color: #C6528B;
}
</style>