Shades of Mulberry #C8498A
Tints of Mulberry #C8498A
RGB
CMYK
RGB Variations
Color information
#C8498A (or 0xC8498A) is known color: Mulberry. HEX triplet: C8, 49 and 8A. RGB value is (200,73,138). Sum of RGB (Red+Green+Blue) = 200+73+138=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8498A is #37B675. Grayscale: #767676. Windows color (decimal): -3651190 or 9062856. OLE color: 9062856.
HSL color Cylindrical-coordinate representation of color #C8498A: hue angle of 329.29º 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 #C8498A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 138 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.22 |
| HSL | 329.29º | 0.54% | 0.54% | - |
| HSV(B) | 329.29º | 0.64% | 0.78% | - |
| XYZ | 30.79 | 18.88 | 26.07 | - |
| YUV | 118.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 138 | 0 | 0.64 | 0.31 | 0.22 | 329.29 | 0.54 | 0.54 |
| Hex | C8 | 49 | 8A | 0 | 40 | 1F | 16 | 149 | 36 | 36 |
| Octal | 310 | 111 | 212 | 0 | 100 | 37 | 26 | 511 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10001010 | 0 | 1000000 | 11111 | 10110 | 101001001 | 110110 | 110110 |
Color Harmonies of #C8498A
Complementary color
Monochromatic Colors of #C8498A
Black with #C8498A
Text Example
Text Example
White with #C8498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8498A; }
p { color: rgb(200,73,138); }
H1.HeaderClassName
{
color: #C8498A;
}
.AnyTagClassName
{
color: #C8498A;
}
</style>
background-color css
<style>
a { background-color: #C8498A; }
a { background-color: rgb(200,73,138); }
div.DivClassName
{
background-color: #C8498A;
}
.BgClassName
{
background-color: #C8498A;
}
</style>
border-color css
<style>
span { border-color: #C8498A; }
span { border-color: rgb(200,73,138); }
td.TdClassName
{
border-color: #C8498A;
}
.TagClassName
{
border-color: #C8498A;
}
</style>