Shades of Mulberry #C8488A
Tints of Mulberry #C8488A
RGB
CMYK
RGB Variations
Color information
#C8488A (or 0xC8488A) is known color: Mulberry. HEX triplet: C8, 48 and 8A. RGB value is (200,72,138). Sum of RGB (Red+Green+Blue) = 200+72+138=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8488A is #37B775. Grayscale: #757575. Windows color (decimal): -3651446 or 9062600. OLE color: 9062600.
HSL color Cylindrical-coordinate representation of color #C8488A: hue angle of 329.06º 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 #C8488A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 138 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.22 |
| HSL | 329.06º | 0.54% | 0.53% | - |
| HSV(B) | 329.06º | 0.64% | 0.78% | - |
| XYZ | 30.72 | 18.75 | 26.04 | - |
| YUV | 117.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 138 | 0 | 0.64 | 0.31 | 0.22 | 329.06 | 0.54 | 0.53 |
| Hex | C8 | 48 | 8A | 0 | 40 | 1F | 16 | 149 | 36 | 35 |
| Octal | 310 | 110 | 212 | 0 | 100 | 37 | 26 | 511 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10001010 | 0 | 1000000 | 11111 | 10110 | 101001001 | 110110 | 110101 |
Color Harmonies of #C8488A
Complementary color
Monochromatic Colors of #C8488A
Black with #C8488A
Text Example
Text Example
White with #C8488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8488A; }
p { color: rgb(200,72,138); }
H1.HeaderClassName
{
color: #C8488A;
}
.AnyTagClassName
{
color: #C8488A;
}
</style>
background-color css
<style>
a { background-color: #C8488A; }
a { background-color: rgb(200,72,138); }
div.DivClassName
{
background-color: #C8488A;
}
.BgClassName
{
background-color: #C8488A;
}
</style>
border-color css
<style>
span { border-color: #C8488A; }
span { border-color: rgb(200,72,138); }
td.TdClassName
{
border-color: #C8488A;
}
.TagClassName
{
border-color: #C8488A;
}
</style>