Shades of Mandy #CD465D
Tints of Mandy #CD465D
RGB
CMYK
RGB Variations
Color information
#CD465D (or 0xCD465D) is known color: Mandy. HEX triplet: CD, 46 and 5D. RGB value is (205,70,93). Sum of RGB (Red+Green+Blue) = 205+70+93=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465D is #32B9A2. Grayscale: #717171. Windows color (decimal): -3324323 or 6112973. OLE color: 6112973.
HSL color Cylindrical-coordinate representation of color #CD465D: hue angle of 349.78º 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 #CD465D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 93 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.20 |
| HSL | 349.78º | 0.57% | 0.54% | - |
| HSV(B) | 349.78º | 0.66% | 0.8% | - |
| XYZ | 29.34 | 18.15 | 12.31 | - |
| YUV | 112.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 93 | 0 | 0.66 | 0.55 | 0.20 | 349.78 | 0.57 | 0.54 |
| Hex | CD | 46 | 5D | 0 | 42 | 37 | 14 | 15E | 39 | 36 |
| Octal | 315 | 106 | 135 | 0 | 102 | 67 | 24 | 536 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1011101 | 0 | 1000010 | 110111 | 10100 | 101011110 | 111001 | 110110 |
Color Harmonies of #CD465D
Complementary color
Monochromatic Colors of #CD465D
Black with #CD465D
Text Example
Text Example
White with #CD465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD465D; }
p { color: rgb(205,70,93); }
H1.HeaderClassName
{
color: #CD465D;
}
.AnyTagClassName
{
color: #CD465D;
}
</style>
background-color css
<style>
a { background-color: #CD465D; }
a { background-color: rgb(205,70,93); }
div.DivClassName
{
background-color: #CD465D;
}
.BgClassName
{
background-color: #CD465D;
}
</style>
border-color css
<style>
span { border-color: #CD465D; }
span { border-color: rgb(205,70,93); }
td.TdClassName
{
border-color: #CD465D;
}
.TagClassName
{
border-color: #CD465D;
}
</style>