Shades of Mulberry #C8497E
Tints of Mulberry #C8497E
RGB
CMYK
RGB Variations
Color information
#C8497E (or 0xC8497E) is known color: Mulberry. HEX triplet: C8, 49 and 7E. RGB value is (200,73,126). Sum of RGB (Red+Green+Blue) = 200+73+126=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8497E is #37B681. Grayscale: #747474. Windows color (decimal): -3651202 or 8276424. OLE color: 8276424.
HSL color Cylindrical-coordinate representation of color #C8497E: hue angle of 334.96º 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 #C8497E is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 126 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.22 |
| HSL | 334.96º | 0.54% | 0.54% | - |
| HSV(B) | 334.96º | 0.64% | 0.78% | - |
| XYZ | 29.97 | 18.55 | 21.74 | - |
| YUV | 117.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 126 | 0 | 0.64 | 0.37 | 0.22 | 334.96 | 0.54 | 0.54 |
| Hex | C8 | 49 | 7E | 0 | 40 | 25 | 16 | 14F | 36 | 36 |
| Octal | 310 | 111 | 176 | 0 | 100 | 45 | 26 | 517 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1111110 | 0 | 1000000 | 100101 | 10110 | 101001111 | 110110 | 110110 |
Color Harmonies of #C8497E
Complementary color
Monochromatic Colors of #C8497E
Black with #C8497E
Text Example
Text Example
White with #C8497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8497E; }
p { color: rgb(200,73,126); }
H1.HeaderClassName
{
color: #C8497E;
}
.AnyTagClassName
{
color: #C8497E;
}
</style>
background-color css
<style>
a { background-color: #C8497E; }
a { background-color: rgb(200,73,126); }
div.DivClassName
{
background-color: #C8497E;
}
.BgClassName
{
background-color: #C8497E;
}
</style>
border-color css
<style>
span { border-color: #C8497E; }
span { border-color: rgb(200,73,126); }
td.TdClassName
{
border-color: #C8497E;
}
.TagClassName
{
border-color: #C8497E;
}
</style>