Shades of Mulberry #C946A8
Tints of Mulberry #C946A8
RGB
CMYK
RGB Variations
Color information
#C946A8 (or 0xC946A8) is known color: Mulberry. HEX triplet: C9, 46 and A8. RGB value is (201,70,168). Sum of RGB (Red+Green+Blue) = 201+70+168=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C946A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946A8 is #36B957. Grayscale: #787878. Windows color (decimal): -3586392 or 11028169. OLE color: 11028169.
HSL color Cylindrical-coordinate representation of color #C946A8: hue angle of 315.11º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946A8 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 168 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.21 |
| HSL | 315.11º | 0.55% | 0.53% | - |
| HSV(B) | 315.11º | 0.65% | 0.79% | - |
| XYZ | 33.35 | 19.62 | 39.08 | - |
| YUV | 120.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 168 | 0 | 0.65 | 0.16 | 0.21 | 315.11 | 0.55 | 0.53 |
| Hex | C9 | 46 | A8 | 0 | 41 | 10 | 15 | 13B | 37 | 35 |
| Octal | 311 | 106 | 250 | 0 | 101 | 20 | 25 | 473 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10101000 | 0 | 1000001 | 10000 | 10101 | 100111011 | 110111 | 110101 |
Color Harmonies of #C946A8
Complementary color
Monochromatic Colors of #C946A8
Black with #C946A8
Text Example
Text Example
White with #C946A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946A8; }
p { color: rgb(201,70,168); }
H1.HeaderClassName
{
color: #C946A8;
}
.AnyTagClassName
{
color: #C946A8;
}
</style>
background-color css
<style>
a { background-color: #C946A8; }
a { background-color: rgb(201,70,168); }
div.DivClassName
{
background-color: #C946A8;
}
.BgClassName
{
background-color: #C946A8;
}
</style>
border-color css
<style>
span { border-color: #C946A8; }
span { border-color: rgb(201,70,168); }
td.TdClassName
{
border-color: #C946A8;
}
.TagClassName
{
border-color: #C946A8;
}
</style>