Shades of Mulberry #C8528A
Tints of Mulberry #C8528A
RGB
CMYK
RGB Variations
Color information
#C8528A (or 0xC8528A) is known color: Mulberry. HEX triplet: C8, 52 and 8A. RGB value is (200,82,138). Sum of RGB (Red+Green+Blue) = 200+82+138=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528A is #37AD75. Grayscale: #7B7B7B. Windows color (decimal): -3648886 or 9065160. OLE color: 9065160.
HSL color Cylindrical-coordinate representation of color #C8528A: hue angle of 331.53º 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 #C8528A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 138 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.22 |
| HSL | 331.53º | 0.52% | 0.55% | - |
| HSV(B) | 331.53º | 0.59% | 0.78% | - |
| XYZ | 31.42 | 20.15 | 26.28 | - |
| YUV | 123.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 138 | 0 | 0.59 | 0.31 | 0.22 | 331.53 | 0.52 | 0.55 |
| Hex | C8 | 52 | 8A | 0 | 3B | 1F | 16 | 14C | 34 | 37 |
| Octal | 310 | 122 | 212 | 0 | 73 | 37 | 26 | 514 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10001010 | 0 | 111011 | 11111 | 10110 | 101001100 | 110100 | 110111 |
Color Harmonies of #C8528A
Complementary color
Monochromatic Colors of #C8528A
Black with #C8528A
Text Example
Text Example
White with #C8528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8528A; }
p { color: rgb(200,82,138); }
H1.HeaderClassName
{
color: #C8528A;
}
.AnyTagClassName
{
color: #C8528A;
}
</style>
background-color css
<style>
a { background-color: #C8528A; }
a { background-color: rgb(200,82,138); }
div.DivClassName
{
background-color: #C8528A;
}
.BgClassName
{
background-color: #C8528A;
}
</style>
border-color css
<style>
span { border-color: #C8528A; }
span { border-color: rgb(200,82,138); }
td.TdClassName
{
border-color: #C8528A;
}
.TagClassName
{
border-color: #C8528A;
}
</style>