Shades of Mandy #CF545E
Tints of Mandy #CF545E
RGB
CMYK
RGB Variations
Color information
#CF545E (or 0xCF545E) is known color: Mandy. HEX triplet: CF, 54 and 5E. RGB value is (207,84,94). Sum of RGB (Red+Green+Blue) = 207+84+94=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF545E is #30ABA1. Grayscale: #7A7A7A. Windows color (decimal): -3189666 or 6182095. OLE color: 6182095.
HSL color Cylindrical-coordinate representation of color #CF545E: hue angle of 355.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF545E is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 94 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.19 |
| HSL | 355.12º | 0.56% | 0.57% | - |
| HSV(B) | 355.12º | 0.59% | 0.81% | - |
| XYZ | 30.92 | 20.41 | 12.9 | - |
| YUV | 121.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 94 | 0 | 0.59 | 0.55 | 0.19 | 355.12 | 0.56 | 0.57 |
| Hex | CF | 54 | 5E | 0 | 3B | 37 | 13 | 163 | 38 | 39 |
| Octal | 317 | 124 | 136 | 0 | 73 | 67 | 23 | 543 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1011110 | 0 | 111011 | 110111 | 10011 | 101100011 | 111000 | 111001 |
Color Harmonies of #CF545E
Complementary color
Monochromatic Colors of #CF545E
Black with #CF545E
Text Example
Text Example
White with #CF545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF545E; }
p { color: rgb(207,84,94); }
H1.HeaderClassName
{
color: #CF545E;
}
.AnyTagClassName
{
color: #CF545E;
}
</style>
background-color css
<style>
a { background-color: #CF545E; }
a { background-color: rgb(207,84,94); }
div.DivClassName
{
background-color: #CF545E;
}
.BgClassName
{
background-color: #CF545E;
}
</style>
border-color css
<style>
span { border-color: #CF545E; }
span { border-color: rgb(207,84,94); }
td.TdClassName
{
border-color: #CF545E;
}
.TagClassName
{
border-color: #CF545E;
}
</style>