Shades of Mulberry #C64C9B
Tints of Mulberry #C64C9B
RGB
CMYK
RGB Variations
Color information
#C64C9B (or 0xC64C9B) is known color: Mulberry. HEX triplet: C6, 4C and 9B. RGB value is (198,76,155). Sum of RGB (Red+Green+Blue) = 198+76+155=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C9B is #39B364. Grayscale: #797979. Windows color (decimal): -3781477 or 10177734. OLE color: 10177734.
HSL color Cylindrical-coordinate representation of color #C64C9B: hue angle of 321.15º 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 #C64C9B is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 155 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.22 |
| HSL | 321.15º | 0.52% | 0.54% | - |
| HSV(B) | 321.15º | 0.62% | 0.78% | - |
| XYZ | 31.79 | 19.54 | 33.11 | - |
| YUV | 121.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 155 | 0 | 0.62 | 0.22 | 0.22 | 321.15 | 0.52 | 0.54 |
| Hex | C6 | 4C | 9B | 0 | 3E | 16 | 16 | 141 | 34 | 36 |
| Octal | 306 | 114 | 233 | 0 | 76 | 26 | 26 | 501 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10011011 | 0 | 111110 | 10110 | 10110 | 101000001 | 110100 | 110110 |
Color Harmonies of #C64C9B
Complementary color
Monochromatic Colors of #C64C9B
Black with #C64C9B
Text Example
Text Example
White with #C64C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C9B; }
p { color: rgb(198,76,155); }
H1.HeaderClassName
{
color: #C64C9B;
}
.AnyTagClassName
{
color: #C64C9B;
}
</style>
background-color css
<style>
a { background-color: #C64C9B; }
a { background-color: rgb(198,76,155); }
div.DivClassName
{
background-color: #C64C9B;
}
.BgClassName
{
background-color: #C64C9B;
}
</style>
border-color css
<style>
span { border-color: #C64C9B; }
span { border-color: rgb(198,76,155); }
td.TdClassName
{
border-color: #C64C9B;
}
.TagClassName
{
border-color: #C64C9B;
}
</style>