Shades of Mandy #CD464E
Tints of Mandy #CD464E
RGB
CMYK
RGB Variations
Color information
#CD464E (or 0xCD464E) is known color: Mandy. HEX triplet: CD, 46 and 4E. RGB value is (205,70,78). Sum of RGB (Red+Green+Blue) = 205+70+78=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD464E is #32B9B1. Grayscale: #6F6F6F. Windows color (decimal): -3324338 or 5129933. OLE color: 5129933.
HSL color Cylindrical-coordinate representation of color #CD464E: hue angle of 356.44º 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 #CD464E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.20 |
| HSL | 356.44º | 0.57% | 0.54% | - |
| HSV(B) | 356.44º | 0.66% | 0.8% | - |
| XYZ | 28.74 | 17.91 | 9.15 | - |
| YUV | 111.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 78 | 0 | 0.66 | 0.62 | 0.20 | 356.44 | 0.57 | 0.54 |
| Hex | CD | 46 | 4E | 0 | 42 | 3E | 14 | 164 | 39 | 36 |
| Octal | 315 | 106 | 116 | 0 | 102 | 76 | 24 | 544 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1001110 | 0 | 1000010 | 111110 | 10100 | 101100100 | 111001 | 110110 |
Color Harmonies of #CD464E
Complementary color
Monochromatic Colors of #CD464E
Black with #CD464E
Text Example
Text Example
White with #CD464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD464E; }
p { color: rgb(205,70,78); }
H1.HeaderClassName
{
color: #CD464E;
}
.AnyTagClassName
{
color: #CD464E;
}
</style>
background-color css
<style>
a { background-color: #CD464E; }
a { background-color: rgb(205,70,78); }
div.DivClassName
{
background-color: #CD464E;
}
.BgClassName
{
background-color: #CD464E;
}
</style>
border-color css
<style>
span { border-color: #CD464E; }
span { border-color: rgb(205,70,78); }
td.TdClassName
{
border-color: #CD464E;
}
.TagClassName
{
border-color: #CD464E;
}
</style>