Shades of Mandy #CF5B5D
Tints of Mandy #CF5B5D
RGB
CMYK
RGB Variations
Color information
#CF5B5D (or 0xCF5B5D) is known color: Mandy. HEX triplet: CF, 5B and 5D. RGB value is (207,91,93). Sum of RGB (Red+Green+Blue) = 207+91+93=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B5D is #30A4A2. Grayscale: #7E7E7E. Windows color (decimal): -3187875 or 6118351. OLE color: 6118351.
HSL color Cylindrical-coordinate representation of color #CF5B5D: hue angle of 358.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B5D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 93 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.19 |
| HSL | 358.97º | 0.55% | 0.58% | - |
| HSV(B) | 358.97º | 0.56% | 0.81% | - |
| XYZ | 31.45 | 21.54 | 12.86 | - |
| YUV | 125.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 93 | 0 | 0.56 | 0.55 | 0.19 | 358.97 | 0.55 | 0.58 |
| Hex | CF | 5B | 5D | 0 | 38 | 37 | 13 | 167 | 37 | 3A |
| Octal | 317 | 133 | 135 | 0 | 70 | 67 | 23 | 547 | 67 | 72 |
| Binary | 11001111 | 1011011 | 1011101 | 0 | 111000 | 110111 | 10011 | 101100111 | 110111 | 111010 |
Color Harmonies of #CF5B5D
Complementary color
Monochromatic Colors of #CF5B5D
Black with #CF5B5D
Text Example
Text Example
White with #CF5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B5D; }
p { color: rgb(207,91,93); }
H1.HeaderClassName
{
color: #CF5B5D;
}
.AnyTagClassName
{
color: #CF5B5D;
}
</style>
background-color css
<style>
a { background-color: #CF5B5D; }
a { background-color: rgb(207,91,93); }
div.DivClassName
{
background-color: #CF5B5D;
}
.BgClassName
{
background-color: #CF5B5D;
}
</style>
border-color css
<style>
span { border-color: #CF5B5D; }
span { border-color: rgb(207,91,93); }
td.TdClassName
{
border-color: #CF5B5D;
}
.TagClassName
{
border-color: #CF5B5D;
}
</style>