Shades of Mulberry #C9528A
Tints of Mulberry #C9528A
RGB
CMYK
RGB Variations
Color information
#C9528A (or 0xC9528A) is known color: Mulberry. HEX triplet: C9, 52 and 8A. RGB value is (201,82,138). Sum of RGB (Red+Green+Blue) = 201+82+138=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9528A is #36AD75. Grayscale: #7B7B7B. Windows color (decimal): -3583350 or 9065161. OLE color: 9065161.
HSL color Cylindrical-coordinate representation of color #C9528A: hue angle of 331.76º 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 #C9528A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 138 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.21 |
| HSL | 331.76º | 0.52% | 0.55% | - |
| HSV(B) | 331.76º | 0.59% | 0.79% | - |
| XYZ | 31.69 | 20.29 | 26.29 | - |
| YUV | 123.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 138 | 0 | 0.59 | 0.31 | 0.21 | 331.76 | 0.52 | 0.55 |
| Hex | C9 | 52 | 8A | 0 | 3B | 1F | 15 | 14C | 34 | 37 |
| Octal | 311 | 122 | 212 | 0 | 73 | 37 | 25 | 514 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10001010 | 0 | 111011 | 11111 | 10101 | 101001100 | 110100 | 110111 |
Color Harmonies of #C9528A
Complementary color
Monochromatic Colors of #C9528A
Black with #C9528A
Text Example
Text Example
White with #C9528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9528A; }
p { color: rgb(201,82,138); }
H1.HeaderClassName
{
color: #C9528A;
}
.AnyTagClassName
{
color: #C9528A;
}
</style>
background-color css
<style>
a { background-color: #C9528A; }
a { background-color: rgb(201,82,138); }
div.DivClassName
{
background-color: #C9528A;
}
.BgClassName
{
background-color: #C9528A;
}
</style>
border-color css
<style>
span { border-color: #C9528A; }
span { border-color: rgb(201,82,138); }
td.TdClassName
{
border-color: #C9528A;
}
.TagClassName
{
border-color: #C9528A;
}
</style>