Shades of Mulberry #C6528C
Tints of Mulberry #C6528C
RGB
CMYK
RGB Variations
Color information
#C6528C (or 0xC6528C) is known color: Mulberry. HEX triplet: C6, 52 and 8C. RGB value is (198,82,140). Sum of RGB (Red+Green+Blue) = 198+82+140=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6528C is #39AD73. Grayscale: #7B7B7B. Windows color (decimal): -3779956 or 9196230. OLE color: 9196230.
HSL color Cylindrical-coordinate representation of color #C6528C: hue angle of 330º 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 #C6528C is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 140 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.22 |
| HSL | 330º | 0.5% | 0.55% | - |
| HSV(B) | 330º | 0.59% | 0.78% | - |
| XYZ | 31.04 | 19.93 | 27.02 | - |
| YUV | 123.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 140 | 0 | 0.59 | 0.29 | 0.22 | 330 | 0.5 | 0.55 |
| Hex | C6 | 52 | 8C | 0 | 3B | 1D | 16 | 14A | 32 | 37 |
| Octal | 306 | 122 | 214 | 0 | 73 | 35 | 26 | 512 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10001100 | 0 | 111011 | 11101 | 10110 | 101001010 | 110010 | 110111 |
Color Harmonies of #C6528C
Complementary color
Monochromatic Colors of #C6528C
Black with #C6528C
Text Example
Text Example
White with #C6528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6528C; }
p { color: rgb(198,82,140); }
H1.HeaderClassName
{
color: #C6528C;
}
.AnyTagClassName
{
color: #C6528C;
}
</style>
background-color css
<style>
a { background-color: #C6528C; }
a { background-color: rgb(198,82,140); }
div.DivClassName
{
background-color: #C6528C;
}
.BgClassName
{
background-color: #C6528C;
}
</style>
border-color css
<style>
span { border-color: #C6528C; }
span { border-color: rgb(198,82,140); }
td.TdClassName
{
border-color: #C6528C;
}
.TagClassName
{
border-color: #C6528C;
}
</style>