Shades of Mandy #CD465B
Tints of Mandy #CD465B
RGB
CMYK
RGB Variations
Color information
#CD465B (or 0xCD465B) is known color: Mandy. HEX triplet: CD, 46 and 5B. RGB value is (205,70,91). Sum of RGB (Red+Green+Blue) = 205+70+91=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD465B is #32B9A4. Grayscale: #707070. Windows color (decimal): -3324325 or 5981901. OLE color: 5981901.
HSL color Cylindrical-coordinate representation of color #CD465B: hue angle of 350.67º 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 #CD465B is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 91 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.20 |
| HSL | 350.67º | 0.57% | 0.54% | - |
| HSV(B) | 350.67º | 0.66% | 0.8% | - |
| XYZ | 29.26 | 18.11 | 11.85 | - |
| YUV | 112.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 91 | 0 | 0.66 | 0.56 | 0.20 | 350.67 | 0.57 | 0.54 |
| Hex | CD | 46 | 5B | 0 | 42 | 38 | 14 | 15F | 39 | 36 |
| Octal | 315 | 106 | 133 | 0 | 102 | 70 | 24 | 537 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1011011 | 0 | 1000010 | 111000 | 10100 | 101011111 | 111001 | 110110 |
Color Harmonies of #CD465B
Complementary color
Monochromatic Colors of #CD465B
Black with #CD465B
Text Example
Text Example
White with #CD465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD465B; }
p { color: rgb(205,70,91); }
H1.HeaderClassName
{
color: #CD465B;
}
.AnyTagClassName
{
color: #CD465B;
}
</style>
background-color css
<style>
a { background-color: #CD465B; }
a { background-color: rgb(205,70,91); }
div.DivClassName
{
background-color: #CD465B;
}
.BgClassName
{
background-color: #CD465B;
}
</style>
border-color css
<style>
span { border-color: #CD465B; }
span { border-color: rgb(205,70,91); }
td.TdClassName
{
border-color: #CD465B;
}
.TagClassName
{
border-color: #CD465B;
}
</style>