Shades of Mulberry #C15C84
Tints of Mulberry #C15C84
RGB
CMYK
RGB Variations
Color information
#C15C84 (or 0xC15C84) is known color: Mulberry. HEX triplet: C1, 5C and 84. RGB value is (193,92,132). Sum of RGB (Red+Green+Blue) = 193+92+132=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C84 is #3EA37B. Grayscale: #7E7E7E. Windows color (decimal): -4105084 or 8674497. OLE color: 8674497.
HSL color Cylindrical-coordinate representation of color #C15C84: hue angle of 336.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C84 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 132 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.24 |
| HSL | 336.24º | 0.45% | 0.56% | - |
| HSV(B) | 336.24º | 0.52% | 0.76% | - |
| XYZ | 29.98 | 20.66 | 24.24 | - |
| YUV | 126.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 132 | 0 | 0.52 | 0.32 | 0.24 | 336.24 | 0.45 | 0.56 |
| Hex | C1 | 5C | 84 | 0 | 34 | 20 | 18 | 150 | 2D | 38 |
| Octal | 301 | 134 | 204 | 0 | 64 | 40 | 30 | 520 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10000100 | 0 | 110100 | 100000 | 11000 | 101010000 | 101101 | 111000 |
Color Harmonies of #C15C84
Complementary color
Monochromatic Colors of #C15C84
Black with #C15C84
Text Example
Text Example
White with #C15C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C84; }
p { color: rgb(193,92,132); }
H1.HeaderClassName
{
color: #C15C84;
}
.AnyTagClassName
{
color: #C15C84;
}
</style>
background-color css
<style>
a { background-color: #C15C84; }
a { background-color: rgb(193,92,132); }
div.DivClassName
{
background-color: #C15C84;
}
.BgClassName
{
background-color: #C15C84;
}
</style>
border-color css
<style>
span { border-color: #C15C84; }
span { border-color: rgb(193,92,132); }
td.TdClassName
{
border-color: #C15C84;
}
.TagClassName
{
border-color: #C15C84;
}
</style>