Shades of Mandy #CD505E
Tints of Mandy #CD505E
RGB
CMYK
RGB Variations
Color information
#CD505E (or 0xCD505E) is known color: Mandy. HEX triplet: CD, 50 and 5E. RGB value is (205,80,94). Sum of RGB (Red+Green+Blue) = 205+80+94=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD505E is #32AFA1. Grayscale: #777777. Windows color (decimal): -3321762 or 6181069. OLE color: 6181069.
HSL color Cylindrical-coordinate representation of color #CD505E: hue angle of 353.28º 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 #CD505E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 94 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.20 |
| HSL | 353.28º | 0.56% | 0.56% | - |
| HSV(B) | 353.28º | 0.61% | 0.8% | - |
| XYZ | 30.07 | 19.52 | 12.77 | - |
| YUV | 118.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 94 | 0 | 0.61 | 0.54 | 0.20 | 353.28 | 0.56 | 0.56 |
| Hex | CD | 50 | 5E | 0 | 3D | 36 | 14 | 161 | 38 | 38 |
| Octal | 315 | 120 | 136 | 0 | 75 | 66 | 24 | 541 | 70 | 70 |
| Binary | 11001101 | 1010000 | 1011110 | 0 | 111101 | 110110 | 10100 | 101100001 | 111000 | 111000 |
Color Harmonies of #CD505E
Complementary color
Monochromatic Colors of #CD505E
Black with #CD505E
Text Example
Text Example
White with #CD505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD505E; }
p { color: rgb(205,80,94); }
H1.HeaderClassName
{
color: #CD505E;
}
.AnyTagClassName
{
color: #CD505E;
}
</style>
background-color css
<style>
a { background-color: #CD505E; }
a { background-color: rgb(205,80,94); }
div.DivClassName
{
background-color: #CD505E;
}
.BgClassName
{
background-color: #CD505E;
}
</style>
border-color css
<style>
span { border-color: #CD505E; }
span { border-color: rgb(205,80,94); }
td.TdClassName
{
border-color: #CD505E;
}
.TagClassName
{
border-color: #CD505E;
}
</style>