Shades of Mulberry #C6529C
Tints of Mulberry #C6529C
RGB
CMYK
RGB Variations
Color information
#C6529C (or 0xC6529C) is known color: Mulberry. HEX triplet: C6, 52 and 9C. RGB value is (198,82,156). Sum of RGB (Red+Green+Blue) = 198+82+156=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6529C is #39AD63. Grayscale: #7C7C7C. Windows color (decimal): -3779940 or 10244806. OLE color: 10244806.
HSL color Cylindrical-coordinate representation of color #C6529C: hue angle of 321.72º 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 #C6529C is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 156 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.22 |
| HSL | 321.72º | 0.5% | 0.55% | - |
| HSV(B) | 321.72º | 0.59% | 0.78% | - |
| XYZ | 32.31 | 20.44 | 33.7 | - |
| YUV | 125.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 156 | 0 | 0.59 | 0.21 | 0.22 | 321.72 | 0.5 | 0.55 |
| Hex | C6 | 52 | 9C | 0 | 3B | 15 | 16 | 142 | 32 | 37 |
| Octal | 306 | 122 | 234 | 0 | 73 | 25 | 26 | 502 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10011100 | 0 | 111011 | 10101 | 10110 | 101000010 | 110010 | 110111 |
Color Harmonies of #C6529C
Complementary color
Monochromatic Colors of #C6529C
Black with #C6529C
Text Example
Text Example
White with #C6529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6529C; }
p { color: rgb(198,82,156); }
H1.HeaderClassName
{
color: #C6529C;
}
.AnyTagClassName
{
color: #C6529C;
}
</style>
background-color css
<style>
a { background-color: #C6529C; }
a { background-color: rgb(198,82,156); }
div.DivClassName
{
background-color: #C6529C;
}
.BgClassName
{
background-color: #C6529C;
}
</style>
border-color css
<style>
span { border-color: #C6529C; }
span { border-color: rgb(198,82,156); }
td.TdClassName
{
border-color: #C6529C;
}
.TagClassName
{
border-color: #C6529C;
}
</style>