Shades of Mandy #CD4150
Tints of Mandy #CD4150
RGB
CMYK
RGB Variations
Color information
#CD4150 (or 0xCD4150) is known color: Mandy. HEX triplet: CD, 41 and 50. RGB value is (205,65,80). Sum of RGB (Red+Green+Blue) = 205+65+80=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4150 is #32BEAF. Grayscale: #6C6C6C. Windows color (decimal): -3325616 or 5259725. OLE color: 5259725.
HSL color Cylindrical-coordinate representation of color #CD4150: hue angle of 353.57º 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 #CD4150 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 80 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.20 |
| HSL | 353.57º | 0.58% | 0.53% | - |
| HSV(B) | 353.57º | 0.68% | 0.8% | - |
| XYZ | 28.52 | 17.34 | 9.43 | - |
| YUV | 108.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 80 | 0 | 0.68 | 0.61 | 0.20 | 353.57 | 0.58 | 0.53 |
| Hex | CD | 41 | 50 | 0 | 44 | 3D | 14 | 162 | 3A | 35 |
| Octal | 315 | 101 | 120 | 0 | 104 | 75 | 24 | 542 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1010000 | 0 | 1000100 | 111101 | 10100 | 101100010 | 111010 | 110101 |
Color Harmonies of #CD4150
Complementary color
Monochromatic Colors of #CD4150
Black with #CD4150
Text Example
Text Example
White with #CD4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4150; }
p { color: rgb(205,65,80); }
H1.HeaderClassName
{
color: #CD4150;
}
.AnyTagClassName
{
color: #CD4150;
}
</style>
background-color css
<style>
a { background-color: #CD4150; }
a { background-color: rgb(205,65,80); }
div.DivClassName
{
background-color: #CD4150;
}
.BgClassName
{
background-color: #CD4150;
}
</style>
border-color css
<style>
span { border-color: #CD4150; }
span { border-color: rgb(205,65,80); }
td.TdClassName
{
border-color: #CD4150;
}
.TagClassName
{
border-color: #CD4150;
}
</style>