Shades of Mulberry #C64A85
Tints of Mulberry #C64A85
RGB
CMYK
RGB Variations
Color information
#C64A85 (or 0xC64A85) is known color: Mulberry. HEX triplet: C6, 4A and 85. RGB value is (198,74,133). Sum of RGB (Red+Green+Blue) = 198+74+133=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A85 is #39B57A. Grayscale: #757575. Windows color (decimal): -3782011 or 8735430. OLE color: 8735430.
HSL color Cylindrical-coordinate representation of color #C64A85: hue angle of 331.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A85 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 133 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.22 |
| HSL | 331.45º | 0.52% | 0.53% | - |
| HSV(B) | 331.45º | 0.63% | 0.78% | - |
| XYZ | 29.97 | 18.6 | 24.2 | - |
| YUV | 117.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 133 | 0 | 0.63 | 0.33 | 0.22 | 331.45 | 0.52 | 0.53 |
| Hex | C6 | 4A | 85 | 0 | 3F | 21 | 16 | 14B | 34 | 35 |
| Octal | 306 | 112 | 205 | 0 | 77 | 41 | 26 | 513 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10000101 | 0 | 111111 | 100001 | 10110 | 101001011 | 110100 | 110101 |
Color Harmonies of #C64A85
Complementary color
Monochromatic Colors of #C64A85
Black with #C64A85
Text Example
Text Example
White with #C64A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A85; }
p { color: rgb(198,74,133); }
H1.HeaderClassName
{
color: #C64A85;
}
.AnyTagClassName
{
color: #C64A85;
}
</style>
background-color css
<style>
a { background-color: #C64A85; }
a { background-color: rgb(198,74,133); }
div.DivClassName
{
background-color: #C64A85;
}
.BgClassName
{
background-color: #C64A85;
}
</style>
border-color css
<style>
span { border-color: #C64A85; }
span { border-color: rgb(198,74,133); }
td.TdClassName
{
border-color: #C64A85;
}
.TagClassName
{
border-color: #C64A85;
}
</style>