Shades of Mulberry #C64185
Tints of Mulberry #C64185
RGB
CMYK
RGB Variations
Color information
#C64185 (or 0xC64185) is known color: Mulberry. HEX triplet: C6, 41 and 85. RGB value is (198,65,133). Sum of RGB (Red+Green+Blue) = 198+65+133=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64185 is #39BE7A. Grayscale: #707070. Windows color (decimal): -3784315 or 8733126. OLE color: 8733126.
HSL color Cylindrical-coordinate representation of color #C64185: hue angle of 329.32º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64185 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 133 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.22 |
| HSL | 329.32º | 0.54% | 0.52% | - |
| HSV(B) | 329.32º | 0.67% | 0.78% | - |
| XYZ | 29.41 | 17.48 | 24.01 | - |
| YUV | 112.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 133 | 0 | 0.67 | 0.33 | 0.22 | 329.32 | 0.54 | 0.52 |
| Hex | C6 | 41 | 85 | 0 | 43 | 21 | 16 | 149 | 36 | 34 |
| Octal | 306 | 101 | 205 | 0 | 103 | 41 | 26 | 511 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10000101 | 0 | 1000011 | 100001 | 10110 | 101001001 | 110110 | 110100 |
Color Harmonies of #C64185
Complementary color
Monochromatic Colors of #C64185
Black with #C64185
Text Example
Text Example
White with #C64185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64185; }
p { color: rgb(198,65,133); }
H1.HeaderClassName
{
color: #C64185;
}
.AnyTagClassName
{
color: #C64185;
}
</style>
background-color css
<style>
a { background-color: #C64185; }
a { background-color: rgb(198,65,133); }
div.DivClassName
{
background-color: #C64185;
}
.BgClassName
{
background-color: #C64185;
}
</style>
border-color css
<style>
span { border-color: #C64185; }
span { border-color: rgb(198,65,133); }
td.TdClassName
{
border-color: #C64185;
}
.TagClassName
{
border-color: #C64185;
}
</style>