Shades of Mulberry #C64694
Tints of Mulberry #C64694
RGB
CMYK
RGB Variations
Color information
#C64694 (or 0xC64694) is known color: Mulberry. HEX triplet: C6, 46 and 94. RGB value is (198,70,148). Sum of RGB (Red+Green+Blue) = 198+70+148=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64694 is #39B96B. Grayscale: #747474. Windows color (decimal): -3783020 or 9717446. OLE color: 9717446.
HSL color Cylindrical-coordinate representation of color #C64694: hue angle of 323.44º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64694 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 148 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.22 |
| HSL | 323.44º | 0.53% | 0.53% | - |
| HSV(B) | 323.44º | 0.65% | 0.78% | - |
| XYZ | 30.82 | 18.52 | 29.97 | - |
| YUV | 117.16 | 145.41 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 148 | 0 | 0.65 | 0.25 | 0.22 | 323.44 | 0.53 | 0.53 |
| Hex | C6 | 46 | 94 | 0 | 41 | 19 | 16 | 143 | 35 | 35 |
| Octal | 306 | 106 | 224 | 0 | 101 | 31 | 26 | 503 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10010100 | 0 | 1000001 | 11001 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C64694
Complementary color
Monochromatic Colors of #C64694
Black with #C64694
Text Example
Text Example
White with #C64694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64694; }
p { color: rgb(198,70,148); }
H1.HeaderClassName
{
color: #C64694;
}
.AnyTagClassName
{
color: #C64694;
}
</style>
background-color css
<style>
a { background-color: #C64694; }
a { background-color: rgb(198,70,148); }
div.DivClassName
{
background-color: #C64694;
}
.BgClassName
{
background-color: #C64694;
}
</style>
border-color css
<style>
span { border-color: #C64694; }
span { border-color: rgb(198,70,148); }
td.TdClassName
{
border-color: #C64694;
}
.TagClassName
{
border-color: #C64694;
}
</style>