Shades of Mulberry #CB46A2
Tints of Mulberry #CB46A2
RGB
CMYK
RGB Variations
Color information
#CB46A2 (or 0xCB46A2) is known color: Mulberry. HEX triplet: CB, 46 and A2. RGB value is (203,70,162). Sum of RGB (Red+Green+Blue) = 203+70+162=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A2 is #34B95D. Grayscale: #787878. Windows color (decimal): -3455326 or 10634955. OLE color: 10634955.
HSL color Cylindrical-coordinate representation of color #CB46A2: hue angle of 318.5º 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 #CB46A2 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 162 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.20 |
| HSL | 318.5º | 0.56% | 0.54% | - |
| HSV(B) | 318.5º | 0.66% | 0.8% | - |
| XYZ | 33.34 | 19.69 | 36.22 | - |
| YUV | 120.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 162 | 0 | 0.66 | 0.20 | 0.20 | 318.5 | 0.56 | 0.54 |
| Hex | CB | 46 | A2 | 0 | 42 | 14 | 14 | 13E | 38 | 36 |
| Octal | 313 | 106 | 242 | 0 | 102 | 24 | 24 | 476 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10100010 | 0 | 1000010 | 10100 | 10100 | 100111110 | 111000 | 110110 |
Color Harmonies of #CB46A2
Complementary color
Monochromatic Colors of #CB46A2
Black with #CB46A2
Text Example
Text Example
White with #CB46A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46A2; }
p { color: rgb(203,70,162); }
H1.HeaderClassName
{
color: #CB46A2;
}
.AnyTagClassName
{
color: #CB46A2;
}
</style>
background-color css
<style>
a { background-color: #CB46A2; }
a { background-color: rgb(203,70,162); }
div.DivClassName
{
background-color: #CB46A2;
}
.BgClassName
{
background-color: #CB46A2;
}
</style>
border-color css
<style>
span { border-color: #CB46A2; }
span { border-color: rgb(203,70,162); }
td.TdClassName
{
border-color: #CB46A2;
}
.TagClassName
{
border-color: #CB46A2;
}
</style>