Shades of Mulberry #C64A83
Tints of Mulberry #C64A83
RGB
CMYK
RGB Variations
Color information
#C64A83 (or 0xC64A83) is known color: Mulberry. HEX triplet: C6, 4A and 83. RGB value is (198,74,131). Sum of RGB (Red+Green+Blue) = 198+74+131=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A83 is #39B57C. Grayscale: #757575. Windows color (decimal): -3782013 or 8604358. OLE color: 8604358.
HSL color Cylindrical-coordinate representation of color #C64A83: hue angle of 332.42º 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 #C64A83 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 131 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.22 |
| HSL | 332.42º | 0.52% | 0.53% | - |
| HSV(B) | 332.42º | 0.63% | 0.78% | - |
| XYZ | 29.83 | 18.54 | 23.48 | - |
| YUV | 117.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 131 | 0 | 0.63 | 0.34 | 0.22 | 332.42 | 0.52 | 0.53 |
| Hex | C6 | 4A | 83 | 0 | 3F | 22 | 16 | 14C | 34 | 35 |
| Octal | 306 | 112 | 203 | 0 | 77 | 42 | 26 | 514 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10000011 | 0 | 111111 | 100010 | 10110 | 101001100 | 110100 | 110101 |
Color Harmonies of #C64A83
Complementary color
Monochromatic Colors of #C64A83
Black with #C64A83
Text Example
Text Example
White with #C64A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A83; }
p { color: rgb(198,74,131); }
H1.HeaderClassName
{
color: #C64A83;
}
.AnyTagClassName
{
color: #C64A83;
}
</style>
background-color css
<style>
a { background-color: #C64A83; }
a { background-color: rgb(198,74,131); }
div.DivClassName
{
background-color: #C64A83;
}
.BgClassName
{
background-color: #C64A83;
}
</style>
border-color css
<style>
span { border-color: #C64A83; }
span { border-color: rgb(198,74,131); }
td.TdClassName
{
border-color: #C64A83;
}
.TagClassName
{
border-color: #C64A83;
}
</style>