Shades of Mandy #CF565F
Tints of Mandy #CF565F
RGB
CMYK
RGB Variations
Color information
#CF565F (or 0xCF565F) is known color: Mandy. HEX triplet: CF, 56 and 5F. RGB value is (207,86,95). Sum of RGB (Red+Green+Blue) = 207+86+95=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565F is #30A9A0. Grayscale: #7B7B7B. Windows color (decimal): -3189153 or 6248143. OLE color: 6248143.
HSL color Cylindrical-coordinate representation of color #CF565F: hue angle of 355.54º 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 #CF565F is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 95 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.19 |
| HSL | 355.54º | 0.56% | 0.57% | - |
| HSV(B) | 355.54º | 0.58% | 0.81% | - |
| XYZ | 31.13 | 20.75 | 13.19 | - |
| YUV | 123.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 95 | 0 | 0.58 | 0.54 | 0.19 | 355.54 | 0.56 | 0.57 |
| Hex | CF | 56 | 5F | 0 | 3A | 36 | 13 | 164 | 38 | 39 |
| Octal | 317 | 126 | 137 | 0 | 72 | 66 | 23 | 544 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1011111 | 0 | 111010 | 110110 | 10011 | 101100100 | 111000 | 111001 |
Color Harmonies of #CF565F
Complementary color
Monochromatic Colors of #CF565F
Black with #CF565F
Text Example
Text Example
White with #CF565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF565F; }
p { color: rgb(207,86,95); }
H1.HeaderClassName
{
color: #CF565F;
}
.AnyTagClassName
{
color: #CF565F;
}
</style>
background-color css
<style>
a { background-color: #CF565F; }
a { background-color: rgb(207,86,95); }
div.DivClassName
{
background-color: #CF565F;
}
.BgClassName
{
background-color: #CF565F;
}
</style>
border-color css
<style>
span { border-color: #CF565F; }
span { border-color: rgb(207,86,95); }
td.TdClassName
{
border-color: #CF565F;
}
.TagClassName
{
border-color: #CF565F;
}
</style>