Shades of Mulberry #CB459A
Tints of Mulberry #CB459A
RGB
CMYK
RGB Variations
Color information
#CB459A (or 0xCB459A) is known color: Mulberry. HEX triplet: CB, 45 and 9A. RGB value is (203,69,154). Sum of RGB (Red+Green+Blue) = 203+69+154=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB459A is #34BA65. Grayscale: #767676. Windows color (decimal): -3455590 or 10110411. OLE color: 10110411.
HSL color Cylindrical-coordinate representation of color #CB459A: hue angle of 321.94º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB459A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 154 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.20 |
| HSL | 321.94º | 0.56% | 0.53% | - |
| HSV(B) | 321.94º | 0.66% | 0.8% | - |
| XYZ | 32.59 | 19.29 | 32.58 | - |
| YUV | 118.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 154 | 0 | 0.66 | 0.24 | 0.20 | 321.94 | 0.56 | 0.53 |
| Hex | CB | 45 | 9A | 0 | 42 | 18 | 14 | 142 | 38 | 35 |
| Octal | 313 | 105 | 232 | 0 | 102 | 30 | 24 | 502 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10011010 | 0 | 1000010 | 11000 | 10100 | 101000010 | 111000 | 110101 |
Color Harmonies of #CB459A
Complementary color
Monochromatic Colors of #CB459A
Black with #CB459A
Text Example
Text Example
White with #CB459A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB459A; }
p { color: rgb(203,69,154); }
H1.HeaderClassName
{
color: #CB459A;
}
.AnyTagClassName
{
color: #CB459A;
}
</style>
background-color css
<style>
a { background-color: #CB459A; }
a { background-color: rgb(203,69,154); }
div.DivClassName
{
background-color: #CB459A;
}
.BgClassName
{
background-color: #CB459A;
}
</style>
border-color css
<style>
span { border-color: #CB459A; }
span { border-color: rgb(203,69,154); }
td.TdClassName
{
border-color: #CB459A;
}
.TagClassName
{
border-color: #CB459A;
}
</style>