Shades of Mulberry #C15C8A
Tints of Mulberry #C15C8A
RGB
CMYK
RGB Variations
Color information
#C15C8A (or 0xC15C8A) is known color: Mulberry. HEX triplet: C1, 5C and 8A. RGB value is (193,92,138). Sum of RGB (Red+Green+Blue) = 193+92+138=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C8A is #3EA375. Grayscale: #7F7F7F. Windows color (decimal): -4105078 or 9067713. OLE color: 9067713.
HSL color Cylindrical-coordinate representation of color #C15C8A: hue angle of 332.67º 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 #C15C8A is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 138 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.24 |
| HSL | 332.67º | 0.45% | 0.56% | - |
| HSV(B) | 332.67º | 0.52% | 0.76% | - |
| XYZ | 30.41 | 20.83 | 26.46 | - |
| YUV | 127.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 138 | 0 | 0.52 | 0.28 | 0.24 | 332.67 | 0.45 | 0.56 |
| Hex | C1 | 5C | 8A | 0 | 34 | 1C | 18 | 14D | 2D | 38 |
| Octal | 301 | 134 | 212 | 0 | 64 | 34 | 30 | 515 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10001010 | 0 | 110100 | 11100 | 11000 | 101001101 | 101101 | 111000 |
Color Harmonies of #C15C8A
Complementary color
Monochromatic Colors of #C15C8A
Black with #C15C8A
Text Example
Text Example
White with #C15C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C8A; }
p { color: rgb(193,92,138); }
H1.HeaderClassName
{
color: #C15C8A;
}
.AnyTagClassName
{
color: #C15C8A;
}
</style>
background-color css
<style>
a { background-color: #C15C8A; }
a { background-color: rgb(193,92,138); }
div.DivClassName
{
background-color: #C15C8A;
}
.BgClassName
{
background-color: #C15C8A;
}
</style>
border-color css
<style>
span { border-color: #C15C8A; }
span { border-color: rgb(193,92,138); }
td.TdClassName
{
border-color: #C15C8A;
}
.TagClassName
{
border-color: #C15C8A;
}
</style>