Shades of Mulberry #CB4BA7
Tints of Mulberry #CB4BA7
RGB
CMYK
RGB Variations
Color information
#CB4BA7 (or 0xCB4BA7) is known color: Mulberry. HEX triplet: CB, 4B and A7. RGB value is (203,75,167). Sum of RGB (Red+Green+Blue) = 203+75+167=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BA7 is #34B458. Grayscale: #7B7B7B. Windows color (decimal): -3454041 or 10963915. OLE color: 10963915.
HSL color Cylindrical-coordinate representation of color #CB4BA7: hue angle of 316.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BA7 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 167 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.20 |
| HSL | 316.88º | 0.55% | 0.55% | - |
| HSV(B) | 316.88º | 0.63% | 0.8% | - |
| XYZ | 34.12 | 20.52 | 38.72 | - |
| YUV | 123.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 167 | 0 | 0.63 | 0.18 | 0.20 | 316.88 | 0.55 | 0.55 |
| Hex | CB | 4B | A7 | 0 | 3F | 12 | 14 | 13D | 37 | 37 |
| Octal | 313 | 113 | 247 | 0 | 77 | 22 | 24 | 475 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10100111 | 0 | 111111 | 10010 | 10100 | 100111101 | 110111 | 110111 |
Color Harmonies of #CB4BA7
Complementary color
Monochromatic Colors of #CB4BA7
Black with #CB4BA7
Text Example
Text Example
White with #CB4BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BA7; }
p { color: rgb(203,75,167); }
H1.HeaderClassName
{
color: #CB4BA7;
}
.AnyTagClassName
{
color: #CB4BA7;
}
</style>
background-color css
<style>
a { background-color: #CB4BA7; }
a { background-color: rgb(203,75,167); }
div.DivClassName
{
background-color: #CB4BA7;
}
.BgClassName
{
background-color: #CB4BA7;
}
</style>
border-color css
<style>
span { border-color: #CB4BA7; }
span { border-color: rgb(203,75,167); }
td.TdClassName
{
border-color: #CB4BA7;
}
.TagClassName
{
border-color: #CB4BA7;
}
</style>