Shades of Mulberry #CD468C
Tints of Mulberry #CD468C
RGB
CMYK
RGB Variations
Color information
#CD468C (or 0xCD468C) is known color: Mulberry. HEX triplet: CD, 46 and 8C. RGB value is (205,70,140). Sum of RGB (Red+Green+Blue) = 205+70+140=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD468C is #32B973. Grayscale: #767676. Windows color (decimal): -3324276 or 9193165. OLE color: 9193165.
HSL color Cylindrical-coordinate representation of color #CD468C: hue angle of 328.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD468C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 140 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.20 |
| HSL | 328.89º | 0.57% | 0.54% | - |
| HSV(B) | 328.89º | 0.66% | 0.8% | - |
| XYZ | 32.1 | 19.25 | 26.84 | - |
| YUV | 118.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 140 | 0 | 0.66 | 0.32 | 0.20 | 328.89 | 0.57 | 0.54 |
| Hex | CD | 46 | 8C | 0 | 42 | 20 | 14 | 149 | 39 | 36 |
| Octal | 315 | 106 | 214 | 0 | 102 | 40 | 24 | 511 | 71 | 66 |
| Binary | 11001101 | 1000110 | 10001100 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111001 | 110110 |
Color Harmonies of #CD468C
Complementary color
Monochromatic Colors of #CD468C
Black with #CD468C
Text Example
Text Example
White with #CD468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD468C; }
p { color: rgb(205,70,140); }
H1.HeaderClassName
{
color: #CD468C;
}
.AnyTagClassName
{
color: #CD468C;
}
</style>
background-color css
<style>
a { background-color: #CD468C; }
a { background-color: rgb(205,70,140); }
div.DivClassName
{
background-color: #CD468C;
}
.BgClassName
{
background-color: #CD468C;
}
</style>
border-color css
<style>
span { border-color: #CD468C; }
span { border-color: rgb(205,70,140); }
td.TdClassName
{
border-color: #CD468C;
}
.TagClassName
{
border-color: #CD468C;
}
</style>