Shades of Mulberry #CB468D
Tints of Mulberry #CB468D
RGB
CMYK
RGB Variations
Color information
#CB468D (or 0xCB468D) is known color: Mulberry. HEX triplet: CB, 46 and 8D. RGB value is (203,70,141). Sum of RGB (Red+Green+Blue) = 203+70+141=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB468D is #34B972. Grayscale: #757575. Windows color (decimal): -3455347 or 9258699. OLE color: 9258699.
HSL color Cylindrical-coordinate representation of color #CB468D: hue angle of 327.97º degrees, saturation: 0.56, 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 #CB468D is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 141 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.20 |
| HSL | 327.97º | 0.56% | 0.54% | - |
| HSV(B) | 327.97º | 0.66% | 0.8% | - |
| XYZ | 31.63 | 19 | 27.2 | - |
| YUV | 117.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 141 | 0 | 0.66 | 0.31 | 0.20 | 327.97 | 0.56 | 0.54 |
| Hex | CB | 46 | 8D | 0 | 42 | 1F | 14 | 148 | 38 | 36 |
| Octal | 313 | 106 | 215 | 0 | 102 | 37 | 24 | 510 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10001101 | 0 | 1000010 | 11111 | 10100 | 101001000 | 111000 | 110110 |
Color Harmonies of #CB468D
Complementary color
Monochromatic Colors of #CB468D
Black with #CB468D
Text Example
Text Example
White with #CB468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB468D; }
p { color: rgb(203,70,141); }
H1.HeaderClassName
{
color: #CB468D;
}
.AnyTagClassName
{
color: #CB468D;
}
</style>
background-color css
<style>
a { background-color: #CB468D; }
a { background-color: rgb(203,70,141); }
div.DivClassName
{
background-color: #CB468D;
}
.BgClassName
{
background-color: #CB468D;
}
</style>
border-color css
<style>
span { border-color: #CB468D; }
span { border-color: rgb(203,70,141); }
td.TdClassName
{
border-color: #CB468D;
}
.TagClassName
{
border-color: #CB468D;
}
</style>