Shades of Mulberry #C65C9B
Tints of Mulberry #C65C9B
RGB
CMYK
RGB Variations
Color information
#C65C9B (or 0xC65C9B) is known color: Mulberry. HEX triplet: C6, 5C and 9B. RGB value is (198,92,155). Sum of RGB (Red+Green+Blue) = 198+92+155=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C9B is #39A364. Grayscale: #828282. Windows color (decimal): -3777381 or 10181830. OLE color: 10181830.
HSL color Cylindrical-coordinate representation of color #C65C9B: hue angle of 324.34º 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 #C65C9B is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 155 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.22 |
| HSL | 324.34º | 0.48% | 0.57% | - |
| HSV(B) | 324.34º | 0.54% | 0.78% | - |
| XYZ | 33.03 | 22.03 | 33.52 | - |
| YUV | 130.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 155 | 0 | 0.54 | 0.22 | 0.22 | 324.34 | 0.48 | 0.57 |
| Hex | C6 | 5C | 9B | 0 | 36 | 16 | 16 | 144 | 30 | 39 |
| Octal | 306 | 134 | 233 | 0 | 66 | 26 | 26 | 504 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10011011 | 0 | 110110 | 10110 | 10110 | 101000100 | 110000 | 111001 |
Color Harmonies of #C65C9B
Complementary color
Monochromatic Colors of #C65C9B
Black with #C65C9B
Text Example
Text Example
White with #C65C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C9B; }
p { color: rgb(198,92,155); }
H1.HeaderClassName
{
color: #C65C9B;
}
.AnyTagClassName
{
color: #C65C9B;
}
</style>
background-color css
<style>
a { background-color: #C65C9B; }
a { background-color: rgb(198,92,155); }
div.DivClassName
{
background-color: #C65C9B;
}
.BgClassName
{
background-color: #C65C9B;
}
</style>
border-color css
<style>
span { border-color: #C65C9B; }
span { border-color: rgb(198,92,155); }
td.TdClassName
{
border-color: #C65C9B;
}
.TagClassName
{
border-color: #C65C9B;
}
</style>