Shades of Mulberry #C64B7F
Tints of Mulberry #C64B7F
RGB
CMYK
RGB Variations
Color information
#C64B7F (or 0xC64B7F) is known color: Mulberry. HEX triplet: C6, 4B and 7F. RGB value is (198,75,127). Sum of RGB (Red+Green+Blue) = 198+75+127=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B7F is #39B480. Grayscale: #757575. Windows color (decimal): -3781761 or 8342470. OLE color: 8342470.
HSL color Cylindrical-coordinate representation of color #C64B7F: hue angle of 334.63º 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 #C64B7F is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 127 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.22 |
| HSL | 334.63º | 0.52% | 0.54% | - |
| HSV(B) | 334.63º | 0.62% | 0.78% | - |
| XYZ | 29.64 | 18.57 | 22.1 | - |
| YUV | 117.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 127 | 0 | 0.62 | 0.36 | 0.22 | 334.63 | 0.52 | 0.54 |
| Hex | C6 | 4B | 7F | 0 | 3E | 24 | 16 | 14F | 34 | 36 |
| Octal | 306 | 113 | 177 | 0 | 76 | 44 | 26 | 517 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1111111 | 0 | 111110 | 100100 | 10110 | 101001111 | 110100 | 110110 |
Color Harmonies of #C64B7F
Complementary color
Monochromatic Colors of #C64B7F
Black with #C64B7F
Text Example
Text Example
White with #C64B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B7F; }
p { color: rgb(198,75,127); }
H1.HeaderClassName
{
color: #C64B7F;
}
.AnyTagClassName
{
color: #C64B7F;
}
</style>
background-color css
<style>
a { background-color: #C64B7F; }
a { background-color: rgb(198,75,127); }
div.DivClassName
{
background-color: #C64B7F;
}
.BgClassName
{
background-color: #C64B7F;
}
</style>
border-color css
<style>
span { border-color: #C64B7F; }
span { border-color: rgb(198,75,127); }
td.TdClassName
{
border-color: #C64B7F;
}
.TagClassName
{
border-color: #C64B7F;
}
</style>