Shades of Mandy #CF5162
Tints of Mandy #CF5162
RGB
CMYK
RGB Variations
Color information
#CF5162 (or 0xCF5162) is known color: Mandy. HEX triplet: CF, 51 and 62. RGB value is (207,81,98). Sum of RGB (Red+Green+Blue) = 207+81+98=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5162 is #30AE9D. Grayscale: #787878. Windows color (decimal): -3190430 or 6443471. OLE color: 6443471.
HSL color Cylindrical-coordinate representation of color #CF5162: hue angle of 351.9º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5162 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 98 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.19 |
| HSL | 351.9º | 0.57% | 0.56% | - |
| HSV(B) | 351.9º | 0.61% | 0.81% | - |
| XYZ | 30.88 | 20.03 | 13.79 | - |
| YUV | 120.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 98 | 0 | 0.61 | 0.53 | 0.19 | 351.9 | 0.57 | 0.56 |
| Hex | CF | 51 | 62 | 0 | 3D | 35 | 13 | 160 | 39 | 38 |
| Octal | 317 | 121 | 142 | 0 | 75 | 65 | 23 | 540 | 71 | 70 |
| Binary | 11001111 | 1010001 | 1100010 | 0 | 111101 | 110101 | 10011 | 101100000 | 111001 | 111000 |
Color Harmonies of #CF5162
Complementary color
Monochromatic Colors of #CF5162
Black with #CF5162
Text Example
Text Example
White with #CF5162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5162; }
p { color: rgb(207,81,98); }
H1.HeaderClassName
{
color: #CF5162;
}
.AnyTagClassName
{
color: #CF5162;
}
</style>
background-color css
<style>
a { background-color: #CF5162; }
a { background-color: rgb(207,81,98); }
div.DivClassName
{
background-color: #CF5162;
}
.BgClassName
{
background-color: #CF5162;
}
</style>
border-color css
<style>
span { border-color: #CF5162; }
span { border-color: rgb(207,81,98); }
td.TdClassName
{
border-color: #CF5162;
}
.TagClassName
{
border-color: #CF5162;
}
</style>