Shades of Mandy #CF5663
Tints of Mandy #CF5663
RGB
CMYK
RGB Variations
Color information
#CF5663 (or 0xCF5663) is known color: Mandy. HEX triplet: CF, 56 and 63. RGB value is (207,86,99). Sum of RGB (Red+Green+Blue) = 207+86+99=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5663 is #30A99C. Grayscale: #7B7B7B. Windows color (decimal): -3189149 or 6510287. OLE color: 6510287.
HSL color Cylindrical-coordinate representation of color #CF5663: hue angle of 353.55º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5663 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 99 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.19 |
| HSL | 353.55º | 0.56% | 0.57% | - |
| HSV(B) | 353.55º | 0.58% | 0.81% | - |
| XYZ | 31.31 | 20.82 | 14.17 | - |
| YUV | 123.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 99 | 0 | 0.58 | 0.52 | 0.19 | 353.55 | 0.56 | 0.57 |
| Hex | CF | 56 | 63 | 0 | 3A | 34 | 13 | 162 | 38 | 39 |
| Octal | 317 | 126 | 143 | 0 | 72 | 64 | 23 | 542 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1100011 | 0 | 111010 | 110100 | 10011 | 101100010 | 111000 | 111001 |
Color Harmonies of #CF5663
Complementary color
Monochromatic Colors of #CF5663
Black with #CF5663
Text Example
Text Example
White with #CF5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5663; }
p { color: rgb(207,86,99); }
H1.HeaderClassName
{
color: #CF5663;
}
.AnyTagClassName
{
color: #CF5663;
}
</style>
background-color css
<style>
a { background-color: #CF5663; }
a { background-color: rgb(207,86,99); }
div.DivClassName
{
background-color: #CF5663;
}
.BgClassName
{
background-color: #CF5663;
}
</style>
border-color css
<style>
span { border-color: #CF5663; }
span { border-color: rgb(207,86,99); }
td.TdClassName
{
border-color: #CF5663;
}
.TagClassName
{
border-color: #CF5663;
}
</style>