Shades of Mulberry #CB449B
Tints of Mulberry #CB449B
RGB
CMYK
RGB Variations
Color information
#CB449B (or 0xCB449B) is known color: Mulberry. HEX triplet: CB, 44 and 9B. RGB value is (203,68,155). Sum of RGB (Red+Green+Blue) = 203+68+155=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB449B is #34BB64. Grayscale: #767676. Windows color (decimal): -3455845 or 10175691. OLE color: 10175691.
HSL color Cylindrical-coordinate representation of color #CB449B: hue angle of 321.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB449B is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 155 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.20 |
| HSL | 321.33º | 0.56% | 0.53% | - |
| HSV(B) | 321.33º | 0.67% | 0.8% | - |
| XYZ | 32.61 | 19.2 | 33 | - |
| YUV | 118.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 155 | 0 | 0.67 | 0.24 | 0.20 | 321.33 | 0.56 | 0.53 |
| Hex | CB | 44 | 9B | 0 | 43 | 18 | 14 | 141 | 38 | 35 |
| Octal | 313 | 104 | 233 | 0 | 103 | 30 | 24 | 501 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10011011 | 0 | 1000011 | 11000 | 10100 | 101000001 | 111000 | 110101 |
Color Harmonies of #CB449B
Complementary color
Monochromatic Colors of #CB449B
Black with #CB449B
Text Example
Text Example
White with #CB449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB449B; }
p { color: rgb(203,68,155); }
H1.HeaderClassName
{
color: #CB449B;
}
.AnyTagClassName
{
color: #CB449B;
}
</style>
background-color css
<style>
a { background-color: #CB449B; }
a { background-color: rgb(203,68,155); }
div.DivClassName
{
background-color: #CB449B;
}
.BgClassName
{
background-color: #CB449B;
}
</style>
border-color css
<style>
span { border-color: #CB449B; }
span { border-color: rgb(203,68,155); }
td.TdClassName
{
border-color: #CB449B;
}
.TagClassName
{
border-color: #CB449B;
}
</style>