Shades of Mulberry #C8518C
Tints of Mulberry #C8518C
RGB
CMYK
RGB Variations
Color information
#C8518C (or 0xC8518C) is known color: Mulberry. HEX triplet: C8, 51 and 8C. RGB value is (200,81,140). Sum of RGB (Red+Green+Blue) = 200+81+140=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8518C is #37AE73. Grayscale: #7B7B7B. Windows color (decimal): -3649140 or 9195976. OLE color: 9195976.
HSL color Cylindrical-coordinate representation of color #C8518C: hue angle of 330.25º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8518C is Cyan = 0, Magento = 0.59, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 140 | - |
| CMYK | 0 | 0.59 | 0.3 | 0.22 |
| HSL | 330.25º | 0.52% | 0.55% | - |
| HSV(B) | 330.25º | 0.6% | 0.78% | - |
| XYZ | 31.5 | 20.06 | 27.02 | - |
| YUV | 123.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 140 | 0 | 0.59 | 0.3 | 0.22 | 330.25 | 0.52 | 0.55 |
| Hex | C8 | 51 | 8C | 0 | 3B | 1E | 16 | 14A | 34 | 37 |
| Octal | 310 | 121 | 214 | 0 | 73 | 36 | 26 | 512 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10001100 | 0 | 111011 | 11110 | 10110 | 101001010 | 110100 | 110111 |
Color Harmonies of #C8518C
Complementary color
Monochromatic Colors of #C8518C
Black with #C8518C
Text Example
Text Example
White with #C8518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8518C; }
p { color: rgb(200,81,140); }
H1.HeaderClassName
{
color: #C8518C;
}
.AnyTagClassName
{
color: #C8518C;
}
</style>
background-color css
<style>
a { background-color: #C8518C; }
a { background-color: rgb(200,81,140); }
div.DivClassName
{
background-color: #C8518C;
}
.BgClassName
{
background-color: #C8518C;
}
</style>
border-color css
<style>
span { border-color: #C8518C; }
span { border-color: rgb(200,81,140); }
td.TdClassName
{
border-color: #C8518C;
}
.TagClassName
{
border-color: #C8518C;
}
</style>