Shades of Mulberry #C94695
Tints of Mulberry #C94695
RGB
CMYK
RGB Variations
Color information
#C94695 (or 0xC94695) is known color: Mulberry. HEX triplet: C9, 46 and 95. RGB value is (201,70,149). Sum of RGB (Red+Green+Blue) = 201+70+149=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94695 is #36B96A. Grayscale: #757575. Windows color (decimal): -3586411 or 9782985. OLE color: 9782985.
HSL color Cylindrical-coordinate representation of color #C94695: hue angle of 323.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94695 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 149 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.21 |
| HSL | 323.82º | 0.55% | 0.53% | - |
| HSV(B) | 323.82º | 0.65% | 0.79% | - |
| XYZ | 31.7 | 18.97 | 30.42 | - |
| YUV | 118.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 149 | 0 | 0.65 | 0.26 | 0.21 | 323.82 | 0.55 | 0.53 |
| Hex | C9 | 46 | 95 | 0 | 41 | 1A | 15 | 144 | 37 | 35 |
| Octal | 311 | 106 | 225 | 0 | 101 | 32 | 25 | 504 | 67 | 65 |
| Binary | 11001001 | 1000110 | 10010101 | 0 | 1000001 | 11010 | 10101 | 101000100 | 110111 | 110101 |
Color Harmonies of #C94695
Complementary color
Monochromatic Colors of #C94695
Black with #C94695
Text Example
Text Example
White with #C94695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94695; }
p { color: rgb(201,70,149); }
H1.HeaderClassName
{
color: #C94695;
}
.AnyTagClassName
{
color: #C94695;
}
</style>
background-color css
<style>
a { background-color: #C94695; }
a { background-color: rgb(201,70,149); }
div.DivClassName
{
background-color: #C94695;
}
.BgClassName
{
background-color: #C94695;
}
</style>
border-color css
<style>
span { border-color: #C94695; }
span { border-color: rgb(201,70,149); }
td.TdClassName
{
border-color: #C94695;
}
.TagClassName
{
border-color: #C94695;
}
</style>