Shades of Mulberry #C945A6
Tints of Mulberry #C945A6
RGB
CMYK
RGB Variations
Color information
#C945A6 (or 0xC945A6) is known color: Mulberry. HEX triplet: C9, 45 and A6. RGB value is (201,69,166). Sum of RGB (Red+Green+Blue) = 201+69+166=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C945A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945A6 is #36BA59. Grayscale: #777777. Windows color (decimal): -3586650 or 10896841. OLE color: 10896841.
HSL color Cylindrical-coordinate representation of color #C945A6: hue angle of 315.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945A6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 166 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.21 |
| HSL | 315.91º | 0.55% | 0.53% | - |
| HSV(B) | 315.91º | 0.66% | 0.79% | - |
| XYZ | 33.1 | 19.43 | 38.08 | - |
| YUV | 119.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 166 | 0 | 0.66 | 0.17 | 0.21 | 315.91 | 0.55 | 0.53 |
| Hex | C9 | 45 | A6 | 0 | 42 | 11 | 15 | 13C | 37 | 35 |
| Octal | 311 | 105 | 246 | 0 | 102 | 21 | 25 | 474 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10100110 | 0 | 1000010 | 10001 | 10101 | 100111100 | 110111 | 110101 |
Color Harmonies of #C945A6
Complementary color
Monochromatic Colors of #C945A6
Black with #C945A6
Text Example
Text Example
White with #C945A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945A6; }
p { color: rgb(201,69,166); }
H1.HeaderClassName
{
color: #C945A6;
}
.AnyTagClassName
{
color: #C945A6;
}
</style>
background-color css
<style>
a { background-color: #C945A6; }
a { background-color: rgb(201,69,166); }
div.DivClassName
{
background-color: #C945A6;
}
.BgClassName
{
background-color: #C945A6;
}
</style>
border-color css
<style>
span { border-color: #C945A6; }
span { border-color: rgb(201,69,166); }
td.TdClassName
{
border-color: #C945A6;
}
.TagClassName
{
border-color: #C945A6;
}
</style>