Shades of Mandy #CF585D
Tints of Mandy #CF585D
RGB
CMYK
RGB Variations
Color information
#CF585D (or 0xCF585D) is known color: Mandy. HEX triplet: CF, 58 and 5D. RGB value is (207,88,93). Sum of RGB (Red+Green+Blue) = 207+88+93=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF585D is #30A7A2. Grayscale: #7C7C7C. Windows color (decimal): -3188643 or 6117583. OLE color: 6117583.
HSL color Cylindrical-coordinate representation of color #CF585D: hue angle of 357.48º 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 #CF585D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 93 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.19 |
| HSL | 357.48º | 0.55% | 0.58% | - |
| HSV(B) | 357.48º | 0.57% | 0.81% | - |
| XYZ | 31.2 | 21.04 | 12.77 | - |
| YUV | 124.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 93 | 0 | 0.57 | 0.55 | 0.19 | 357.48 | 0.55 | 0.58 |
| Hex | CF | 58 | 5D | 0 | 39 | 37 | 13 | 165 | 37 | 3A |
| Octal | 317 | 130 | 135 | 0 | 71 | 67 | 23 | 545 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1011101 | 0 | 111001 | 110111 | 10011 | 101100101 | 110111 | 111010 |
Color Harmonies of #CF585D
Complementary color
Monochromatic Colors of #CF585D
Black with #CF585D
Text Example
Text Example
White with #CF585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF585D; }
p { color: rgb(207,88,93); }
H1.HeaderClassName
{
color: #CF585D;
}
.AnyTagClassName
{
color: #CF585D;
}
</style>
background-color css
<style>
a { background-color: #CF585D; }
a { background-color: rgb(207,88,93); }
div.DivClassName
{
background-color: #CF585D;
}
.BgClassName
{
background-color: #CF585D;
}
</style>
border-color css
<style>
span { border-color: #CF585D; }
span { border-color: rgb(207,88,93); }
td.TdClassName
{
border-color: #CF585D;
}
.TagClassName
{
border-color: #CF585D;
}
</style>