Shades of Mulberry #CB447B
Tints of Mulberry #CB447B
RGB
CMYK
RGB Variations
Color information
#CB447B (or 0xCB447B) is known color: Mulberry. HEX triplet: CB, 44 and 7B. RGB value is (203,68,123). Sum of RGB (Red+Green+Blue) = 203+68+123=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB447B is #34BB84. Grayscale: #727272. Windows color (decimal): -3455877 or 8078539. OLE color: 8078539.
HSL color Cylindrical-coordinate representation of color #CB447B: hue angle of 335.56º 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 #CB447B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 123 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.20 |
| HSL | 335.56º | 0.56% | 0.53% | - |
| HSV(B) | 335.56º | 0.67% | 0.8% | - |
| XYZ | 30.27 | 18.26 | 20.67 | - |
| YUV | 114.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 123 | 0 | 0.67 | 0.39 | 0.20 | 335.56 | 0.56 | 0.53 |
| Hex | CB | 44 | 7B | 0 | 43 | 27 | 14 | 150 | 38 | 35 |
| Octal | 313 | 104 | 173 | 0 | 103 | 47 | 24 | 520 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1111011 | 0 | 1000011 | 100111 | 10100 | 101010000 | 111000 | 110101 |
Color Harmonies of #CB447B
Complementary color
Monochromatic Colors of #CB447B
Black with #CB447B
Text Example
Text Example
White with #CB447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB447B; }
p { color: rgb(203,68,123); }
H1.HeaderClassName
{
color: #CB447B;
}
.AnyTagClassName
{
color: #CB447B;
}
</style>
background-color css
<style>
a { background-color: #CB447B; }
a { background-color: rgb(203,68,123); }
div.DivClassName
{
background-color: #CB447B;
}
.BgClassName
{
background-color: #CB447B;
}
</style>
border-color css
<style>
span { border-color: #CB447B; }
span { border-color: rgb(203,68,123); }
td.TdClassName
{
border-color: #CB447B;
}
.TagClassName
{
border-color: #CB447B;
}
</style>