Shades of Mandy #CD404E
Tints of Mandy #CD404E
RGB
CMYK
RGB Variations
Color information
#CD404E (or 0xCD404E) is known color: Mandy. HEX triplet: CD, 40 and 4E. RGB value is (205,64,78). Sum of RGB (Red+Green+Blue) = 205+64+78=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD404E is #32BFB1. Grayscale: #6B6B6B. Windows color (decimal): -3325874 or 5128397. OLE color: 5128397.
HSL color Cylindrical-coordinate representation of color #CD404E: hue angle of 354.04º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD404E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 78 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.20 |
| HSL | 354.04º | 0.59% | 0.53% | - |
| HSV(B) | 354.04º | 0.69% | 0.8% | - |
| XYZ | 28.39 | 17.2 | 9.03 | - |
| YUV | 107.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 78 | 0 | 0.69 | 0.62 | 0.20 | 354.04 | 0.59 | 0.53 |
| Hex | CD | 40 | 4E | 0 | 45 | 3E | 14 | 162 | 3B | 35 |
| Octal | 315 | 100 | 116 | 0 | 105 | 76 | 24 | 542 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1001110 | 0 | 1000101 | 111110 | 10100 | 101100010 | 111011 | 110101 |
Color Harmonies of #CD404E
Complementary color
Monochromatic Colors of #CD404E
Black with #CD404E
Text Example
Text Example
White with #CD404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD404E; }
p { color: rgb(205,64,78); }
H1.HeaderClassName
{
color: #CD404E;
}
.AnyTagClassName
{
color: #CD404E;
}
</style>
background-color css
<style>
a { background-color: #CD404E; }
a { background-color: rgb(205,64,78); }
div.DivClassName
{
background-color: #CD404E;
}
.BgClassName
{
background-color: #CD404E;
}
</style>
border-color css
<style>
span { border-color: #CD404E; }
span { border-color: rgb(205,64,78); }
td.TdClassName
{
border-color: #CD404E;
}
.TagClassName
{
border-color: #CD404E;
}
</style>