Shades of Mandy #CD465E
Tints of Mandy #CD465E
RGB
CMYK
RGB Variations
Color information
#CD465E (or 0xCD465E) is known color: Mandy. HEX triplet: CD, 46 and 5E. RGB value is (205,70,94). Sum of RGB (Red+Green+Blue) = 205+70+94=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465E is #32B9A1. Grayscale: #717171. Windows color (decimal): -3324322 or 6178509. OLE color: 6178509.
HSL color Cylindrical-coordinate representation of color #CD465E: hue angle of 349.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD465E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 94 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.20 |
| HSL | 349.33º | 0.57% | 0.54% | - |
| HSV(B) | 349.33º | 0.66% | 0.8% | - |
| XYZ | 29.39 | 18.17 | 12.55 | - |
| YUV | 113.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 94 | 0 | 0.66 | 0.54 | 0.20 | 349.33 | 0.57 | 0.54 |
| Hex | CD | 46 | 5E | 0 | 42 | 36 | 14 | 15D | 39 | 36 |
| Octal | 315 | 106 | 136 | 0 | 102 | 66 | 24 | 535 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1011110 | 0 | 1000010 | 110110 | 10100 | 101011101 | 111001 | 110110 |
Color Harmonies of #CD465E
Complementary color
Monochromatic Colors of #CD465E
Black with #CD465E
Text Example
Text Example
White with #CD465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD465E; }
p { color: rgb(205,70,94); }
H1.HeaderClassName
{
color: #CD465E;
}
.AnyTagClassName
{
color: #CD465E;
}
</style>
background-color css
<style>
a { background-color: #CD465E; }
a { background-color: rgb(205,70,94); }
div.DivClassName
{
background-color: #CD465E;
}
.BgClassName
{
background-color: #CD465E;
}
</style>
border-color css
<style>
span { border-color: #CD465E; }
span { border-color: rgb(205,70,94); }
td.TdClassName
{
border-color: #CD465E;
}
.TagClassName
{
border-color: #CD465E;
}
</style>