Shades of Mulberry #C858A5
Tints of Mulberry #C858A5
RGB
CMYK
RGB Variations
Color information
#C858A5 (or 0xC858A5) is known color: Mulberry. HEX triplet: C8, 58 and A5. RGB value is (200,88,165). Sum of RGB (Red+Green+Blue) = 200+88+165=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C858A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858A5 is #37A75A. Grayscale: #828282. Windows color (decimal): -3647323 or 10836168. OLE color: 10836168.
HSL color Cylindrical-coordinate representation of color #C858A5: hue angle of 318.75º 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 #C858A5 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 165 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.22 |
| HSL | 318.75º | 0.5% | 0.56% | - |
| HSV(B) | 318.75º | 0.56% | 0.78% | - |
| XYZ | 34.1 | 21.98 | 38.04 | - |
| YUV | 130.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 165 | 0 | 0.56 | 0.18 | 0.22 | 318.75 | 0.5 | 0.56 |
| Hex | C8 | 58 | A5 | 0 | 38 | 12 | 16 | 13F | 32 | 38 |
| Octal | 310 | 130 | 245 | 0 | 70 | 22 | 26 | 477 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10100101 | 0 | 111000 | 10010 | 10110 | 100111111 | 110010 | 111000 |
Color Harmonies of #C858A5
Complementary color
Monochromatic Colors of #C858A5
Black with #C858A5
Text Example
Text Example
White with #C858A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858A5; }
p { color: rgb(200,88,165); }
H1.HeaderClassName
{
color: #C858A5;
}
.AnyTagClassName
{
color: #C858A5;
}
</style>
background-color css
<style>
a { background-color: #C858A5; }
a { background-color: rgb(200,88,165); }
div.DivClassName
{
background-color: #C858A5;
}
.BgClassName
{
background-color: #C858A5;
}
</style>
border-color css
<style>
span { border-color: #C858A5; }
span { border-color: rgb(200,88,165); }
td.TdClassName
{
border-color: #C858A5;
}
.TagClassName
{
border-color: #C858A5;
}
</style>