Shades of Mandy #CF545B
Tints of Mandy #CF545B
RGB
CMYK
RGB Variations
Color information
#CF545B (or 0xCF545B) is known color: Mandy. HEX triplet: CF, 54 and 5B. RGB value is (207,84,91). Sum of RGB (Red+Green+Blue) = 207+84+91=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF545B is #30ABA4. Grayscale: #797979. Windows color (decimal): -3189669 or 5985487. OLE color: 5985487.
HSL color Cylindrical-coordinate representation of color #CF545B: hue angle of 356.59º 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 #CF545B is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 91 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.19 |
| HSL | 356.59º | 0.56% | 0.57% | - |
| HSV(B) | 356.59º | 0.59% | 0.81% | - |
| XYZ | 30.79 | 20.36 | 12.2 | - |
| YUV | 121.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 91 | 0 | 0.59 | 0.56 | 0.19 | 356.59 | 0.56 | 0.57 |
| Hex | CF | 54 | 5B | 0 | 3B | 38 | 13 | 165 | 38 | 39 |
| Octal | 317 | 124 | 133 | 0 | 73 | 70 | 23 | 545 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1011011 | 0 | 111011 | 111000 | 10011 | 101100101 | 111000 | 111001 |
Color Harmonies of #CF545B
Complementary color
Monochromatic Colors of #CF545B
Black with #CF545B
Text Example
Text Example
White with #CF545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF545B; }
p { color: rgb(207,84,91); }
H1.HeaderClassName
{
color: #CF545B;
}
.AnyTagClassName
{
color: #CF545B;
}
</style>
background-color css
<style>
a { background-color: #CF545B; }
a { background-color: rgb(207,84,91); }
div.DivClassName
{
background-color: #CF545B;
}
.BgClassName
{
background-color: #CF545B;
}
</style>
border-color css
<style>
span { border-color: #CF545B; }
span { border-color: rgb(207,84,91); }
td.TdClassName
{
border-color: #CF545B;
}
.TagClassName
{
border-color: #CF545B;
}
</style>