Shades of Mandy #CF5862
Tints of Mandy #CF5862
RGB
CMYK
RGB Variations
Color information
#CF5862 (or 0xCF5862) is known color: Mandy. HEX triplet: CF, 58 and 62. RGB value is (207,88,98). Sum of RGB (Red+Green+Blue) = 207+88+98=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5862 is #30A79D. Grayscale: #7C7C7C. Windows color (decimal): -3188638 or 6445263. OLE color: 6445263.
HSL color Cylindrical-coordinate representation of color #CF5862: hue angle of 354.96º 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 #CF5862 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 98 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.19 |
| HSL | 354.96º | 0.55% | 0.58% | - |
| HSV(B) | 354.96º | 0.57% | 0.81% | - |
| XYZ | 31.43 | 21.13 | 13.98 | - |
| YUV | 124.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 98 | 0 | 0.57 | 0.53 | 0.19 | 354.96 | 0.55 | 0.58 |
| Hex | CF | 58 | 62 | 0 | 39 | 35 | 13 | 163 | 37 | 3A |
| Octal | 317 | 130 | 142 | 0 | 71 | 65 | 23 | 543 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1100010 | 0 | 111001 | 110101 | 10011 | 101100011 | 110111 | 111010 |
Color Harmonies of #CF5862
Complementary color
Monochromatic Colors of #CF5862
Black with #CF5862
Text Example
Text Example
White with #CF5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5862; }
p { color: rgb(207,88,98); }
H1.HeaderClassName
{
color: #CF5862;
}
.AnyTagClassName
{
color: #CF5862;
}
</style>
background-color css
<style>
a { background-color: #CF5862; }
a { background-color: rgb(207,88,98); }
div.DivClassName
{
background-color: #CF5862;
}
.BgClassName
{
background-color: #CF5862;
}
</style>
border-color css
<style>
span { border-color: #CF5862; }
span { border-color: rgb(207,88,98); }
td.TdClassName
{
border-color: #CF5862;
}
.TagClassName
{
border-color: #CF5862;
}
</style>