Shades of Mandy #CF545C
Tints of Mandy #CF545C
RGB
CMYK
RGB Variations
Color information
#CF545C (or 0xCF545C) is known color: Mandy. HEX triplet: CF, 54 and 5C. RGB value is (207,84,92). Sum of RGB (Red+Green+Blue) = 207+84+92=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF545C is #30ABA3. Grayscale: #797979. Windows color (decimal): -3189668 or 6051023. OLE color: 6051023.
HSL color Cylindrical-coordinate representation of color #CF545C: hue angle of 356.1º 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 #CF545C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 92 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.19 |
| HSL | 356.1º | 0.56% | 0.57% | - |
| HSV(B) | 356.1º | 0.59% | 0.81% | - |
| XYZ | 30.83 | 20.38 | 12.43 | - |
| YUV | 121.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 92 | 0 | 0.59 | 0.56 | 0.19 | 356.1 | 0.56 | 0.57 |
| Hex | CF | 54 | 5C | 0 | 3B | 38 | 13 | 164 | 38 | 39 |
| Octal | 317 | 124 | 134 | 0 | 73 | 70 | 23 | 544 | 70 | 71 |
| Binary | 11001111 | 1010100 | 1011100 | 0 | 111011 | 111000 | 10011 | 101100100 | 111000 | 111001 |
Color Harmonies of #CF545C
Complementary color
Monochromatic Colors of #CF545C
Black with #CF545C
Text Example
Text Example
White with #CF545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF545C; }
p { color: rgb(207,84,92); }
H1.HeaderClassName
{
color: #CF545C;
}
.AnyTagClassName
{
color: #CF545C;
}
</style>
background-color css
<style>
a { background-color: #CF545C; }
a { background-color: rgb(207,84,92); }
div.DivClassName
{
background-color: #CF545C;
}
.BgClassName
{
background-color: #CF545C;
}
</style>
border-color css
<style>
span { border-color: #CF545C; }
span { border-color: rgb(207,84,92); }
td.TdClassName
{
border-color: #CF545C;
}
.TagClassName
{
border-color: #CF545C;
}
</style>