Shades of Mulberry #C8468B
Tints of Mulberry #C8468B
RGB
CMYK
RGB Variations
Color information
#C8468B (or 0xC8468B) is known color: Mulberry. HEX triplet: C8, 46 and 8B. RGB value is (200,70,139). Sum of RGB (Red+Green+Blue) = 200+70+139=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468B is #37B974. Grayscale: #747474. Windows color (decimal): -3651957 or 9127624. OLE color: 9127624.
HSL color Cylindrical-coordinate representation of color #C8468B: hue angle of 328.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8468B is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 139 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.22 |
| HSL | 328.15º | 0.54% | 0.53% | - |
| HSV(B) | 328.15º | 0.65% | 0.78% | - |
| XYZ | 30.67 | 18.52 | 26.39 | - |
| YUV | 116.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 139 | 0 | 0.65 | 0.30 | 0.22 | 328.15 | 0.54 | 0.53 |
| Hex | C8 | 46 | 8B | 0 | 41 | 1E | 16 | 148 | 36 | 35 |
| Octal | 310 | 106 | 213 | 0 | 101 | 36 | 26 | 510 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10001011 | 0 | 1000001 | 11110 | 10110 | 101001000 | 110110 | 110101 |
Color Harmonies of #C8468B
Complementary color
Monochromatic Colors of #C8468B
Black with #C8468B
Text Example
Text Example
White with #C8468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8468B; }
p { color: rgb(200,70,139); }
H1.HeaderClassName
{
color: #C8468B;
}
.AnyTagClassName
{
color: #C8468B;
}
</style>
background-color css
<style>
a { background-color: #C8468B; }
a { background-color: rgb(200,70,139); }
div.DivClassName
{
background-color: #C8468B;
}
.BgClassName
{
background-color: #C8468B;
}
</style>
border-color css
<style>
span { border-color: #C8468B; }
span { border-color: rgb(200,70,139); }
td.TdClassName
{
border-color: #C8468B;
}
.TagClassName
{
border-color: #C8468B;
}
</style>