Shades of Mulberry #C8528C
Tints of Mulberry #C8528C
RGB
CMYK
RGB Variations
Color information
#C8528C (or 0xC8528C) is known color: Mulberry. HEX triplet: C8, 52 and 8C. RGB value is (200,82,140). Sum of RGB (Red+Green+Blue) = 200+82+140=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528C is #37AD73. Grayscale: #7B7B7B. Windows color (decimal): -3648884 or 9196232. OLE color: 9196232.
HSL color Cylindrical-coordinate representation of color #C8528C: hue angle of 330.51º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8528C is Cyan = 0, Magento = 0.59, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 140 | - |
| CMYK | 0 | 0.59 | 0.3 | 0.22 |
| HSL | 330.51º | 0.52% | 0.55% | - |
| HSV(B) | 330.51º | 0.59% | 0.78% | - |
| XYZ | 31.57 | 20.21 | 27.05 | - |
| YUV | 123.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 140 | 0 | 0.59 | 0.3 | 0.22 | 330.51 | 0.52 | 0.55 |
| Hex | C8 | 52 | 8C | 0 | 3B | 1E | 16 | 14B | 34 | 37 |
| Octal | 310 | 122 | 214 | 0 | 73 | 36 | 26 | 513 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10001100 | 0 | 111011 | 11110 | 10110 | 101001011 | 110100 | 110111 |
Color Harmonies of #C8528C
Complementary color
Monochromatic Colors of #C8528C
Black with #C8528C
Text Example
Text Example
White with #C8528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8528C; }
p { color: rgb(200,82,140); }
H1.HeaderClassName
{
color: #C8528C;
}
.AnyTagClassName
{
color: #C8528C;
}
</style>
background-color css
<style>
a { background-color: #C8528C; }
a { background-color: rgb(200,82,140); }
div.DivClassName
{
background-color: #C8528C;
}
.BgClassName
{
background-color: #C8528C;
}
</style>
border-color css
<style>
span { border-color: #C8528C; }
span { border-color: rgb(200,82,140); }
td.TdClassName
{
border-color: #C8528C;
}
.TagClassName
{
border-color: #C8528C;
}
</style>