Shades of Mulberry #C65C91
Tints of Mulberry #C65C91
RGB
CMYK
RGB Variations
Color information
#C65C91 (or 0xC65C91) is known color: Mulberry. HEX triplet: C6, 5C and 91. RGB value is (198,92,145). Sum of RGB (Red+Green+Blue) = 198+92+145=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C91 is #39A36E. Grayscale: #818181. Windows color (decimal): -3777391 or 9526470. OLE color: 9526470.
HSL color Cylindrical-coordinate representation of color #C65C91: hue angle of 330º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C91 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 145 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.22 |
| HSL | 330º | 0.48% | 0.57% | - |
| HSV(B) | 330º | 0.54% | 0.78% | - |
| XYZ | 32.23 | 21.7 | 29.28 | - |
| YUV | 129.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 145 | 0 | 0.54 | 0.27 | 0.22 | 330 | 0.48 | 0.57 |
| Hex | C6 | 5C | 91 | 0 | 36 | 1B | 16 | 14A | 30 | 39 |
| Octal | 306 | 134 | 221 | 0 | 66 | 33 | 26 | 512 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10010001 | 0 | 110110 | 11011 | 10110 | 101001010 | 110000 | 111001 |
Color Harmonies of #C65C91
Complementary color
Monochromatic Colors of #C65C91
Black with #C65C91
Text Example
Text Example
White with #C65C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C91; }
p { color: rgb(198,92,145); }
H1.HeaderClassName
{
color: #C65C91;
}
.AnyTagClassName
{
color: #C65C91;
}
</style>
background-color css
<style>
a { background-color: #C65C91; }
a { background-color: rgb(198,92,145); }
div.DivClassName
{
background-color: #C65C91;
}
.BgClassName
{
background-color: #C65C91;
}
</style>
border-color css
<style>
span { border-color: #C65C91; }
span { border-color: rgb(198,92,145); }
td.TdClassName
{
border-color: #C65C91;
}
.TagClassName
{
border-color: #C65C91;
}
</style>