Shades of Mulberry #C7569A
Tints of Mulberry #C7569A
RGB
CMYK
RGB Variations
Color information
#C7569A (or 0xC7569A) is known color: Mulberry. HEX triplet: C7, 56 and 9A. RGB value is (199,86,154). Sum of RGB (Red+Green+Blue) = 199+86+154=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7569A is #38A965. Grayscale: #7F7F7F. Windows color (decimal): -3713382 or 10114759. OLE color: 10114759.
HSL color Cylindrical-coordinate representation of color #C7569A: hue angle of 323.89º 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 #C7569A is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 154 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.22 |
| HSL | 323.89º | 0.5% | 0.56% | - |
| HSV(B) | 323.89º | 0.57% | 0.78% | - |
| XYZ | 32.71 | 21.13 | 32.93 | - |
| YUV | 127.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 154 | 0 | 0.57 | 0.23 | 0.22 | 323.89 | 0.5 | 0.56 |
| Hex | C7 | 56 | 9A | 0 | 39 | 17 | 16 | 144 | 32 | 38 |
| Octal | 307 | 126 | 232 | 0 | 71 | 27 | 26 | 504 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10011010 | 0 | 111001 | 10111 | 10110 | 101000100 | 110010 | 111000 |
Color Harmonies of #C7569A
Complementary color
Monochromatic Colors of #C7569A
Black with #C7569A
Text Example
Text Example
White with #C7569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7569A; }
p { color: rgb(199,86,154); }
H1.HeaderClassName
{
color: #C7569A;
}
.AnyTagClassName
{
color: #C7569A;
}
</style>
background-color css
<style>
a { background-color: #C7569A; }
a { background-color: rgb(199,86,154); }
div.DivClassName
{
background-color: #C7569A;
}
.BgClassName
{
background-color: #C7569A;
}
</style>
border-color css
<style>
span { border-color: #C7569A; }
span { border-color: rgb(199,86,154); }
td.TdClassName
{
border-color: #C7569A;
}
.TagClassName
{
border-color: #C7569A;
}
</style>