Shades of Mandy #CF515C
Tints of Mandy #CF515C
RGB
CMYK
RGB Variations
Color information
#CF515C (or 0xCF515C) is known color: Mandy. HEX triplet: CF, 51 and 5C. RGB value is (207,81,92). Sum of RGB (Red+Green+Blue) = 207+81+92=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF515C is #30AEA3. Grayscale: #787878. Windows color (decimal): -3190436 or 6050255. OLE color: 6050255.
HSL color Cylindrical-coordinate representation of color #CF515C: hue angle of 354.76º 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 #CF515C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 92 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.19 |
| HSL | 354.76º | 0.57% | 0.56% | - |
| HSV(B) | 354.76º | 0.61% | 0.81% | - |
| XYZ | 30.61 | 19.92 | 12.36 | - |
| YUV | 119.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 92 | 0 | 0.61 | 0.56 | 0.19 | 354.76 | 0.57 | 0.56 |
| Hex | CF | 51 | 5C | 0 | 3D | 38 | 13 | 163 | 39 | 38 |
| Octal | 317 | 121 | 134 | 0 | 75 | 70 | 23 | 543 | 71 | 70 |
| Binary | 11001111 | 1010001 | 1011100 | 0 | 111101 | 111000 | 10011 | 101100011 | 111001 | 111000 |
Color Harmonies of #CF515C
Complementary color
Monochromatic Colors of #CF515C
Black with #CF515C
Text Example
Text Example
White with #CF515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF515C; }
p { color: rgb(207,81,92); }
H1.HeaderClassName
{
color: #CF515C;
}
.AnyTagClassName
{
color: #CF515C;
}
</style>
background-color css
<style>
a { background-color: #CF515C; }
a { background-color: rgb(207,81,92); }
div.DivClassName
{
background-color: #CF515C;
}
.BgClassName
{
background-color: #CF515C;
}
</style>
border-color css
<style>
span { border-color: #CF515C; }
span { border-color: rgb(207,81,92); }
td.TdClassName
{
border-color: #CF515C;
}
.TagClassName
{
border-color: #CF515C;
}
</style>