Shades of Mulberry #C7569D
Tints of Mulberry #C7569D
RGB
CMYK
RGB Variations
Color information
#C7569D (or 0xC7569D) is known color: Mulberry. HEX triplet: C7, 56 and 9D. RGB value is (199,86,157). Sum of RGB (Red+Green+Blue) = 199+86+157=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7569D is #38A962. Grayscale: #7F7F7F. Windows color (decimal): -3713379 or 10311367. OLE color: 10311367.
HSL color Cylindrical-coordinate representation of color #C7569D: hue angle of 322.3º 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 #C7569D is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 157 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.22 |
| HSL | 322.3º | 0.5% | 0.56% | - |
| HSV(B) | 322.3º | 0.57% | 0.78% | - |
| XYZ | 32.97 | 21.23 | 34.26 | - |
| YUV | 127.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 157 | 0 | 0.57 | 0.21 | 0.22 | 322.3 | 0.5 | 0.56 |
| Hex | C7 | 56 | 9D | 0 | 39 | 15 | 16 | 142 | 32 | 38 |
| Octal | 307 | 126 | 235 | 0 | 71 | 25 | 26 | 502 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10011101 | 0 | 111001 | 10101 | 10110 | 101000010 | 110010 | 111000 |
Color Harmonies of #C7569D
Complementary color
Monochromatic Colors of #C7569D
Black with #C7569D
Text Example
Text Example
White with #C7569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7569D; }
p { color: rgb(199,86,157); }
H1.HeaderClassName
{
color: #C7569D;
}
.AnyTagClassName
{
color: #C7569D;
}
</style>
background-color css
<style>
a { background-color: #C7569D; }
a { background-color: rgb(199,86,157); }
div.DivClassName
{
background-color: #C7569D;
}
.BgClassName
{
background-color: #C7569D;
}
</style>
border-color css
<style>
span { border-color: #C7569D; }
span { border-color: rgb(199,86,157); }
td.TdClassName
{
border-color: #C7569D;
}
.TagClassName
{
border-color: #C7569D;
}
</style>