Shades of Mandy #CD505D
Tints of Mandy #CD505D
RGB
CMYK
RGB Variations
Color information
#CD505D (or 0xCD505D) is known color: Mandy. HEX triplet: CD, 50 and 5D. RGB value is (205,80,93). Sum of RGB (Red+Green+Blue) = 205+80+93=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD505D is #32AFA2. Grayscale: #767676. Windows color (decimal): -3321763 or 6115533. OLE color: 6115533.
HSL color Cylindrical-coordinate representation of color #CD505D: hue angle of 353.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD505D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 93 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.20 |
| HSL | 353.76º | 0.56% | 0.56% | - |
| HSV(B) | 353.76º | 0.61% | 0.8% | - |
| XYZ | 30.02 | 19.51 | 12.54 | - |
| YUV | 118.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 93 | 0 | 0.61 | 0.55 | 0.20 | 353.76 | 0.56 | 0.56 |
| Hex | CD | 50 | 5D | 0 | 3D | 37 | 14 | 162 | 38 | 38 |
| Octal | 315 | 120 | 135 | 0 | 75 | 67 | 24 | 542 | 70 | 70 |
| Binary | 11001101 | 1010000 | 1011101 | 0 | 111101 | 110111 | 10100 | 101100010 | 111000 | 111000 |
Color Harmonies of #CD505D
Complementary color
Monochromatic Colors of #CD505D
Black with #CD505D
Text Example
Text Example
White with #CD505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD505D; }
p { color: rgb(205,80,93); }
H1.HeaderClassName
{
color: #CD505D;
}
.AnyTagClassName
{
color: #CD505D;
}
</style>
background-color css
<style>
a { background-color: #CD505D; }
a { background-color: rgb(205,80,93); }
div.DivClassName
{
background-color: #CD505D;
}
.BgClassName
{
background-color: #CD505D;
}
</style>
border-color css
<style>
span { border-color: #CD505D; }
span { border-color: rgb(205,80,93); }
td.TdClassName
{
border-color: #CD505D;
}
.TagClassName
{
border-color: #CD505D;
}
</style>