Shades of Mandy #CD4153
Tints of Mandy #CD4153
RGB
CMYK
RGB Variations
Color information
#CD4153 (or 0xCD4153) is known color: Mandy. HEX triplet: CD, 41 and 53. RGB value is (205,65,83). Sum of RGB (Red+Green+Blue) = 205+65+83=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4153 is #32BEAC. Grayscale: #6C6C6C. Windows color (decimal): -3325613 or 5456333. OLE color: 5456333.
HSL color Cylindrical-coordinate representation of color #CD4153: hue angle of 352.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4153 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 83 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.20 |
| HSL | 352.29º | 0.58% | 0.53% | - |
| HSV(B) | 352.29º | 0.68% | 0.8% | - |
| XYZ | 28.63 | 17.38 | 10.03 | - |
| YUV | 108.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 83 | 0 | 0.68 | 0.60 | 0.20 | 352.29 | 0.58 | 0.53 |
| Hex | CD | 41 | 53 | 0 | 44 | 3C | 14 | 160 | 3A | 35 |
| Octal | 315 | 101 | 123 | 0 | 104 | 74 | 24 | 540 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1010011 | 0 | 1000100 | 111100 | 10100 | 101100000 | 111010 | 110101 |
Color Harmonies of #CD4153
Complementary color
Monochromatic Colors of #CD4153
Black with #CD4153
Text Example
Text Example
White with #CD4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4153; }
p { color: rgb(205,65,83); }
H1.HeaderClassName
{
color: #CD4153;
}
.AnyTagClassName
{
color: #CD4153;
}
</style>
background-color css
<style>
a { background-color: #CD4153; }
a { background-color: rgb(205,65,83); }
div.DivClassName
{
background-color: #CD4153;
}
.BgClassName
{
background-color: #CD4153;
}
</style>
border-color css
<style>
span { border-color: #CD4153; }
span { border-color: rgb(205,65,83); }
td.TdClassName
{
border-color: #CD4153;
}
.TagClassName
{
border-color: #CD4153;
}
</style>