Shades of Mulberry #CB459B
Tints of Mulberry #CB459B
RGB
CMYK
RGB Variations
Color information
#CB459B (or 0xCB459B) is known color: Mulberry. HEX triplet: CB, 45 and 9B. RGB value is (203,69,155). Sum of RGB (Red+Green+Blue) = 203+69+155=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB459B is #34BA64. Grayscale: #767676. Windows color (decimal): -3455589 or 10175947. OLE color: 10175947.
HSL color Cylindrical-coordinate representation of color #CB459B: hue angle of 321.49º 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 #CB459B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 155 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.20 |
| HSL | 321.49º | 0.56% | 0.53% | - |
| HSV(B) | 321.49º | 0.66% | 0.8% | - |
| XYZ | 32.67 | 19.32 | 33.02 | - |
| YUV | 118.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 155 | 0 | 0.66 | 0.24 | 0.20 | 321.49 | 0.56 | 0.53 |
| Hex | CB | 45 | 9B | 0 | 42 | 18 | 14 | 141 | 38 | 35 |
| Octal | 313 | 105 | 233 | 0 | 102 | 30 | 24 | 501 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10011011 | 0 | 1000010 | 11000 | 10100 | 101000001 | 111000 | 110101 |
Color Harmonies of #CB459B
Complementary color
Monochromatic Colors of #CB459B
Black with #CB459B
Text Example
Text Example
White with #CB459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB459B; }
p { color: rgb(203,69,155); }
H1.HeaderClassName
{
color: #CB459B;
}
.AnyTagClassName
{
color: #CB459B;
}
</style>
background-color css
<style>
a { background-color: #CB459B; }
a { background-color: rgb(203,69,155); }
div.DivClassName
{
background-color: #CB459B;
}
.BgClassName
{
background-color: #CB459B;
}
</style>
border-color css
<style>
span { border-color: #CB459B; }
span { border-color: rgb(203,69,155); }
td.TdClassName
{
border-color: #CB459B;
}
.TagClassName
{
border-color: #CB459B;
}
</style>