Shades of Mulberry #C65B9C
Tints of Mulberry #C65B9C
RGB
CMYK
RGB Variations
Color information
#C65B9C (or 0xC65B9C) is known color: Mulberry. HEX triplet: C6, 5B and 9C. RGB value is (198,91,156). Sum of RGB (Red+Green+Blue) = 198+91+156=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C65B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65B9C is #39A463. Grayscale: #828282. Windows color (decimal): -3777636 or 10247110. OLE color: 10247110.
HSL color Cylindrical-coordinate representation of color #C65B9C: hue angle of 323.55º 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 #C65B9C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 156 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.22 |
| HSL | 323.55º | 0.48% | 0.57% | - |
| HSV(B) | 323.55º | 0.54% | 0.78% | - |
| XYZ | 33.03 | 21.89 | 33.94 | - |
| YUV | 130.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 156 | 0 | 0.54 | 0.21 | 0.22 | 323.55 | 0.48 | 0.57 |
| Hex | C6 | 5B | 9C | 0 | 36 | 15 | 16 | 144 | 30 | 39 |
| Octal | 306 | 133 | 234 | 0 | 66 | 25 | 26 | 504 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10011100 | 0 | 110110 | 10101 | 10110 | 101000100 | 110000 | 111001 |
Color Harmonies of #C65B9C
Complementary color
Monochromatic Colors of #C65B9C
Black with #C65B9C
Text Example
Text Example
White with #C65B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65B9C; }
p { color: rgb(198,91,156); }
H1.HeaderClassName
{
color: #C65B9C;
}
.AnyTagClassName
{
color: #C65B9C;
}
</style>
background-color css
<style>
a { background-color: #C65B9C; }
a { background-color: rgb(198,91,156); }
div.DivClassName
{
background-color: #C65B9C;
}
.BgClassName
{
background-color: #C65B9C;
}
</style>
border-color css
<style>
span { border-color: #C65B9C; }
span { border-color: rgb(198,91,156); }
td.TdClassName
{
border-color: #C65B9C;
}
.TagClassName
{
border-color: #C65B9C;
}
</style>