Shades of Mandy #CD4D50
Tints of Mandy #CD4D50
RGB
CMYK
RGB Variations
Color information
#CD4D50 (or 0xCD4D50) is known color: Mandy. HEX triplet: CD, 4D and 50. RGB value is (205,77,80). Sum of RGB (Red+Green+Blue) = 205+77+80=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D50 is #32B2AF. Grayscale: #737373. Windows color (decimal): -3322544 or 5262797. OLE color: 5262797.
HSL color Cylindrical-coordinate representation of color #CD4D50: hue angle of 358.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD4D50 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 80 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.20 |
| HSL | 358.59º | 0.56% | 0.55% | - |
| HSV(B) | 358.59º | 0.62% | 0.8% | - |
| XYZ | 29.28 | 18.87 | 9.69 | - |
| YUV | 115.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 80 | 0 | 0.62 | 0.61 | 0.20 | 358.59 | 0.56 | 0.55 |
| Hex | CD | 4D | 50 | 0 | 3E | 3D | 14 | 167 | 38 | 37 |
| Octal | 315 | 115 | 120 | 0 | 76 | 75 | 24 | 547 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1010000 | 0 | 111110 | 111101 | 10100 | 101100111 | 111000 | 110111 |
Color Harmonies of #CD4D50
Complementary color
Monochromatic Colors of #CD4D50
Black with #CD4D50
Text Example
Text Example
White with #CD4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D50; }
p { color: rgb(205,77,80); }
H1.HeaderClassName
{
color: #CD4D50;
}
.AnyTagClassName
{
color: #CD4D50;
}
</style>
background-color css
<style>
a { background-color: #CD4D50; }
a { background-color: rgb(205,77,80); }
div.DivClassName
{
background-color: #CD4D50;
}
.BgClassName
{
background-color: #CD4D50;
}
</style>
border-color css
<style>
span { border-color: #CD4D50; }
span { border-color: rgb(205,77,80); }
td.TdClassName
{
border-color: #CD4D50;
}
.TagClassName
{
border-color: #CD4D50;
}
</style>