Shades of Mandy #CF5361
Tints of Mandy #CF5361
RGB
CMYK
RGB Variations
Color information
#CF5361 (or 0xCF5361) is known color: Mandy. HEX triplet: CF, 53 and 61. RGB value is (207,83,97). Sum of RGB (Red+Green+Blue) = 207+83+97=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5361 is #30AC9E. Grayscale: #797979. Windows color (decimal): -3189919 or 6378447. OLE color: 6378447.
HSL color Cylindrical-coordinate representation of color #CF5361: hue angle of 353.23º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5361 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 97 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.19 |
| HSL | 353.23º | 0.56% | 0.57% | - |
| HSV(B) | 353.23º | 0.6% | 0.81% | - |
| XYZ | 30.98 | 20.31 | 13.6 | - |
| YUV | 121.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 97 | 0 | 0.60 | 0.53 | 0.19 | 353.23 | 0.56 | 0.57 |
| Hex | CF | 53 | 61 | 0 | 3C | 35 | 13 | 161 | 38 | 39 |
| Octal | 317 | 123 | 141 | 0 | 74 | 65 | 23 | 541 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1100001 | 0 | 111100 | 110101 | 10011 | 101100001 | 111000 | 111001 |
Color Harmonies of #CF5361
Complementary color
Monochromatic Colors of #CF5361
Black with #CF5361
Text Example
Text Example
White with #CF5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5361; }
p { color: rgb(207,83,97); }
H1.HeaderClassName
{
color: #CF5361;
}
.AnyTagClassName
{
color: #CF5361;
}
</style>
background-color css
<style>
a { background-color: #CF5361; }
a { background-color: rgb(207,83,97); }
div.DivClassName
{
background-color: #CF5361;
}
.BgClassName
{
background-color: #CF5361;
}
</style>
border-color css
<style>
span { border-color: #CF5361; }
span { border-color: rgb(207,83,97); }
td.TdClassName
{
border-color: #CF5361;
}
.TagClassName
{
border-color: #CF5361;
}
</style>