Shades of Mulberry #C948A6
Tints of Mulberry #C948A6
RGB
CMYK
RGB Variations
Color information
#C948A6 (or 0xC948A6) is known color: Mulberry. HEX triplet: C9, 48 and A6. RGB value is (201,72,166). Sum of RGB (Red+Green+Blue) = 201+72+166=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C948A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948A6 is #36B759. Grayscale: #797979. Windows color (decimal): -3585882 or 10897609. OLE color: 10897609.
HSL color Cylindrical-coordinate representation of color #C948A6: hue angle of 316.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948A6 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 166 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.21 |
| HSL | 316.28º | 0.54% | 0.54% | - |
| HSV(B) | 316.28º | 0.64% | 0.79% | - |
| XYZ | 33.29 | 19.81 | 38.14 | - |
| YUV | 121.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 166 | 0 | 0.64 | 0.17 | 0.21 | 316.28 | 0.54 | 0.54 |
| Hex | C9 | 48 | A6 | 0 | 40 | 11 | 15 | 13C | 36 | 36 |
| Octal | 311 | 110 | 246 | 0 | 100 | 21 | 25 | 474 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10100110 | 0 | 1000000 | 10001 | 10101 | 100111100 | 110110 | 110110 |
Color Harmonies of #C948A6
Complementary color
Monochromatic Colors of #C948A6
Black with #C948A6
Text Example
Text Example
White with #C948A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948A6; }
p { color: rgb(201,72,166); }
H1.HeaderClassName
{
color: #C948A6;
}
.AnyTagClassName
{
color: #C948A6;
}
</style>
background-color css
<style>
a { background-color: #C948A6; }
a { background-color: rgb(201,72,166); }
div.DivClassName
{
background-color: #C948A6;
}
.BgClassName
{
background-color: #C948A6;
}
</style>
border-color css
<style>
span { border-color: #C948A6; }
span { border-color: rgb(201,72,166); }
td.TdClassName
{
border-color: #C948A6;
}
.TagClassName
{
border-color: #C948A6;
}
</style>