Shades of Mulberry #C848A5
Tints of Mulberry #C848A5
RGB
CMYK
RGB Variations
Color information
#C848A5 (or 0xC848A5) is known color: Mulberry. HEX triplet: C8, 48 and A5. RGB value is (200,72,165). Sum of RGB (Red+Green+Blue) = 200+72+165=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C848A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848A5 is #37B75A. Grayscale: #787878. Windows color (decimal): -3651419 or 10832072. OLE color: 10832072.
HSL color Cylindrical-coordinate representation of color #C848A5: hue angle of 316.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848A5 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 165 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.22 |
| HSL | 316.41º | 0.54% | 0.53% | - |
| HSV(B) | 316.41º | 0.64% | 0.78% | - |
| XYZ | 32.93 | 19.63 | 37.65 | - |
| YUV | 120.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 165 | 0 | 0.64 | 0.18 | 0.22 | 316.41 | 0.54 | 0.53 |
| Hex | C8 | 48 | A5 | 0 | 40 | 12 | 16 | 13C | 36 | 35 |
| Octal | 310 | 110 | 245 | 0 | 100 | 22 | 26 | 474 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10100101 | 0 | 1000000 | 10010 | 10110 | 100111100 | 110110 | 110101 |
Color Harmonies of #C848A5
Complementary color
Monochromatic Colors of #C848A5
Black with #C848A5
Text Example
Text Example
White with #C848A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848A5; }
p { color: rgb(200,72,165); }
H1.HeaderClassName
{
color: #C848A5;
}
.AnyTagClassName
{
color: #C848A5;
}
</style>
background-color css
<style>
a { background-color: #C848A5; }
a { background-color: rgb(200,72,165); }
div.DivClassName
{
background-color: #C848A5;
}
.BgClassName
{
background-color: #C848A5;
}
</style>
border-color css
<style>
span { border-color: #C848A5; }
span { border-color: rgb(200,72,165); }
td.TdClassName
{
border-color: #C848A5;
}
.TagClassName
{
border-color: #C848A5;
}
</style>