Shades of Mulberry #C15692
Tints of Mulberry #C15692
RGB
CMYK
RGB Variations
Color information
#C15692 (or 0xC15692) is known color: Mulberry. HEX triplet: C1, 56 and 92. RGB value is (193,86,146). Sum of RGB (Red+Green+Blue) = 193+86+146=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C15692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15692 is #3EA96D. Grayscale: #7C7C7C. Windows color (decimal): -4106606 or 9590465. OLE color: 9590465.
HSL color Cylindrical-coordinate representation of color #C15692: hue angle of 326.36º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15692 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 146 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.24 |
| HSL | 326.36º | 0.46% | 0.55% | - |
| HSV(B) | 326.36º | 0.55% | 0.76% | - |
| XYZ | 30.51 | 20.07 | 29.46 | - |
| YUV | 124.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 146 | 0 | 0.55 | 0.24 | 0.24 | 326.36 | 0.46 | 0.55 |
| Hex | C1 | 56 | 92 | 0 | 37 | 18 | 18 | 146 | 2E | 37 |
| Octal | 301 | 126 | 222 | 0 | 67 | 30 | 30 | 506 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10010010 | 0 | 110111 | 11000 | 11000 | 101000110 | 101110 | 110111 |
Color Harmonies of #C15692
Complementary color
Monochromatic Colors of #C15692
Black with #C15692
Text Example
Text Example
White with #C15692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15692; }
p { color: rgb(193,86,146); }
H1.HeaderClassName
{
color: #C15692;
}
.AnyTagClassName
{
color: #C15692;
}
</style>
background-color css
<style>
a { background-color: #C15692; }
a { background-color: rgb(193,86,146); }
div.DivClassName
{
background-color: #C15692;
}
.BgClassName
{
background-color: #C15692;
}
</style>
border-color css
<style>
span { border-color: #C15692; }
span { border-color: rgb(193,86,146); }
td.TdClassName
{
border-color: #C15692;
}
.TagClassName
{
border-color: #C15692;
}
</style>