Shades of Mulberry #CB4B8C
Tints of Mulberry #CB4B8C
RGB
CMYK
RGB Variations
Color information
#CB4B8C (or 0xCB4B8C) is known color: Mulberry. HEX triplet: CB, 4B and 8C. RGB value is (203,75,140). Sum of RGB (Red+Green+Blue) = 203+75+140=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B8C is #34B473. Grayscale: #787878. Windows color (decimal): -3454068 or 9194443. OLE color: 9194443.
HSL color Cylindrical-coordinate representation of color #CB4B8C: hue angle of 329.53º 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 #CB4B8C is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 140 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.20 |
| HSL | 329.53º | 0.55% | 0.55% | - |
| HSV(B) | 329.53º | 0.63% | 0.8% | - |
| XYZ | 31.88 | 19.62 | 26.92 | - |
| YUV | 120.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 140 | 0 | 0.63 | 0.31 | 0.20 | 329.53 | 0.55 | 0.55 |
| Hex | CB | 4B | 8C | 0 | 3F | 1F | 14 | 14A | 37 | 37 |
| Octal | 313 | 113 | 214 | 0 | 77 | 37 | 24 | 512 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10001100 | 0 | 111111 | 11111 | 10100 | 101001010 | 110111 | 110111 |
Color Harmonies of #CB4B8C
Complementary color
Monochromatic Colors of #CB4B8C
Black with #CB4B8C
Text Example
Text Example
White with #CB4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B8C; }
p { color: rgb(203,75,140); }
H1.HeaderClassName
{
color: #CB4B8C;
}
.AnyTagClassName
{
color: #CB4B8C;
}
</style>
background-color css
<style>
a { background-color: #CB4B8C; }
a { background-color: rgb(203,75,140); }
div.DivClassName
{
background-color: #CB4B8C;
}
.BgClassName
{
background-color: #CB4B8C;
}
</style>
border-color css
<style>
span { border-color: #CB4B8C; }
span { border-color: rgb(203,75,140); }
td.TdClassName
{
border-color: #CB4B8C;
}
.TagClassName
{
border-color: #CB4B8C;
}
</style>