Shades of Mandy #CD4D55
Tints of Mandy #CD4D55
RGB
CMYK
RGB Variations
Color information
#CD4D55 (or 0xCD4D55) is known color: Mandy. HEX triplet: CD, 4D and 55. RGB value is (205,77,85). Sum of RGB (Red+Green+Blue) = 205+77+85=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD4D55 is #32B2AA. Grayscale: #747474. Windows color (decimal): -3322539 or 5590477. OLE color: 5590477.
HSL color Cylindrical-coordinate representation of color #CD4D55: hue angle of 356.25º 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 #CD4D55 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 85 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.20 |
| HSL | 356.25º | 0.56% | 0.55% | - |
| HSV(B) | 356.25º | 0.62% | 0.8% | - |
| XYZ | 29.47 | 18.94 | 10.7 | - |
| YUV | 116.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 85 | 0 | 0.62 | 0.59 | 0.20 | 356.25 | 0.56 | 0.55 |
| Hex | CD | 4D | 55 | 0 | 3E | 3B | 14 | 164 | 38 | 37 |
| Octal | 315 | 115 | 125 | 0 | 76 | 73 | 24 | 544 | 70 | 67 |
| Binary | 11001101 | 1001101 | 1010101 | 0 | 111110 | 111011 | 10100 | 101100100 | 111000 | 110111 |
Color Harmonies of #CD4D55
Complementary color
Monochromatic Colors of #CD4D55
Black with #CD4D55
Text Example
Text Example
White with #CD4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D55; }
p { color: rgb(205,77,85); }
H1.HeaderClassName
{
color: #CD4D55;
}
.AnyTagClassName
{
color: #CD4D55;
}
</style>
background-color css
<style>
a { background-color: #CD4D55; }
a { background-color: rgb(205,77,85); }
div.DivClassName
{
background-color: #CD4D55;
}
.BgClassName
{
background-color: #CD4D55;
}
</style>
border-color css
<style>
span { border-color: #CD4D55; }
span { border-color: rgb(205,77,85); }
td.TdClassName
{
border-color: #CD4D55;
}
.TagClassName
{
border-color: #CD4D55;
}
</style>