Shades of Mulberry #C954A5
Tints of Mulberry #C954A5
RGB
CMYK
RGB Variations
Color information
#C954A5 (or 0xC954A5) is known color: Mulberry. HEX triplet: C9, 54 and A5. RGB value is (201,84,165). Sum of RGB (Red+Green+Blue) = 201+84+165=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A5 is #36AB5A. Grayscale: #808080. Windows color (decimal): -3582811 or 10835145. OLE color: 10835145.
HSL color Cylindrical-coordinate representation of color #C954A5: hue angle of 318.46º 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 #C954A5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 165 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.21 |
| HSL | 318.46º | 0.52% | 0.56% | - |
| HSV(B) | 318.46º | 0.58% | 0.79% | - |
| XYZ | 34.05 | 21.47 | 37.95 | - |
| YUV | 128.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 165 | 0 | 0.58 | 0.18 | 0.21 | 318.46 | 0.52 | 0.56 |
| Hex | C9 | 54 | A5 | 0 | 3A | 12 | 15 | 13E | 34 | 38 |
| Octal | 311 | 124 | 245 | 0 | 72 | 22 | 25 | 476 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10100101 | 0 | 111010 | 10010 | 10101 | 100111110 | 110100 | 111000 |
Color Harmonies of #C954A5
Complementary color
Monochromatic Colors of #C954A5
Black with #C954A5
Text Example
Text Example
White with #C954A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954A5; }
p { color: rgb(201,84,165); }
H1.HeaderClassName
{
color: #C954A5;
}
.AnyTagClassName
{
color: #C954A5;
}
</style>
background-color css
<style>
a { background-color: #C954A5; }
a { background-color: rgb(201,84,165); }
div.DivClassName
{
background-color: #C954A5;
}
.BgClassName
{
background-color: #C954A5;
}
</style>
border-color css
<style>
span { border-color: #C954A5; }
span { border-color: rgb(201,84,165); }
td.TdClassName
{
border-color: #C954A5;
}
.TagClassName
{
border-color: #C954A5;
}
</style>