Shades of Mulberry #C15C8B
Tints of Mulberry #C15C8B
RGB
CMYK
RGB Variations
Color information
#C15C8B (or 0xC15C8B) is known color: Mulberry. HEX triplet: C1, 5C and 8B. RGB value is (193,92,139). Sum of RGB (Red+Green+Blue) = 193+92+139=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C8B is #3EA374. Grayscale: #7F7F7F. Windows color (decimal): -4105077 or 9133249. OLE color: 9133249.
HSL color Cylindrical-coordinate representation of color #C15C8B: hue angle of 332.08º 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 #C15C8B is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 139 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.24 |
| HSL | 332.08º | 0.45% | 0.56% | - |
| HSV(B) | 332.08º | 0.52% | 0.76% | - |
| XYZ | 30.48 | 20.86 | 26.85 | - |
| YUV | 127.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 139 | 0 | 0.52 | 0.28 | 0.24 | 332.08 | 0.45 | 0.56 |
| Hex | C1 | 5C | 8B | 0 | 34 | 1C | 18 | 14C | 2D | 38 |
| Octal | 301 | 134 | 213 | 0 | 64 | 34 | 30 | 514 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10001011 | 0 | 110100 | 11100 | 11000 | 101001100 | 101101 | 111000 |
Color Harmonies of #C15C8B
Complementary color
Monochromatic Colors of #C15C8B
Black with #C15C8B
Text Example
Text Example
White with #C15C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C8B; }
p { color: rgb(193,92,139); }
H1.HeaderClassName
{
color: #C15C8B;
}
.AnyTagClassName
{
color: #C15C8B;
}
</style>
background-color css
<style>
a { background-color: #C15C8B; }
a { background-color: rgb(193,92,139); }
div.DivClassName
{
background-color: #C15C8B;
}
.BgClassName
{
background-color: #C15C8B;
}
</style>
border-color css
<style>
span { border-color: #C15C8B; }
span { border-color: rgb(193,92,139); }
td.TdClassName
{
border-color: #C15C8B;
}
.TagClassName
{
border-color: #C15C8B;
}
</style>