Shades of Mulberry #C95A95
Tints of Mulberry #C95A95
RGB
CMYK
RGB Variations
Color information
#C95A95 (or 0xC95A95) is known color: Mulberry. HEX triplet: C9, 5A and 95. RGB value is (201,90,149). Sum of RGB (Red+Green+Blue) = 201+90+149=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95A95 is #36A56A. Grayscale: #818181. Windows color (decimal): -3581291 or 9788105. OLE color: 9788105.
HSL color Cylindrical-coordinate representation of color #C95A95: hue angle of 328.11º 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 #C95A95 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 149 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.21 |
| HSL | 328.11º | 0.51% | 0.57% | - |
| HSV(B) | 328.11º | 0.55% | 0.79% | - |
| XYZ | 33.17 | 21.9 | 30.91 | - |
| YUV | 129.92 | 138.77 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 149 | 0 | 0.55 | 0.26 | 0.21 | 328.11 | 0.51 | 0.57 |
| Hex | C9 | 5A | 95 | 0 | 37 | 1A | 15 | 148 | 33 | 39 |
| Octal | 311 | 132 | 225 | 0 | 67 | 32 | 25 | 510 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10010101 | 0 | 110111 | 11010 | 10101 | 101001000 | 110011 | 111001 |
Color Harmonies of #C95A95
Complementary color
Monochromatic Colors of #C95A95
Black with #C95A95
Text Example
Text Example
White with #C95A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A95; }
p { color: rgb(201,90,149); }
H1.HeaderClassName
{
color: #C95A95;
}
.AnyTagClassName
{
color: #C95A95;
}
</style>
background-color css
<style>
a { background-color: #C95A95; }
a { background-color: rgb(201,90,149); }
div.DivClassName
{
background-color: #C95A95;
}
.BgClassName
{
background-color: #C95A95;
}
</style>
border-color css
<style>
span { border-color: #C95A95; }
span { border-color: rgb(201,90,149); }
td.TdClassName
{
border-color: #C95A95;
}
.TagClassName
{
border-color: #C95A95;
}
</style>