Shades of Mulberry #C9528B
Tints of Mulberry #C9528B
RGB
CMYK
RGB Variations
Color information
#C9528B (or 0xC9528B) is known color: Mulberry. HEX triplet: C9, 52 and 8B. RGB value is (201,82,139). Sum of RGB (Red+Green+Blue) = 201+82+139=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9528B is #36AD74. Grayscale: #7B7B7B. Windows color (decimal): -3583349 or 9130697. OLE color: 9130697.
HSL color Cylindrical-coordinate representation of color #C9528B: hue angle of 331.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9528B is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 139 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.21 |
| HSL | 331.26º | 0.52% | 0.55% | - |
| HSV(B) | 331.26º | 0.59% | 0.79% | - |
| XYZ | 31.76 | 20.32 | 26.67 | - |
| YUV | 124.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 139 | 0 | 0.59 | 0.31 | 0.21 | 331.26 | 0.52 | 0.55 |
| Hex | C9 | 52 | 8B | 0 | 3B | 1F | 15 | 14B | 34 | 37 |
| Octal | 311 | 122 | 213 | 0 | 73 | 37 | 25 | 513 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10001011 | 0 | 111011 | 11111 | 10101 | 101001011 | 110100 | 110111 |
Color Harmonies of #C9528B
Complementary color
Monochromatic Colors of #C9528B
Black with #C9528B
Text Example
Text Example
White with #C9528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9528B; }
p { color: rgb(201,82,139); }
H1.HeaderClassName
{
color: #C9528B;
}
.AnyTagClassName
{
color: #C9528B;
}
</style>
background-color css
<style>
a { background-color: #C9528B; }
a { background-color: rgb(201,82,139); }
div.DivClassName
{
background-color: #C9528B;
}
.BgClassName
{
background-color: #C9528B;
}
</style>
border-color css
<style>
span { border-color: #C9528B; }
span { border-color: rgb(201,82,139); }
td.TdClassName
{
border-color: #C9528B;
}
.TagClassName
{
border-color: #C9528B;
}
</style>