Shades of Mulberry #C949A7
Tints of Mulberry #C949A7
RGB
CMYK
RGB Variations
Color information
#C949A7 (or 0xC949A7) is known color: Mulberry. HEX triplet: C9, 49 and A7. RGB value is (201,73,167). Sum of RGB (Red+Green+Blue) = 201+73+167=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C949A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949A7 is #36B658. Grayscale: #797979. Windows color (decimal): -3585625 or 10963401. OLE color: 10963401.
HSL color Cylindrical-coordinate representation of color #C949A7: hue angle of 315.94º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949A7 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 167 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.21 |
| HSL | 315.94º | 0.54% | 0.54% | - |
| HSV(B) | 315.94º | 0.64% | 0.79% | - |
| XYZ | 33.44 | 19.97 | 38.65 | - |
| YUV | 121.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 167 | 0 | 0.64 | 0.17 | 0.21 | 315.94 | 0.54 | 0.54 |
| Hex | C9 | 49 | A7 | 0 | 40 | 11 | 15 | 13C | 36 | 36 |
| Octal | 311 | 111 | 247 | 0 | 100 | 21 | 25 | 474 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10100111 | 0 | 1000000 | 10001 | 10101 | 100111100 | 110110 | 110110 |
Color Harmonies of #C949A7
Complementary color
Monochromatic Colors of #C949A7
Black with #C949A7
Text Example
Text Example
White with #C949A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949A7; }
p { color: rgb(201,73,167); }
H1.HeaderClassName
{
color: #C949A7;
}
.AnyTagClassName
{
color: #C949A7;
}
</style>
background-color css
<style>
a { background-color: #C949A7; }
a { background-color: rgb(201,73,167); }
div.DivClassName
{
background-color: #C949A7;
}
.BgClassName
{
background-color: #C949A7;
}
</style>
border-color css
<style>
span { border-color: #C949A7; }
span { border-color: rgb(201,73,167); }
td.TdClassName
{
border-color: #C949A7;
}
.TagClassName
{
border-color: #C949A7;
}
</style>