Shades of Mulberry #CB499C
Tints of Mulberry #CB499C
RGB
CMYK
RGB Variations
Color information
#CB499C (or 0xCB499C) is known color: Mulberry. HEX triplet: CB, 49 and 9C. RGB value is (203,73,156). Sum of RGB (Red+Green+Blue) = 203+73+156=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB499C is #34B663. Grayscale: #797979. Windows color (decimal): -3454564 or 10242507. OLE color: 10242507.
HSL color Cylindrical-coordinate representation of color #CB499C: hue angle of 321.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB499C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 156 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.20 |
| HSL | 321.69º | 0.56% | 0.54% | - |
| HSV(B) | 321.69º | 0.64% | 0.8% | - |
| XYZ | 33.01 | 19.86 | 33.55 | - |
| YUV | 121.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 156 | 0 | 0.64 | 0.23 | 0.20 | 321.69 | 0.56 | 0.54 |
| Hex | CB | 49 | 9C | 0 | 40 | 17 | 14 | 142 | 38 | 36 |
| Octal | 313 | 111 | 234 | 0 | 100 | 27 | 24 | 502 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10011100 | 0 | 1000000 | 10111 | 10100 | 101000010 | 111000 | 110110 |
Color Harmonies of #CB499C
Complementary color
Monochromatic Colors of #CB499C
Black with #CB499C
Text Example
Text Example
White with #CB499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB499C; }
p { color: rgb(203,73,156); }
H1.HeaderClassName
{
color: #CB499C;
}
.AnyTagClassName
{
color: #CB499C;
}
</style>
background-color css
<style>
a { background-color: #CB499C; }
a { background-color: rgb(203,73,156); }
div.DivClassName
{
background-color: #CB499C;
}
.BgClassName
{
background-color: #CB499C;
}
</style>
border-color css
<style>
span { border-color: #CB499C; }
span { border-color: rgb(203,73,156); }
td.TdClassName
{
border-color: #CB499C;
}
.TagClassName
{
border-color: #CB499C;
}
</style>