Shades of Mandy #CD445D
Tints of Mandy #CD445D
RGB
CMYK
RGB Variations
Color information
#CD445D (or 0xCD445D) is known color: Mandy. HEX triplet: CD, 44 and 5D. RGB value is (205,68,93). Sum of RGB (Red+Green+Blue) = 205+68+93=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD445D is #32BBA2. Grayscale: #6F6F6F. Windows color (decimal): -3324835 or 6112461. OLE color: 6112461.
HSL color Cylindrical-coordinate representation of color #CD445D: hue angle of 349.05º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD445D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 93 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.20 |
| HSL | 349.05º | 0.58% | 0.54% | - |
| HSV(B) | 349.05º | 0.67% | 0.8% | - |
| XYZ | 29.22 | 17.9 | 12.27 | - |
| YUV | 111.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 93 | 0 | 0.67 | 0.55 | 0.20 | 349.05 | 0.58 | 0.54 |
| Hex | CD | 44 | 5D | 0 | 43 | 37 | 14 | 15D | 3A | 36 |
| Octal | 315 | 104 | 135 | 0 | 103 | 67 | 24 | 535 | 72 | 66 |
| Binary | 11001101 | 1000100 | 1011101 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111010 | 110110 |
Color Harmonies of #CD445D
Complementary color
Monochromatic Colors of #CD445D
Black with #CD445D
Text Example
Text Example
White with #CD445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD445D; }
p { color: rgb(205,68,93); }
H1.HeaderClassName
{
color: #CD445D;
}
.AnyTagClassName
{
color: #CD445D;
}
</style>
background-color css
<style>
a { background-color: #CD445D; }
a { background-color: rgb(205,68,93); }
div.DivClassName
{
background-color: #CD445D;
}
.BgClassName
{
background-color: #CD445D;
}
</style>
border-color css
<style>
span { border-color: #CD445D; }
span { border-color: rgb(205,68,93); }
td.TdClassName
{
border-color: #CD445D;
}
.TagClassName
{
border-color: #CD445D;
}
</style>