Shades of Mulberry #C858A4
Tints of Mulberry #C858A4
RGB
CMYK
RGB Variations
Color information
#C858A4 (or 0xC858A4) is known color: Mulberry. HEX triplet: C8, 58 and A4. RGB value is (200,88,164). Sum of RGB (Red+Green+Blue) = 200+88+164=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C858A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858A4 is #37A75B. Grayscale: #818181. Windows color (decimal): -3647324 or 10770632. OLE color: 10770632.
HSL color Cylindrical-coordinate representation of color #C858A4: hue angle of 319.29º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C858A4 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 164 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.22 |
| HSL | 319.29º | 0.5% | 0.56% | - |
| HSV(B) | 319.29º | 0.56% | 0.78% | - |
| XYZ | 34.01 | 21.94 | 37.56 | - |
| YUV | 130.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 164 | 0 | 0.56 | 0.18 | 0.22 | 319.29 | 0.5 | 0.56 |
| Hex | C8 | 58 | A4 | 0 | 38 | 12 | 16 | 13F | 32 | 38 |
| Octal | 310 | 130 | 244 | 0 | 70 | 22 | 26 | 477 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10100100 | 0 | 111000 | 10010 | 10110 | 100111111 | 110010 | 111000 |
Color Harmonies of #C858A4
Complementary color
Monochromatic Colors of #C858A4
Black with #C858A4
Text Example
Text Example
White with #C858A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858A4; }
p { color: rgb(200,88,164); }
H1.HeaderClassName
{
color: #C858A4;
}
.AnyTagClassName
{
color: #C858A4;
}
</style>
background-color css
<style>
a { background-color: #C858A4; }
a { background-color: rgb(200,88,164); }
div.DivClassName
{
background-color: #C858A4;
}
.BgClassName
{
background-color: #C858A4;
}
</style>
border-color css
<style>
span { border-color: #C858A4; }
span { border-color: rgb(200,88,164); }
td.TdClassName
{
border-color: #C858A4;
}
.TagClassName
{
border-color: #C858A4;
}
</style>