Shades of Mulberry #C64B96
Tints of Mulberry #C64B96
RGB
CMYK
RGB Variations
Color information
#C64B96 (or 0xC64B96) is known color: Mulberry. HEX triplet: C6, 4B and 96. RGB value is (198,75,150). Sum of RGB (Red+Green+Blue) = 198+75+150=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64B96 is #39B469. Grayscale: #787878. Windows color (decimal): -3781738 or 9849798. OLE color: 9849798.
HSL color Cylindrical-coordinate representation of color #C64B96: hue angle of 323.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B96 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 150 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.22 |
| HSL | 323.41º | 0.52% | 0.54% | - |
| HSV(B) | 323.41º | 0.62% | 0.78% | - |
| XYZ | 31.31 | 19.24 | 30.92 | - |
| YUV | 120.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 150 | 0 | 0.62 | 0.24 | 0.22 | 323.41 | 0.52 | 0.54 |
| Hex | C6 | 4B | 96 | 0 | 3E | 18 | 16 | 143 | 34 | 36 |
| Octal | 306 | 113 | 226 | 0 | 76 | 30 | 26 | 503 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10010110 | 0 | 111110 | 11000 | 10110 | 101000011 | 110100 | 110110 |
Color Harmonies of #C64B96
Complementary color
Monochromatic Colors of #C64B96
Black with #C64B96
Text Example
Text Example
White with #C64B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B96; }
p { color: rgb(198,75,150); }
H1.HeaderClassName
{
color: #C64B96;
}
.AnyTagClassName
{
color: #C64B96;
}
</style>
background-color css
<style>
a { background-color: #C64B96; }
a { background-color: rgb(198,75,150); }
div.DivClassName
{
background-color: #C64B96;
}
.BgClassName
{
background-color: #C64B96;
}
</style>
border-color css
<style>
span { border-color: #C64B96; }
span { border-color: rgb(198,75,150); }
td.TdClassName
{
border-color: #C64B96;
}
.TagClassName
{
border-color: #C64B96;
}
</style>