Shades of Mulberry #C6568B
Tints of Mulberry #C6568B
RGB
CMYK
RGB Variations
Color information
#C6568B (or 0xC6568B) is known color: Mulberry. HEX triplet: C6, 56 and 8B. RGB value is (198,86,139). Sum of RGB (Red+Green+Blue) = 198+86+139=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6568B is #39A974. Grayscale: #7D7D7D. Windows color (decimal): -3778933 or 9131718. OLE color: 9131718.
HSL color Cylindrical-coordinate representation of color #C6568B: hue angle of 331.61º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6568B is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 139 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.22 |
| HSL | 331.61º | 0.5% | 0.56% | - |
| HSV(B) | 331.61º | 0.57% | 0.78% | - |
| XYZ | 31.28 | 20.53 | 26.74 | - |
| YUV | 125.53 | 135.61 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 139 | 0 | 0.57 | 0.30 | 0.22 | 331.61 | 0.5 | 0.56 |
| Hex | C6 | 56 | 8B | 0 | 39 | 1E | 16 | 14C | 32 | 38 |
| Octal | 306 | 126 | 213 | 0 | 71 | 36 | 26 | 514 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10001011 | 0 | 111001 | 11110 | 10110 | 101001100 | 110010 | 111000 |
Color Harmonies of #C6568B
Complementary color
Monochromatic Colors of #C6568B
Black with #C6568B
Text Example
Text Example
White with #C6568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6568B; }
p { color: rgb(198,86,139); }
H1.HeaderClassName
{
color: #C6568B;
}
.AnyTagClassName
{
color: #C6568B;
}
</style>
background-color css
<style>
a { background-color: #C6568B; }
a { background-color: rgb(198,86,139); }
div.DivClassName
{
background-color: #C6568B;
}
.BgClassName
{
background-color: #C6568B;
}
</style>
border-color css
<style>
span { border-color: #C6568B; }
span { border-color: rgb(198,86,139); }
td.TdClassName
{
border-color: #C6568B;
}
.TagClassName
{
border-color: #C6568B;
}
</style>