Shades of Mandy #CD545D
Tints of Mandy #CD545D
RGB
CMYK
RGB Variations
Color information
#CD545D (or 0xCD545D) is known color: Mandy. HEX triplet: CD, 54 and 5D. RGB value is (205,84,93). Sum of RGB (Red+Green+Blue) = 205+84+93=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD545D is #32ABA2. Grayscale: #797979. Windows color (decimal): -3320739 or 6116557. OLE color: 6116557.
HSL color Cylindrical-coordinate representation of color #CD545D: hue angle of 355.54º 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 #CD545D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 93 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.20 |
| HSL | 355.54º | 0.55% | 0.57% | - |
| HSV(B) | 355.54º | 0.59% | 0.8% | - |
| XYZ | 30.32 | 20.11 | 12.64 | - |
| YUV | 121.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 93 | 0 | 0.59 | 0.55 | 0.20 | 355.54 | 0.55 | 0.57 |
| Hex | CD | 54 | 5D | 0 | 3B | 37 | 14 | 164 | 37 | 39 |
| Octal | 315 | 124 | 135 | 0 | 73 | 67 | 24 | 544 | 67 | 71 |
| Binary | 11001101 | 1010100 | 1011101 | 0 | 111011 | 110111 | 10100 | 101100100 | 110111 | 111001 |
Color Harmonies of #CD545D
Complementary color
Monochromatic Colors of #CD545D
Black with #CD545D
Text Example
Text Example
White with #CD545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD545D; }
p { color: rgb(205,84,93); }
H1.HeaderClassName
{
color: #CD545D;
}
.AnyTagClassName
{
color: #CD545D;
}
</style>
background-color css
<style>
a { background-color: #CD545D; }
a { background-color: rgb(205,84,93); }
div.DivClassName
{
background-color: #CD545D;
}
.BgClassName
{
background-color: #CD545D;
}
</style>
border-color css
<style>
span { border-color: #CD545D; }
span { border-color: rgb(205,84,93); }
td.TdClassName
{
border-color: #CD545D;
}
.TagClassName
{
border-color: #CD545D;
}
</style>