Shades of Mulberry #C8499B
Tints of Mulberry #C8499B
RGB
CMYK
RGB Variations
Color information
#C8499B (or 0xC8499B) is known color: Mulberry. HEX triplet: C8, 49 and 9B. RGB value is (200,73,155). Sum of RGB (Red+Green+Blue) = 200+73+155=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8499B is #37B664. Grayscale: #787878. Windows color (decimal): -3651173 or 10176968. OLE color: 10176968.
HSL color Cylindrical-coordinate representation of color #C8499B: hue angle of 321.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8499B is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 155 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.22 |
| HSL | 321.26º | 0.54% | 0.54% | - |
| HSV(B) | 321.26º | 0.64% | 0.78% | - |
| XYZ | 32.12 | 19.41 | 33.06 | - |
| YUV | 120.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 155 | 0 | 0.64 | 0.22 | 0.22 | 321.26 | 0.54 | 0.54 |
| Hex | C8 | 49 | 9B | 0 | 40 | 16 | 16 | 141 | 36 | 36 |
| Octal | 310 | 111 | 233 | 0 | 100 | 26 | 26 | 501 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10011011 | 0 | 1000000 | 10110 | 10110 | 101000001 | 110110 | 110110 |
Color Harmonies of #C8499B
Complementary color
Monochromatic Colors of #C8499B
Black with #C8499B
Text Example
Text Example
White with #C8499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8499B; }
p { color: rgb(200,73,155); }
H1.HeaderClassName
{
color: #C8499B;
}
.AnyTagClassName
{
color: #C8499B;
}
</style>
background-color css
<style>
a { background-color: #C8499B; }
a { background-color: rgb(200,73,155); }
div.DivClassName
{
background-color: #C8499B;
}
.BgClassName
{
background-color: #C8499B;
}
</style>
border-color css
<style>
span { border-color: #C8499B; }
span { border-color: rgb(200,73,155); }
td.TdClassName
{
border-color: #C8499B;
}
.TagClassName
{
border-color: #C8499B;
}
</style>