Shades of Mulberry #C95492
Tints of Mulberry #C95492
RGB
CMYK
RGB Variations
Color information
#C95492 (or 0xC95492) is known color: Mulberry. HEX triplet: C9, 54 and 92. RGB value is (201,84,146). Sum of RGB (Red+Green+Blue) = 201+84+146=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95492 is #36AB6D. Grayscale: #7D7D7D. Windows color (decimal): -3582830 or 9589961. OLE color: 9589961.
HSL color Cylindrical-coordinate representation of color #C95492: hue angle of 328.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95492 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 146 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.21 |
| HSL | 328.21º | 0.52% | 0.56% | - |
| HSV(B) | 328.21º | 0.58% | 0.79% | - |
| XYZ | 32.45 | 20.83 | 29.51 | - |
| YUV | 126.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 146 | 0 | 0.58 | 0.27 | 0.21 | 328.21 | 0.52 | 0.56 |
| Hex | C9 | 54 | 92 | 0 | 3A | 1B | 15 | 148 | 34 | 38 |
| Octal | 311 | 124 | 222 | 0 | 72 | 33 | 25 | 510 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10010010 | 0 | 111010 | 11011 | 10101 | 101001000 | 110100 | 111000 |
Color Harmonies of #C95492
Complementary color
Monochromatic Colors of #C95492
Black with #C95492
Text Example
Text Example
White with #C95492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95492; }
p { color: rgb(201,84,146); }
H1.HeaderClassName
{
color: #C95492;
}
.AnyTagClassName
{
color: #C95492;
}
</style>
background-color css
<style>
a { background-color: #C95492; }
a { background-color: rgb(201,84,146); }
div.DivClassName
{
background-color: #C95492;
}
.BgClassName
{
background-color: #C95492;
}
</style>
border-color css
<style>
span { border-color: #C95492; }
span { border-color: rgb(201,84,146); }
td.TdClassName
{
border-color: #C95492;
}
.TagClassName
{
border-color: #C95492;
}
</style>