Shades of Mulberry #CD49A6
Tints of Mulberry #CD49A6
RGB
CMYK
RGB Variations
Color information
#CD49A6 (or 0xCD49A6) is known color: Mulberry. HEX triplet: CD, 49 and A6. RGB value is (205,73,166). Sum of RGB (Red+Green+Blue) = 205+73+166=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD49A6 is #32B659. Grayscale: #7A7A7A. Windows color (decimal): -3323482 or 10897869. OLE color: 10897869.
HSL color Cylindrical-coordinate representation of color #CD49A6: hue angle of 317.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49A6 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 166 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.20 |
| HSL | 317.73º | 0.57% | 0.55% | - |
| HSV(B) | 317.73º | 0.64% | 0.8% | - |
| XYZ | 34.44 | 20.5 | 38.22 | - |
| YUV | 123.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 166 | 0 | 0.64 | 0.19 | 0.20 | 317.73 | 0.57 | 0.55 |
| Hex | CD | 49 | A6 | 0 | 40 | 13 | 14 | 13E | 39 | 37 |
| Octal | 315 | 111 | 246 | 0 | 100 | 23 | 24 | 476 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10100110 | 0 | 1000000 | 10011 | 10100 | 100111110 | 111001 | 110111 |
Color Harmonies of #CD49A6
Complementary color
Monochromatic Colors of #CD49A6
Black with #CD49A6
Text Example
Text Example
White with #CD49A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49A6; }
p { color: rgb(205,73,166); }
H1.HeaderClassName
{
color: #CD49A6;
}
.AnyTagClassName
{
color: #CD49A6;
}
</style>
background-color css
<style>
a { background-color: #CD49A6; }
a { background-color: rgb(205,73,166); }
div.DivClassName
{
background-color: #CD49A6;
}
.BgClassName
{
background-color: #CD49A6;
}
</style>
border-color css
<style>
span { border-color: #CD49A6; }
span { border-color: rgb(205,73,166); }
td.TdClassName
{
border-color: #CD49A6;
}
.TagClassName
{
border-color: #CD49A6;
}
</style>