Shades of Mulberry #C65790
Tints of Mulberry #C65790
RGB
CMYK
RGB Variations
Color information
#C65790 (or 0xC65790) is known color: Mulberry. HEX triplet: C6, 57 and 90. RGB value is (198,87,144). Sum of RGB (Red+Green+Blue) = 198+87+144=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C65790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65790 is #39A86F. Grayscale: #7E7E7E. Windows color (decimal): -3778672 or 9459654. OLE color: 9459654.
HSL color Cylindrical-coordinate representation of color #C65790: hue angle of 329.19º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65790 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 144 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.22 |
| HSL | 329.19º | 0.49% | 0.56% | - |
| HSV(B) | 329.19º | 0.56% | 0.78% | - |
| XYZ | 31.73 | 20.84 | 28.73 | - |
| YUV | 126.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 144 | 0 | 0.56 | 0.27 | 0.22 | 329.19 | 0.49 | 0.56 |
| Hex | C6 | 57 | 90 | 0 | 38 | 1B | 16 | 149 | 31 | 38 |
| Octal | 306 | 127 | 220 | 0 | 70 | 33 | 26 | 511 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10010000 | 0 | 111000 | 11011 | 10110 | 101001001 | 110001 | 111000 |
Color Harmonies of #C65790
Complementary color
Monochromatic Colors of #C65790
Black with #C65790
Text Example
Text Example
White with #C65790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65790; }
p { color: rgb(198,87,144); }
H1.HeaderClassName
{
color: #C65790;
}
.AnyTagClassName
{
color: #C65790;
}
</style>
background-color css
<style>
a { background-color: #C65790; }
a { background-color: rgb(198,87,144); }
div.DivClassName
{
background-color: #C65790;
}
.BgClassName
{
background-color: #C65790;
}
</style>
border-color css
<style>
span { border-color: #C65790; }
span { border-color: rgb(198,87,144); }
td.TdClassName
{
border-color: #C65790;
}
.TagClassName
{
border-color: #C65790;
}
</style>