Shades of Mandy #CD4E5A
Tints of Mandy #CD4E5A
RGB
CMYK
RGB Variations
Color information
#CD4E5A (or 0xCD4E5A) is known color: Mandy. HEX triplet: CD, 4E and 5A. RGB value is (205,78,90). Sum of RGB (Red+Green+Blue) = 205+78+90=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4E5A is #32B1A5. Grayscale: #757575. Windows color (decimal): -3322278 or 5918413. OLE color: 5918413.
HSL color Cylindrical-coordinate representation of color #CD4E5A: hue angle of 354.33º 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 #CD4E5A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 78 | 90 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.20 |
| HSL | 354.33º | 0.56% | 0.55% | - |
| HSV(B) | 354.33º | 0.62% | 0.8% | - |
| XYZ | 29.75 | 19.17 | 11.8 | - |
| YUV | 117.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 78 | 90 | 0 | 0.62 | 0.56 | 0.20 | 354.33 | 0.56 | 0.55 |
| Hex | CD | 4E | 5A | 0 | 3E | 38 | 14 | 162 | 38 | 37 |
| Octal | 315 | 116 | 132 | 0 | 76 | 70 | 24 | 542 | 70 | 67 |
| Binary | 11001101 | 1001110 | 1011010 | 0 | 111110 | 111000 | 10100 | 101100010 | 111000 | 110111 |
Color Harmonies of #CD4E5A
Complementary color
Monochromatic Colors of #CD4E5A
Black with #CD4E5A
Text Example
Text Example
White with #CD4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4E5A; }
p { color: rgb(205,78,90); }
H1.HeaderClassName
{
color: #CD4E5A;
}
.AnyTagClassName
{
color: #CD4E5A;
}
</style>
background-color css
<style>
a { background-color: #CD4E5A; }
a { background-color: rgb(205,78,90); }
div.DivClassName
{
background-color: #CD4E5A;
}
.BgClassName
{
background-color: #CD4E5A;
}
</style>
border-color css
<style>
span { border-color: #CD4E5A; }
span { border-color: rgb(205,78,90); }
td.TdClassName
{
border-color: #CD4E5A;
}
.TagClassName
{
border-color: #CD4E5A;
}
</style>