Shades of Mandy #CF515E
Tints of Mandy #CF515E
RGB
CMYK
RGB Variations
Color information
#CF515E (or 0xCF515E) is known color: Mandy. HEX triplet: CF, 51 and 5E. RGB value is (207,81,94). Sum of RGB (Red+Green+Blue) = 207+81+94=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF515E is #30AEA1. Grayscale: #787878. Windows color (decimal): -3190434 or 6181327. OLE color: 6181327.
HSL color Cylindrical-coordinate representation of color #CF515E: hue angle of 353.81º 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 #CF515E is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 94 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.19 |
| HSL | 353.81º | 0.57% | 0.56% | - |
| HSV(B) | 353.81º | 0.61% | 0.81% | - |
| XYZ | 30.69 | 19.96 | 12.82 | - |
| YUV | 120.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 94 | 0 | 0.61 | 0.55 | 0.19 | 353.81 | 0.57 | 0.56 |
| Hex | CF | 51 | 5E | 0 | 3D | 37 | 13 | 162 | 39 | 38 |
| Octal | 317 | 121 | 136 | 0 | 75 | 67 | 23 | 542 | 71 | 70 |
| Binary | 11001111 | 1010001 | 1011110 | 0 | 111101 | 110111 | 10011 | 101100010 | 111001 | 111000 |
Color Harmonies of #CF515E
Complementary color
Monochromatic Colors of #CF515E
Black with #CF515E
Text Example
Text Example
White with #CF515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF515E; }
p { color: rgb(207,81,94); }
H1.HeaderClassName
{
color: #CF515E;
}
.AnyTagClassName
{
color: #CF515E;
}
</style>
background-color css
<style>
a { background-color: #CF515E; }
a { background-color: rgb(207,81,94); }
div.DivClassName
{
background-color: #CF515E;
}
.BgClassName
{
background-color: #CF515E;
}
</style>
border-color css
<style>
span { border-color: #CF515E; }
span { border-color: rgb(207,81,94); }
td.TdClassName
{
border-color: #CF515E;
}
.TagClassName
{
border-color: #CF515E;
}
</style>