Shades of Mulberry #C6528F
Tints of Mulberry #C6528F
RGB
CMYK
RGB Variations
Color information
#C6528F (or 0xC6528F) is known color: Mulberry. HEX triplet: C6, 52 and 8F. RGB value is (198,82,143). Sum of RGB (Red+Green+Blue) = 198+82+143=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6528F is #39AD70. Grayscale: #7B7B7B. Windows color (decimal): -3779953 or 9392838. OLE color: 9392838.
HSL color Cylindrical-coordinate representation of color #C6528F: hue angle of 328.45º 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 #C6528F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 143 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.22 |
| HSL | 328.45º | 0.5% | 0.55% | - |
| HSV(B) | 328.45º | 0.59% | 0.78% | - |
| XYZ | 31.26 | 20.02 | 28.2 | - |
| YUV | 123.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 143 | 0 | 0.59 | 0.28 | 0.22 | 328.45 | 0.5 | 0.55 |
| Hex | C6 | 52 | 8F | 0 | 3B | 1C | 16 | 148 | 32 | 37 |
| Octal | 306 | 122 | 217 | 0 | 73 | 34 | 26 | 510 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10001111 | 0 | 111011 | 11100 | 10110 | 101001000 | 110010 | 110111 |
Color Harmonies of #C6528F
Complementary color
Monochromatic Colors of #C6528F
Black with #C6528F
Text Example
Text Example
White with #C6528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6528F; }
p { color: rgb(198,82,143); }
H1.HeaderClassName
{
color: #C6528F;
}
.AnyTagClassName
{
color: #C6528F;
}
</style>
background-color css
<style>
a { background-color: #C6528F; }
a { background-color: rgb(198,82,143); }
div.DivClassName
{
background-color: #C6528F;
}
.BgClassName
{
background-color: #C6528F;
}
</style>
border-color css
<style>
span { border-color: #C6528F; }
span { border-color: rgb(198,82,143); }
td.TdClassName
{
border-color: #C6528F;
}
.TagClassName
{
border-color: #C6528F;
}
</style>