Shades of Mandy #CD545E
Tints of Mandy #CD545E
RGB
CMYK
RGB Variations
Color information
#CD545E (or 0xCD545E) is known color: Mandy. HEX triplet: CD, 54 and 5E. RGB value is (205,84,94). Sum of RGB (Red+Green+Blue) = 205+84+94=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD545E is #32ABA1. Grayscale: #797979. Windows color (decimal): -3320738 or 6182093. OLE color: 6182093.
HSL color Cylindrical-coordinate representation of color #CD545E: hue angle of 355.04º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD545E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 94 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.20 |
| HSL | 355.04º | 0.55% | 0.57% | - |
| HSV(B) | 355.04º | 0.59% | 0.8% | - |
| XYZ | 30.37 | 20.13 | 12.87 | - |
| YUV | 121.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 94 | 0 | 0.59 | 0.54 | 0.20 | 355.04 | 0.55 | 0.57 |
| Hex | CD | 54 | 5E | 0 | 3B | 36 | 14 | 163 | 37 | 39 |
| Octal | 315 | 124 | 136 | 0 | 73 | 66 | 24 | 543 | 67 | 71 |
| Binary | 11001101 | 1010100 | 1011110 | 0 | 111011 | 110110 | 10100 | 101100011 | 110111 | 111001 |
Color Harmonies of #CD545E
Complementary color
Monochromatic Colors of #CD545E
Black with #CD545E
Text Example
Text Example
White with #CD545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD545E; }
p { color: rgb(205,84,94); }
H1.HeaderClassName
{
color: #CD545E;
}
.AnyTagClassName
{
color: #CD545E;
}
</style>
background-color css
<style>
a { background-color: #CD545E; }
a { background-color: rgb(205,84,94); }
div.DivClassName
{
background-color: #CD545E;
}
.BgClassName
{
background-color: #CD545E;
}
</style>
border-color css
<style>
span { border-color: #CD545E; }
span { border-color: rgb(205,84,94); }
td.TdClassName
{
border-color: #CD545E;
}
.TagClassName
{
border-color: #CD545E;
}
</style>