Shades of Mulberry #CB449A
Tints of Mulberry #CB449A
RGB
CMYK
RGB Variations
Color information
#CB449A (or 0xCB449A) is known color: Mulberry. HEX triplet: CB, 44 and 9A. RGB value is (203,68,154). Sum of RGB (Red+Green+Blue) = 203+68+154=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB449A is #34BB65. Grayscale: #757575. Windows color (decimal): -3455846 or 10110155. OLE color: 10110155.
HSL color Cylindrical-coordinate representation of color #CB449A: hue angle of 321.78º 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 #CB449A is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 154 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.20 |
| HSL | 321.78º | 0.56% | 0.53% | - |
| HSV(B) | 321.78º | 0.67% | 0.8% | - |
| XYZ | 32.53 | 19.16 | 32.56 | - |
| YUV | 118.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 154 | 0 | 0.67 | 0.24 | 0.20 | 321.78 | 0.56 | 0.53 |
| Hex | CB | 44 | 9A | 0 | 43 | 18 | 14 | 142 | 38 | 35 |
| Octal | 313 | 104 | 232 | 0 | 103 | 30 | 24 | 502 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10011010 | 0 | 1000011 | 11000 | 10100 | 101000010 | 111000 | 110101 |
Color Harmonies of #CB449A
Complementary color
Monochromatic Colors of #CB449A
Black with #CB449A
Text Example
Text Example
White with #CB449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB449A; }
p { color: rgb(203,68,154); }
H1.HeaderClassName
{
color: #CB449A;
}
.AnyTagClassName
{
color: #CB449A;
}
</style>
background-color css
<style>
a { background-color: #CB449A; }
a { background-color: rgb(203,68,154); }
div.DivClassName
{
background-color: #CB449A;
}
.BgClassName
{
background-color: #CB449A;
}
</style>
border-color css
<style>
span { border-color: #CB449A; }
span { border-color: rgb(203,68,154); }
td.TdClassName
{
border-color: #CB449A;
}
.TagClassName
{
border-color: #CB449A;
}
</style>