Shades of Mulberry #C953A5
Tints of Mulberry #C953A5
RGB
CMYK
RGB Variations
Color information
#C953A5 (or 0xC953A5) is known color: Mulberry. HEX triplet: C9, 53 and A5. RGB value is (201,83,165). Sum of RGB (Red+Green+Blue) = 201+83+165=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C953A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953A5 is #36AC5A. Grayscale: #7F7F7F. Windows color (decimal): -3583067 or 10834889. OLE color: 10834889.
HSL color Cylindrical-coordinate representation of color #C953A5: hue angle of 318.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C953A5 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 165 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.21 |
| HSL | 318.31º | 0.52% | 0.56% | - |
| HSV(B) | 318.31º | 0.59% | 0.79% | - |
| XYZ | 33.97 | 21.32 | 37.92 | - |
| YUV | 127.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 165 | 0 | 0.59 | 0.18 | 0.21 | 318.31 | 0.52 | 0.56 |
| Hex | C9 | 53 | A5 | 0 | 3B | 12 | 15 | 13E | 34 | 38 |
| Octal | 311 | 123 | 245 | 0 | 73 | 22 | 25 | 476 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10100101 | 0 | 111011 | 10010 | 10101 | 100111110 | 110100 | 111000 |
Color Harmonies of #C953A5
Complementary color
Monochromatic Colors of #C953A5
Black with #C953A5
Text Example
Text Example
White with #C953A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953A5; }
p { color: rgb(201,83,165); }
H1.HeaderClassName
{
color: #C953A5;
}
.AnyTagClassName
{
color: #C953A5;
}
</style>
background-color css
<style>
a { background-color: #C953A5; }
a { background-color: rgb(201,83,165); }
div.DivClassName
{
background-color: #C953A5;
}
.BgClassName
{
background-color: #C953A5;
}
</style>
border-color css
<style>
span { border-color: #C953A5; }
span { border-color: rgb(201,83,165); }
td.TdClassName
{
border-color: #C953A5;
}
.TagClassName
{
border-color: #C953A5;
}
</style>