Shades of Mandy #CF5155
Tints of Mandy #CF5155
RGB
CMYK
RGB Variations
Color information
#CF5155 (or 0xCF5155) is known color: Mandy. HEX triplet: CF, 51 and 55. RGB value is (207,81,85). Sum of RGB (Red+Green+Blue) = 207+81+85=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5155 is #30AEAA. Grayscale: #777777. Windows color (decimal): -3190443 or 5591503. OLE color: 5591503.
HSL color Cylindrical-coordinate representation of color #CF5155: hue angle of 358.1º 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 #CF5155 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 85 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.19 |
| HSL | 358.1º | 0.57% | 0.56% | - |
| HSV(B) | 358.1º | 0.61% | 0.81% | - |
| XYZ | 30.31 | 19.81 | 10.82 | - |
| YUV | 119.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 85 | 0 | 0.61 | 0.59 | 0.19 | 358.1 | 0.57 | 0.56 |
| Hex | CF | 51 | 55 | 0 | 3D | 3B | 13 | 166 | 39 | 38 |
| Octal | 317 | 121 | 125 | 0 | 75 | 73 | 23 | 546 | 71 | 70 |
| Binary | 11001111 | 1010001 | 1010101 | 0 | 111101 | 111011 | 10011 | 101100110 | 111001 | 111000 |
Color Harmonies of #CF5155
Complementary color
Monochromatic Colors of #CF5155
Black with #CF5155
Text Example
Text Example
White with #CF5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5155; }
p { color: rgb(207,81,85); }
H1.HeaderClassName
{
color: #CF5155;
}
.AnyTagClassName
{
color: #CF5155;
}
</style>
background-color css
<style>
a { background-color: #CF5155; }
a { background-color: rgb(207,81,85); }
div.DivClassName
{
background-color: #CF5155;
}
.BgClassName
{
background-color: #CF5155;
}
</style>
border-color css
<style>
span { border-color: #CF5155; }
span { border-color: rgb(207,81,85); }
td.TdClassName
{
border-color: #CF5155;
}
.TagClassName
{
border-color: #CF5155;
}
</style>