Shades of Mandy #CD4A57
Tints of Mandy #CD4A57
RGB
CMYK
RGB Variations
Color information
#CD4A57 (or 0xCD4A57) is known color: Mandy. HEX triplet: CD, 4A and 57. RGB value is (205,74,87). Sum of RGB (Red+Green+Blue) = 205+74+87=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A57 is #32B5A8. Grayscale: #727272. Windows color (decimal): -3323305 or 5720781. OLE color: 5720781.
HSL color Cylindrical-coordinate representation of color #CD4A57: hue angle of 354.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A57 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 87 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.20 |
| HSL | 354.05º | 0.57% | 0.55% | - |
| HSV(B) | 354.05º | 0.64% | 0.8% | - |
| XYZ | 29.35 | 18.56 | 11.05 | - |
| YUV | 114.65 | 112.4 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 87 | 0 | 0.64 | 0.58 | 0.20 | 354.05 | 0.57 | 0.55 |
| Hex | CD | 4A | 57 | 0 | 40 | 3A | 14 | 162 | 39 | 37 |
| Octal | 315 | 112 | 127 | 0 | 100 | 72 | 24 | 542 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1010111 | 0 | 1000000 | 111010 | 10100 | 101100010 | 111001 | 110111 |
Color Harmonies of #CD4A57
Complementary color
Monochromatic Colors of #CD4A57
Black with #CD4A57
Text Example
Text Example
White with #CD4A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A57; }
p { color: rgb(205,74,87); }
H1.HeaderClassName
{
color: #CD4A57;
}
.AnyTagClassName
{
color: #CD4A57;
}
</style>
background-color css
<style>
a { background-color: #CD4A57; }
a { background-color: rgb(205,74,87); }
div.DivClassName
{
background-color: #CD4A57;
}
.BgClassName
{
background-color: #CD4A57;
}
</style>
border-color css
<style>
span { border-color: #CD4A57; }
span { border-color: rgb(205,74,87); }
td.TdClassName
{
border-color: #CD4A57;
}
.TagClassName
{
border-color: #CD4A57;
}
</style>