Shades of Mandy #CF5861
Tints of Mandy #CF5861
RGB
CMYK
RGB Variations
Color information
#CF5861 (or 0xCF5861) is known color: Mandy. HEX triplet: CF, 58 and 61. RGB value is (207,88,97). Sum of RGB (Red+Green+Blue) = 207+88+97=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5861 is #30A79E. Grayscale: #7C7C7C. Windows color (decimal): -3188639 or 6379727. OLE color: 6379727.
HSL color Cylindrical-coordinate representation of color #CF5861: hue angle of 355.46º 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 #CF5861 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 97 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.19 |
| HSL | 355.46º | 0.55% | 0.58% | - |
| HSV(B) | 355.46º | 0.57% | 0.81% | - |
| XYZ | 31.38 | 21.11 | 13.73 | - |
| YUV | 124.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 97 | 0 | 0.57 | 0.53 | 0.19 | 355.46 | 0.55 | 0.58 |
| Hex | CF | 58 | 61 | 0 | 39 | 35 | 13 | 163 | 37 | 3A |
| Octal | 317 | 130 | 141 | 0 | 71 | 65 | 23 | 543 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1100001 | 0 | 111001 | 110101 | 10011 | 101100011 | 110111 | 111010 |
Color Harmonies of #CF5861
Complementary color
Monochromatic Colors of #CF5861
Black with #CF5861
Text Example
Text Example
White with #CF5861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5861; }
p { color: rgb(207,88,97); }
H1.HeaderClassName
{
color: #CF5861;
}
.AnyTagClassName
{
color: #CF5861;
}
</style>
background-color css
<style>
a { background-color: #CF5861; }
a { background-color: rgb(207,88,97); }
div.DivClassName
{
background-color: #CF5861;
}
.BgClassName
{
background-color: #CF5861;
}
</style>
border-color css
<style>
span { border-color: #CF5861; }
span { border-color: rgb(207,88,97); }
td.TdClassName
{
border-color: #CF5861;
}
.TagClassName
{
border-color: #CF5861;
}
</style>