Shades of Mulberry #C15C9C
Tints of Mulberry #C15C9C
RGB
CMYK
RGB Variations
Color information
#C15C9C (or 0xC15C9C) is known color: Mulberry. HEX triplet: C1, 5C and 9C. RGB value is (193,92,156). Sum of RGB (Red+Green+Blue) = 193+92+156=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C9C is #3EA363. Grayscale: #818181. Windows color (decimal): -4105060 or 10247361. OLE color: 10247361.
HSL color Cylindrical-coordinate representation of color #C15C9C: hue angle of 321.98º 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 #C15C9C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 156 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.24 |
| HSL | 321.98º | 0.45% | 0.56% | - |
| HSV(B) | 321.98º | 0.52% | 0.76% | - |
| XYZ | 31.82 | 21.39 | 33.9 | - |
| YUV | 129.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 156 | 0 | 0.52 | 0.19 | 0.24 | 321.98 | 0.45 | 0.56 |
| Hex | C1 | 5C | 9C | 0 | 34 | 13 | 18 | 142 | 2D | 38 |
| Octal | 301 | 134 | 234 | 0 | 64 | 23 | 30 | 502 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10011100 | 0 | 110100 | 10011 | 11000 | 101000010 | 101101 | 111000 |
Color Harmonies of #C15C9C
Complementary color
Monochromatic Colors of #C15C9C
Black with #C15C9C
Text Example
Text Example
White with #C15C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C9C; }
p { color: rgb(193,92,156); }
H1.HeaderClassName
{
color: #C15C9C;
}
.AnyTagClassName
{
color: #C15C9C;
}
</style>
background-color css
<style>
a { background-color: #C15C9C; }
a { background-color: rgb(193,92,156); }
div.DivClassName
{
background-color: #C15C9C;
}
.BgClassName
{
background-color: #C15C9C;
}
</style>
border-color css
<style>
span { border-color: #C15C9C; }
span { border-color: rgb(193,92,156); }
td.TdClassName
{
border-color: #C15C9C;
}
.TagClassName
{
border-color: #C15C9C;
}
</style>