Shades of Mulberry #C954A6
Tints of Mulberry #C954A6
RGB
CMYK
RGB Variations
Color information
#C954A6 (or 0xC954A6) is known color: Mulberry. HEX triplet: C9, 54 and A6. RGB value is (201,84,166). Sum of RGB (Red+Green+Blue) = 201+84+166=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A6 is #36AB59. Grayscale: #808080. Windows color (decimal): -3582810 or 10900681. OLE color: 10900681.
HSL color Cylindrical-coordinate representation of color #C954A6: hue angle of 317.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A6 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 166 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.21 |
| HSL | 317.95º | 0.52% | 0.56% | - |
| HSV(B) | 317.95º | 0.58% | 0.79% | - |
| XYZ | 34.14 | 21.51 | 38.43 | - |
| YUV | 128.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 166 | 0 | 0.58 | 0.17 | 0.21 | 317.95 | 0.52 | 0.56 |
| Hex | C9 | 54 | A6 | 0 | 3A | 11 | 15 | 13E | 34 | 38 |
| Octal | 311 | 124 | 246 | 0 | 72 | 21 | 25 | 476 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10100110 | 0 | 111010 | 10001 | 10101 | 100111110 | 110100 | 111000 |
Color Harmonies of #C954A6
Complementary color
Monochromatic Colors of #C954A6
Black with #C954A6
Text Example
Text Example
White with #C954A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954A6; }
p { color: rgb(201,84,166); }
H1.HeaderClassName
{
color: #C954A6;
}
.AnyTagClassName
{
color: #C954A6;
}
</style>
background-color css
<style>
a { background-color: #C954A6; }
a { background-color: rgb(201,84,166); }
div.DivClassName
{
background-color: #C954A6;
}
.BgClassName
{
background-color: #C954A6;
}
</style>
border-color css
<style>
span { border-color: #C954A6; }
span { border-color: rgb(201,84,166); }
td.TdClassName
{
border-color: #C954A6;
}
.TagClassName
{
border-color: #C954A6;
}
</style>