Shades of Mandy #CD414D
Tints of Mandy #CD414D
RGB
CMYK
RGB Variations
Color information
#CD414D (or 0xCD414D) is known color: Mandy. HEX triplet: CD, 41 and 4D. RGB value is (205,65,77). Sum of RGB (Red+Green+Blue) = 205+65+77=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD414D is #32BEB2. Grayscale: #6C6C6C. Windows color (decimal): -3325619 or 5063117. OLE color: 5063117.
HSL color Cylindrical-coordinate representation of color #CD414D: hue angle of 354.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD414D is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 77 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.20 |
| HSL | 354.86º | 0.58% | 0.53% | - |
| HSV(B) | 354.86º | 0.68% | 0.8% | - |
| XYZ | 28.41 | 17.3 | 8.86 | - |
| YUV | 108.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 77 | 0 | 0.68 | 0.62 | 0.20 | 354.86 | 0.58 | 0.53 |
| Hex | CD | 41 | 4D | 0 | 44 | 3E | 14 | 163 | 3A | 35 |
| Octal | 315 | 101 | 115 | 0 | 104 | 76 | 24 | 543 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1001101 | 0 | 1000100 | 111110 | 10100 | 101100011 | 111010 | 110101 |
Color Harmonies of #CD414D
Complementary color
Monochromatic Colors of #CD414D
Black with #CD414D
Text Example
Text Example
White with #CD414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD414D; }
p { color: rgb(205,65,77); }
H1.HeaderClassName
{
color: #CD414D;
}
.AnyTagClassName
{
color: #CD414D;
}
</style>
background-color css
<style>
a { background-color: #CD414D; }
a { background-color: rgb(205,65,77); }
div.DivClassName
{
background-color: #CD414D;
}
.BgClassName
{
background-color: #CD414D;
}
</style>
border-color css
<style>
span { border-color: #CD414D; }
span { border-color: rgb(205,65,77); }
td.TdClassName
{
border-color: #CD414D;
}
.TagClassName
{
border-color: #CD414D;
}
</style>