Shades of Mulberry #C65189
Tints of Mulberry #C65189
RGB
CMYK
RGB Variations
Color information
#C65189 (or 0xC65189) is known color: Mulberry. HEX triplet: C6, 51 and 89. RGB value is (198,81,137). Sum of RGB (Red+Green+Blue) = 198+81+137=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65189 is #39AE76. Grayscale: #7A7A7A. Windows color (decimal): -3780215 or 8999366. OLE color: 8999366.
HSL color Cylindrical-coordinate representation of color #C65189: hue angle of 331.28º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65189 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 137 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.22 |
| HSL | 331.28º | 0.51% | 0.55% | - |
| HSV(B) | 331.28º | 0.59% | 0.78% | - |
| XYZ | 30.75 | 19.7 | 25.85 | - |
| YUV | 122.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 137 | 0 | 0.59 | 0.31 | 0.22 | 331.28 | 0.51 | 0.55 |
| Hex | C6 | 51 | 89 | 0 | 3B | 1F | 16 | 14B | 33 | 37 |
| Octal | 306 | 121 | 211 | 0 | 73 | 37 | 26 | 513 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10001001 | 0 | 111011 | 11111 | 10110 | 101001011 | 110011 | 110111 |
Color Harmonies of #C65189
Complementary color
Monochromatic Colors of #C65189
Black with #C65189
Text Example
Text Example
White with #C65189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65189; }
p { color: rgb(198,81,137); }
H1.HeaderClassName
{
color: #C65189;
}
.AnyTagClassName
{
color: #C65189;
}
</style>
background-color css
<style>
a { background-color: #C65189; }
a { background-color: rgb(198,81,137); }
div.DivClassName
{
background-color: #C65189;
}
.BgClassName
{
background-color: #C65189;
}
</style>
border-color css
<style>
span { border-color: #C65189; }
span { border-color: rgb(198,81,137); }
td.TdClassName
{
border-color: #C65189;
}
.TagClassName
{
border-color: #C65189;
}
</style>