Shades of Mulberry #C9568F
Tints of Mulberry #C9568F
RGB
CMYK
RGB Variations
Color information
#C9568F (or 0xC9568F) is known color: Mulberry. HEX triplet: C9, 56 and 8F. RGB value is (201,86,143). Sum of RGB (Red+Green+Blue) = 201+86+143=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9568F is #36A970. Grayscale: #7E7E7E. Windows color (decimal): -3582321 or 9393865. OLE color: 9393865.
HSL color Cylindrical-coordinate representation of color #C9568F: hue angle of 330.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9568F is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 143 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.21 |
| HSL | 330.26º | 0.52% | 0.56% | - |
| HSV(B) | 330.26º | 0.57% | 0.79% | - |
| XYZ | 32.37 | 21.06 | 28.34 | - |
| YUV | 126.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 143 | 0 | 0.57 | 0.29 | 0.21 | 330.26 | 0.52 | 0.56 |
| Hex | C9 | 56 | 8F | 0 | 39 | 1D | 15 | 14A | 34 | 38 |
| Octal | 311 | 126 | 217 | 0 | 71 | 35 | 25 | 512 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10001111 | 0 | 111001 | 11101 | 10101 | 101001010 | 110100 | 111000 |
Color Harmonies of #C9568F
Complementary color
Monochromatic Colors of #C9568F
Black with #C9568F
Text Example
Text Example
White with #C9568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9568F; }
p { color: rgb(201,86,143); }
H1.HeaderClassName
{
color: #C9568F;
}
.AnyTagClassName
{
color: #C9568F;
}
</style>
background-color css
<style>
a { background-color: #C9568F; }
a { background-color: rgb(201,86,143); }
div.DivClassName
{
background-color: #C9568F;
}
.BgClassName
{
background-color: #C9568F;
}
</style>
border-color css
<style>
span { border-color: #C9568F; }
span { border-color: rgb(201,86,143); }
td.TdClassName
{
border-color: #C9568F;
}
.TagClassName
{
border-color: #C9568F;
}
</style>