Shades of Mulberry #CB477E
Tints of Mulberry #CB477E
RGB
CMYK
RGB Variations
Color information
#CB477E (or 0xCB477E) is known color: Mulberry. HEX triplet: CB, 47 and 7E. RGB value is (203,71,126). Sum of RGB (Red+Green+Blue) = 203+71+126=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB477E is #34B881. Grayscale: #747474. Windows color (decimal): -3455106 or 8275915. OLE color: 8275915.
HSL color Cylindrical-coordinate representation of color #CB477E: hue angle of 335º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB477E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 126 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.20 |
| HSL | 335º | 0.56% | 0.54% | - |
| HSV(B) | 335º | 0.65% | 0.8% | - |
| XYZ | 30.65 | 18.71 | 21.73 | - |
| YUV | 116.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 126 | 0 | 0.65 | 0.38 | 0.20 | 335 | 0.56 | 0.54 |
| Hex | CB | 47 | 7E | 0 | 41 | 26 | 14 | 14F | 38 | 36 |
| Octal | 313 | 107 | 176 | 0 | 101 | 46 | 24 | 517 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1111110 | 0 | 1000001 | 100110 | 10100 | 101001111 | 111000 | 110110 |
Color Harmonies of #CB477E
Complementary color
Monochromatic Colors of #CB477E
Black with #CB477E
Text Example
Text Example
White with #CB477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB477E; }
p { color: rgb(203,71,126); }
H1.HeaderClassName
{
color: #CB477E;
}
.AnyTagClassName
{
color: #CB477E;
}
</style>
background-color css
<style>
a { background-color: #CB477E; }
a { background-color: rgb(203,71,126); }
div.DivClassName
{
background-color: #CB477E;
}
.BgClassName
{
background-color: #CB477E;
}
</style>
border-color css
<style>
span { border-color: #CB477E; }
span { border-color: rgb(203,71,126); }
td.TdClassName
{
border-color: #CB477E;
}
.TagClassName
{
border-color: #CB477E;
}
</style>