Shades of Mulberry #CD4A96
Tints of Mulberry #CD4A96
RGB
CMYK
RGB Variations
Color information
#CD4A96 (or 0xCD4A96) is known color: Mulberry. HEX triplet: CD, 4A and 96. RGB value is (205,74,150). Sum of RGB (Red+Green+Blue) = 205+74+150=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4A96 is #32B569. Grayscale: #797979. Windows color (decimal): -3323242 or 9849549. OLE color: 9849549.
HSL color Cylindrical-coordinate representation of color #CD4A96: hue angle of 325.19º 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 #CD4A96 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 150 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.20 |
| HSL | 325.19º | 0.57% | 0.55% | - |
| HSV(B) | 325.19º | 0.64% | 0.8% | - |
| XYZ | 33.13 | 20.08 | 30.98 | - |
| YUV | 121.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 150 | 0 | 0.64 | 0.27 | 0.20 | 325.19 | 0.57 | 0.55 |
| Hex | CD | 4A | 96 | 0 | 40 | 1B | 14 | 145 | 39 | 37 |
| Octal | 315 | 112 | 226 | 0 | 100 | 33 | 24 | 505 | 71 | 67 |
| Binary | 11001101 | 1001010 | 10010110 | 0 | 1000000 | 11011 | 10100 | 101000101 | 111001 | 110111 |
Color Harmonies of #CD4A96
Complementary color
Monochromatic Colors of #CD4A96
Black with #CD4A96
Text Example
Text Example
White with #CD4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A96; }
p { color: rgb(205,74,150); }
H1.HeaderClassName
{
color: #CD4A96;
}
.AnyTagClassName
{
color: #CD4A96;
}
</style>
background-color css
<style>
a { background-color: #CD4A96; }
a { background-color: rgb(205,74,150); }
div.DivClassName
{
background-color: #CD4A96;
}
.BgClassName
{
background-color: #CD4A96;
}
</style>
border-color css
<style>
span { border-color: #CD4A96; }
span { border-color: rgb(205,74,150); }
td.TdClassName
{
border-color: #CD4A96;
}
.TagClassName
{
border-color: #CD4A96;
}
</style>