Shades of Mandy #CD4756
Tints of Mandy #CD4756
RGB
CMYK
RGB Variations
Color information
#CD4756 (or 0xCD4756) is known color: Mandy. HEX triplet: CD, 47 and 56. RGB value is (205,71,86). Sum of RGB (Red+Green+Blue) = 205+71+86=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4756 is #32B8A9. Grayscale: #707070. Windows color (decimal): -3324074 or 5654477. OLE color: 5654477.
HSL color Cylindrical-coordinate representation of color #CD4756: hue angle of 353.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4756 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 71 | 86 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.20 |
| HSL | 353.28º | 0.57% | 0.54% | - |
| HSV(B) | 353.28º | 0.65% | 0.8% | - |
| XYZ | 29.11 | 18.16 | 10.77 | - |
| YUV | 112.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 71 | 86 | 0 | 0.65 | 0.58 | 0.20 | 353.28 | 0.57 | 0.54 |
| Hex | CD | 47 | 56 | 0 | 41 | 3A | 14 | 161 | 39 | 36 |
| Octal | 315 | 107 | 126 | 0 | 101 | 72 | 24 | 541 | 71 | 66 |
| Binary | 11001101 | 1000111 | 1010110 | 0 | 1000001 | 111010 | 10100 | 101100001 | 111001 | 110110 |
Color Harmonies of #CD4756
Complementary color
Monochromatic Colors of #CD4756
Black with #CD4756
Text Example
Text Example
White with #CD4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4756; }
p { color: rgb(205,71,86); }
H1.HeaderClassName
{
color: #CD4756;
}
.AnyTagClassName
{
color: #CD4756;
}
</style>
background-color css
<style>
a { background-color: #CD4756; }
a { background-color: rgb(205,71,86); }
div.DivClassName
{
background-color: #CD4756;
}
.BgClassName
{
background-color: #CD4756;
}
</style>
border-color css
<style>
span { border-color: #CD4756; }
span { border-color: rgb(205,71,86); }
td.TdClassName
{
border-color: #CD4756;
}
.TagClassName
{
border-color: #CD4756;
}
</style>