Shades of Mandy #CD4A5E
Tints of Mandy #CD4A5E
RGB
CMYK
RGB Variations
Color information
#CD4A5E (or 0xCD4A5E) is known color: Mandy. HEX triplet: CD, 4A and 5E. RGB value is (205,74,94). Sum of RGB (Red+Green+Blue) = 205+74+94=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A5E is #32B5A1. Grayscale: #737373. Windows color (decimal): -3323298 or 6179533. OLE color: 6179533.
HSL color Cylindrical-coordinate representation of color #CD4A5E: hue angle of 350.84º 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 #CD4A5E is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 94 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.20 |
| HSL | 350.84º | 0.57% | 0.55% | - |
| HSV(B) | 350.84º | 0.64% | 0.8% | - |
| XYZ | 29.65 | 18.68 | 12.63 | - |
| YUV | 115.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 94 | 0 | 0.64 | 0.54 | 0.20 | 350.84 | 0.57 | 0.55 |
| Hex | CD | 4A | 5E | 0 | 40 | 36 | 14 | 15F | 39 | 37 |
| Octal | 315 | 112 | 136 | 0 | 100 | 66 | 24 | 537 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1011110 | 0 | 1000000 | 110110 | 10100 | 101011111 | 111001 | 110111 |
Color Harmonies of #CD4A5E
Complementary color
Monochromatic Colors of #CD4A5E
Black with #CD4A5E
Text Example
Text Example
White with #CD4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A5E; }
p { color: rgb(205,74,94); }
H1.HeaderClassName
{
color: #CD4A5E;
}
.AnyTagClassName
{
color: #CD4A5E;
}
</style>
background-color css
<style>
a { background-color: #CD4A5E; }
a { background-color: rgb(205,74,94); }
div.DivClassName
{
background-color: #CD4A5E;
}
.BgClassName
{
background-color: #CD4A5E;
}
</style>
border-color css
<style>
span { border-color: #CD4A5E; }
span { border-color: rgb(205,74,94); }
td.TdClassName
{
border-color: #CD4A5E;
}
.TagClassName
{
border-color: #CD4A5E;
}
</style>