Shades of Mandy #CF585C
Tints of Mandy #CF585C
RGB
CMYK
RGB Variations
Color information
#CF585C (or 0xCF585C) is known color: Mandy. HEX triplet: CF, 58 and 5C. RGB value is (207,88,92). Sum of RGB (Red+Green+Blue) = 207+88+92=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF585C is #30A7A3. Grayscale: #7C7C7C. Windows color (decimal): -3188644 or 6052047. OLE color: 6052047.
HSL color Cylindrical-coordinate representation of color #CF585C: hue angle of 357.98º 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 #CF585C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 92 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.19 |
| HSL | 357.98º | 0.55% | 0.58% | - |
| HSV(B) | 357.98º | 0.57% | 0.81% | - |
| XYZ | 31.15 | 21.02 | 12.54 | - |
| YUV | 124.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 92 | 0 | 0.57 | 0.56 | 0.19 | 357.98 | 0.55 | 0.58 |
| Hex | CF | 58 | 5C | 0 | 39 | 38 | 13 | 166 | 37 | 3A |
| Octal | 317 | 130 | 134 | 0 | 71 | 70 | 23 | 546 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1011100 | 0 | 111001 | 111000 | 10011 | 101100110 | 110111 | 111010 |
Color Harmonies of #CF585C
Complementary color
Monochromatic Colors of #CF585C
Black with #CF585C
Text Example
Text Example
White with #CF585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF585C; }
p { color: rgb(207,88,92); }
H1.HeaderClassName
{
color: #CF585C;
}
.AnyTagClassName
{
color: #CF585C;
}
</style>
background-color css
<style>
a { background-color: #CF585C; }
a { background-color: rgb(207,88,92); }
div.DivClassName
{
background-color: #CF585C;
}
.BgClassName
{
background-color: #CF585C;
}
</style>
border-color css
<style>
span { border-color: #CF585C; }
span { border-color: rgb(207,88,92); }
td.TdClassName
{
border-color: #CF585C;
}
.TagClassName
{
border-color: #CF585C;
}
</style>