Shades of Mulberry #C95AA6
Tints of Mulberry #C95AA6
RGB
CMYK
RGB Variations
Color information
#C95AA6 (or 0xC95AA6) is known color: Mulberry. HEX triplet: C9, 5A and A6. RGB value is (201,90,166). Sum of RGB (Red+Green+Blue) = 201+90+166=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA6 is #36A559. Grayscale: #838383. Windows color (decimal): -3581274 or 10902217. OLE color: 10902217.
HSL color Cylindrical-coordinate representation of color #C95AA6: hue angle of 318.92º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95AA6 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 166 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.21 |
| HSL | 318.92º | 0.51% | 0.57% | - |
| HSV(B) | 318.92º | 0.55% | 0.79% | - |
| XYZ | 34.63 | 22.48 | 38.59 | - |
| YUV | 131.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 166 | 0 | 0.55 | 0.17 | 0.21 | 318.92 | 0.51 | 0.57 |
| Hex | C9 | 5A | A6 | 0 | 37 | 11 | 15 | 13F | 33 | 39 |
| Octal | 311 | 132 | 246 | 0 | 67 | 21 | 25 | 477 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10100110 | 0 | 110111 | 10001 | 10101 | 100111111 | 110011 | 111001 |
Color Harmonies of #C95AA6
Complementary color
Monochromatic Colors of #C95AA6
Black with #C95AA6
Text Example
Text Example
White with #C95AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AA6; }
p { color: rgb(201,90,166); }
H1.HeaderClassName
{
color: #C95AA6;
}
.AnyTagClassName
{
color: #C95AA6;
}
</style>
background-color css
<style>
a { background-color: #C95AA6; }
a { background-color: rgb(201,90,166); }
div.DivClassName
{
background-color: #C95AA6;
}
.BgClassName
{
background-color: #C95AA6;
}
</style>
border-color css
<style>
span { border-color: #C95AA6; }
span { border-color: rgb(201,90,166); }
td.TdClassName
{
border-color: #C95AA6;
}
.TagClassName
{
border-color: #C95AA6;
}
</style>