Shades of Mandy #CF565C
Tints of Mandy #CF565C
RGB
CMYK
RGB Variations
Color information
#CF565C (or 0xCF565C) is known color: Mandy. HEX triplet: CF, 56 and 5C. RGB value is (207,86,92). Sum of RGB (Red+Green+Blue) = 207+86+92=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565C is #30A9A3. Grayscale: #7A7A7A. Windows color (decimal): -3189156 or 6051535. OLE color: 6051535.
HSL color Cylindrical-coordinate representation of color #CF565C: hue angle of 357.02º 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 #CF565C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 92 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.19 |
| HSL | 357.02º | 0.56% | 0.57% | - |
| HSV(B) | 357.02º | 0.58% | 0.81% | - |
| XYZ | 30.99 | 20.69 | 12.49 | - |
| YUV | 122.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 92 | 0 | 0.58 | 0.56 | 0.19 | 357.02 | 0.56 | 0.57 |
| Hex | CF | 56 | 5C | 0 | 3A | 38 | 13 | 165 | 38 | 39 |
| Octal | 317 | 126 | 134 | 0 | 72 | 70 | 23 | 545 | 70 | 71 |
| Binary | 11001111 | 1010110 | 1011100 | 0 | 111010 | 111000 | 10011 | 101100101 | 111000 | 111001 |
Color Harmonies of #CF565C
Complementary color
Monochromatic Colors of #CF565C
Black with #CF565C
Text Example
Text Example
White with #CF565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF565C; }
p { color: rgb(207,86,92); }
H1.HeaderClassName
{
color: #CF565C;
}
.AnyTagClassName
{
color: #CF565C;
}
</style>
background-color css
<style>
a { background-color: #CF565C; }
a { background-color: rgb(207,86,92); }
div.DivClassName
{
background-color: #CF565C;
}
.BgClassName
{
background-color: #CF565C;
}
</style>
border-color css
<style>
span { border-color: #CF565C; }
span { border-color: rgb(207,86,92); }
td.TdClassName
{
border-color: #CF565C;
}
.TagClassName
{
border-color: #CF565C;
}
</style>