Shades of Mulberry #C65689
Tints of Mulberry #C65689
RGB
CMYK
RGB Variations
Color information
#C65689 (or 0xC65689) is known color: Mulberry. HEX triplet: C6, 56 and 89. RGB value is (198,86,137). Sum of RGB (Red+Green+Blue) = 198+86+137=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C65689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65689 is #39A976. Grayscale: #7D7D7D. Windows color (decimal): -3778935 or 9000646. OLE color: 9000646.
HSL color Cylindrical-coordinate representation of color #C65689: hue angle of 332.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65689 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 137 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.22 |
| HSL | 332.68º | 0.5% | 0.56% | - |
| HSV(B) | 332.68º | 0.57% | 0.78% | - |
| XYZ | 31.13 | 20.47 | 25.98 | - |
| YUV | 125.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 137 | 0 | 0.57 | 0.31 | 0.22 | 332.68 | 0.5 | 0.56 |
| Hex | C6 | 56 | 89 | 0 | 39 | 1F | 16 | 14D | 32 | 38 |
| Octal | 306 | 126 | 211 | 0 | 71 | 37 | 26 | 515 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10001001 | 0 | 111001 | 11111 | 10110 | 101001101 | 110010 | 111000 |
Color Harmonies of #C65689
Complementary color
Monochromatic Colors of #C65689
Black with #C65689
Text Example
Text Example
White with #C65689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65689; }
p { color: rgb(198,86,137); }
H1.HeaderClassName
{
color: #C65689;
}
.AnyTagClassName
{
color: #C65689;
}
</style>
background-color css
<style>
a { background-color: #C65689; }
a { background-color: rgb(198,86,137); }
div.DivClassName
{
background-color: #C65689;
}
.BgClassName
{
background-color: #C65689;
}
</style>
border-color css
<style>
span { border-color: #C65689; }
span { border-color: rgb(198,86,137); }
td.TdClassName
{
border-color: #C65689;
}
.TagClassName
{
border-color: #C65689;
}
</style>