Shades of Mulberry #C8497D
Tints of Mulberry #C8497D
RGB
CMYK
RGB Variations
Color information
#C8497D (or 0xC8497D) is known color: Mulberry. HEX triplet: C8, 49 and 7D. RGB value is (200,73,125). Sum of RGB (Red+Green+Blue) = 200+73+125=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8497D is #37B682. Grayscale: #747474. Windows color (decimal): -3651203 or 8210888. OLE color: 8210888.
HSL color Cylindrical-coordinate representation of color #C8497D: hue angle of 335.43º 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 #C8497D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 125 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 335.43º | 0.54% | 0.54% | - |
| HSV(B) | 335.43º | 0.64% | 0.78% | - |
| XYZ | 29.9 | 18.53 | 21.4 | - |
| YUV | 116.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 125 | 0 | 0.64 | 0.38 | 0.22 | 335.43 | 0.54 | 0.54 |
| Hex | C8 | 49 | 7D | 0 | 40 | 26 | 16 | 14F | 36 | 36 |
| Octal | 310 | 111 | 175 | 0 | 100 | 46 | 26 | 517 | 66 | 66 |
| Binary | 11001000 | 1001001 | 1111101 | 0 | 1000000 | 100110 | 10110 | 101001111 | 110110 | 110110 |
Color Harmonies of #C8497D
Complementary color
Monochromatic Colors of #C8497D
Black with #C8497D
Text Example
Text Example
White with #C8497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8497D; }
p { color: rgb(200,73,125); }
H1.HeaderClassName
{
color: #C8497D;
}
.AnyTagClassName
{
color: #C8497D;
}
</style>
background-color css
<style>
a { background-color: #C8497D; }
a { background-color: rgb(200,73,125); }
div.DivClassName
{
background-color: #C8497D;
}
.BgClassName
{
background-color: #C8497D;
}
</style>
border-color css
<style>
span { border-color: #C8497D; }
span { border-color: rgb(200,73,125); }
td.TdClassName
{
border-color: #C8497D;
}
.TagClassName
{
border-color: #C8497D;
}
</style>