Shades of Mulberry #C95792
Tints of Mulberry #C95792
RGB
CMYK
RGB Variations
Color information
#C95792 (or 0xC95792) is known color: Mulberry. HEX triplet: C9, 57 and 92. RGB value is (201,87,146). Sum of RGB (Red+Green+Blue) = 201+87+146=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95792 is #36A86D. Grayscale: #7F7F7F. Windows color (decimal): -3582062 or 9590729. OLE color: 9590729.
HSL color Cylindrical-coordinate representation of color #C95792: hue angle of 328.95º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95792 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 146 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.21 |
| HSL | 328.95º | 0.51% | 0.56% | - |
| HSV(B) | 328.95º | 0.57% | 0.79% | - |
| XYZ | 32.68 | 21.31 | 29.58 | - |
| YUV | 127.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 146 | 0 | 0.57 | 0.27 | 0.21 | 328.95 | 0.51 | 0.56 |
| Hex | C9 | 57 | 92 | 0 | 39 | 1B | 15 | 149 | 33 | 38 |
| Octal | 311 | 127 | 222 | 0 | 71 | 33 | 25 | 511 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10010010 | 0 | 111001 | 11011 | 10101 | 101001001 | 110011 | 111000 |
Color Harmonies of #C95792
Complementary color
Monochromatic Colors of #C95792
Black with #C95792
Text Example
Text Example
White with #C95792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95792; }
p { color: rgb(201,87,146); }
H1.HeaderClassName
{
color: #C95792;
}
.AnyTagClassName
{
color: #C95792;
}
</style>
background-color css
<style>
a { background-color: #C95792; }
a { background-color: rgb(201,87,146); }
div.DivClassName
{
background-color: #C95792;
}
.BgClassName
{
background-color: #C95792;
}
</style>
border-color css
<style>
span { border-color: #C95792; }
span { border-color: rgb(201,87,146); }
td.TdClassName
{
border-color: #C95792;
}
.TagClassName
{
border-color: #C95792;
}
</style>