Shades of Mulberry #C15C83
Tints of Mulberry #C15C83
RGB
CMYK
RGB Variations
Color information
#C15C83 (or 0xC15C83) is known color: Mulberry. HEX triplet: C1, 5C and 83. RGB value is (193,92,131). Sum of RGB (Red+Green+Blue) = 193+92+131=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C83 is #3EA37C. Grayscale: #7E7E7E. Windows color (decimal): -4105085 or 8608961. OLE color: 8608961.
HSL color Cylindrical-coordinate representation of color #C15C83: hue angle of 336.83º 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 #C15C83 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 131 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.24 |
| HSL | 336.83º | 0.45% | 0.56% | - |
| HSV(B) | 336.83º | 0.52% | 0.76% | - |
| XYZ | 29.92 | 20.63 | 23.88 | - |
| YUV | 126.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 131 | 0 | 0.52 | 0.32 | 0.24 | 336.83 | 0.45 | 0.56 |
| Hex | C1 | 5C | 83 | 0 | 34 | 20 | 18 | 151 | 2D | 38 |
| Octal | 301 | 134 | 203 | 0 | 64 | 40 | 30 | 521 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10000011 | 0 | 110100 | 100000 | 11000 | 101010001 | 101101 | 111000 |
Color Harmonies of #C15C83
Complementary color
Monochromatic Colors of #C15C83
Black with #C15C83
Text Example
Text Example
White with #C15C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C83; }
p { color: rgb(193,92,131); }
H1.HeaderClassName
{
color: #C15C83;
}
.AnyTagClassName
{
color: #C15C83;
}
</style>
background-color css
<style>
a { background-color: #C15C83; }
a { background-color: rgb(193,92,131); }
div.DivClassName
{
background-color: #C15C83;
}
.BgClassName
{
background-color: #C15C83;
}
</style>
border-color css
<style>
span { border-color: #C15C83; }
span { border-color: rgb(193,92,131); }
td.TdClassName
{
border-color: #C15C83;
}
.TagClassName
{
border-color: #C15C83;
}
</style>