Shades of Mulberry #CB529C
Tints of Mulberry #CB529C
RGB
CMYK
RGB Variations
Color information
#CB529C (or 0xCB529C) is known color: Mulberry. HEX triplet: CB, 52 and 9C. RGB value is (203,82,156). Sum of RGB (Red+Green+Blue) = 203+82+156=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB529C is #34AD63. Grayscale: #7E7E7E. Windows color (decimal): -3452260 or 10244811. OLE color: 10244811.
HSL color Cylindrical-coordinate representation of color #CB529C: hue angle of 323.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB529C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 156 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.20 |
| HSL | 323.31º | 0.54% | 0.56% | - |
| HSV(B) | 323.31º | 0.6% | 0.8% | - |
| XYZ | 33.65 | 21.13 | 33.76 | - |
| YUV | 126.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 156 | 0 | 0.60 | 0.23 | 0.20 | 323.31 | 0.54 | 0.56 |
| Hex | CB | 52 | 9C | 0 | 3C | 17 | 14 | 143 | 36 | 38 |
| Octal | 313 | 122 | 234 | 0 | 74 | 27 | 24 | 503 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10011100 | 0 | 111100 | 10111 | 10100 | 101000011 | 110110 | 111000 |
Color Harmonies of #CB529C
Complementary color
Monochromatic Colors of #CB529C
Black with #CB529C
Text Example
Text Example
White with #CB529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB529C; }
p { color: rgb(203,82,156); }
H1.HeaderClassName
{
color: #CB529C;
}
.AnyTagClassName
{
color: #CB529C;
}
</style>
background-color css
<style>
a { background-color: #CB529C; }
a { background-color: rgb(203,82,156); }
div.DivClassName
{
background-color: #CB529C;
}
.BgClassName
{
background-color: #CB529C;
}
</style>
border-color css
<style>
span { border-color: #CB529C; }
span { border-color: rgb(203,82,156); }
td.TdClassName
{
border-color: #CB529C;
}
.TagClassName
{
border-color: #CB529C;
}
</style>