Shades of Mulberry #C95392
Tints of Mulberry #C95392
RGB
CMYK
RGB Variations
Color information
#C95392 (or 0xC95392) is known color: Mulberry. HEX triplet: C9, 53 and 92. RGB value is (201,83,146). Sum of RGB (Red+Green+Blue) = 201+83+146=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C95392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95392 is #36AC6D. Grayscale: #7D7D7D. Windows color (decimal): -3583086 or 9589705. OLE color: 9589705.
HSL color Cylindrical-coordinate representation of color #C95392: hue angle of 327.97º 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 #C95392 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 146 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.21 |
| HSL | 327.97º | 0.52% | 0.56% | - |
| HSV(B) | 327.97º | 0.59% | 0.79% | - |
| XYZ | 32.37 | 20.68 | 29.48 | - |
| YUV | 125.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 146 | 0 | 0.59 | 0.27 | 0.21 | 327.97 | 0.52 | 0.56 |
| Hex | C9 | 53 | 92 | 0 | 3B | 1B | 15 | 148 | 34 | 38 |
| Octal | 311 | 123 | 222 | 0 | 73 | 33 | 25 | 510 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10010010 | 0 | 111011 | 11011 | 10101 | 101001000 | 110100 | 111000 |
Color Harmonies of #C95392
Complementary color
Monochromatic Colors of #C95392
Black with #C95392
Text Example
Text Example
White with #C95392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95392; }
p { color: rgb(201,83,146); }
H1.HeaderClassName
{
color: #C95392;
}
.AnyTagClassName
{
color: #C95392;
}
</style>
background-color css
<style>
a { background-color: #C95392; }
a { background-color: rgb(201,83,146); }
div.DivClassName
{
background-color: #C95392;
}
.BgClassName
{
background-color: #C95392;
}
</style>
border-color css
<style>
span { border-color: #C95392; }
span { border-color: rgb(201,83,146); }
td.TdClassName
{
border-color: #C95392;
}
.TagClassName
{
border-color: #C95392;
}
</style>