Shades of Mandy #CF5863
Tints of Mandy #CF5863
RGB
CMYK
RGB Variations
Color information
#CF5863 (or 0xCF5863) is known color: Mandy. HEX triplet: CF, 58 and 63. RGB value is (207,88,99). Sum of RGB (Red+Green+Blue) = 207+88+99=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5863 is #30A79C. Grayscale: #7C7C7C. Windows color (decimal): -3188637 or 6510799. OLE color: 6510799.
HSL color Cylindrical-coordinate representation of color #CF5863: hue angle of 354.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5863 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 99 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.19 |
| HSL | 354.45º | 0.55% | 0.58% | - |
| HSV(B) | 354.45º | 0.57% | 0.81% | - |
| XYZ | 31.47 | 21.15 | 14.23 | - |
| YUV | 124.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 99 | 0 | 0.57 | 0.52 | 0.19 | 354.45 | 0.55 | 0.58 |
| Hex | CF | 58 | 63 | 0 | 39 | 34 | 13 | 162 | 37 | 3A |
| Octal | 317 | 130 | 143 | 0 | 71 | 64 | 23 | 542 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1100011 | 0 | 111001 | 110100 | 10011 | 101100010 | 110111 | 111010 |
Color Harmonies of #CF5863
Complementary color
Monochromatic Colors of #CF5863
Black with #CF5863
Text Example
Text Example
White with #CF5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5863; }
p { color: rgb(207,88,99); }
H1.HeaderClassName
{
color: #CF5863;
}
.AnyTagClassName
{
color: #CF5863;
}
</style>
background-color css
<style>
a { background-color: #CF5863; }
a { background-color: rgb(207,88,99); }
div.DivClassName
{
background-color: #CF5863;
}
.BgClassName
{
background-color: #CF5863;
}
</style>
border-color css
<style>
span { border-color: #CF5863; }
span { border-color: rgb(207,88,99); }
td.TdClassName
{
border-color: #CF5863;
}
.TagClassName
{
border-color: #CF5863;
}
</style>