Shades of Mandy #CD4955
Tints of Mandy #CD4955
RGB
CMYK
RGB Variations
Color information
#CD4955 (or 0xCD4955) is known color: Mandy. HEX triplet: CD, 49 and 55. RGB value is (205,73,85). Sum of RGB (Red+Green+Blue) = 205+73+85=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4955 is #32B6AA. Grayscale: #717171. Windows color (decimal): -3323563 or 5589453. OLE color: 5589453.
HSL color Cylindrical-coordinate representation of color #CD4955: hue angle of 354.55º 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 #CD4955 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 85 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.20 |
| HSL | 354.55º | 0.57% | 0.55% | - |
| HSV(B) | 354.55º | 0.64% | 0.8% | - |
| XYZ | 29.2 | 18.4 | 10.61 | - |
| YUV | 113.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 85 | 0 | 0.64 | 0.59 | 0.20 | 354.55 | 0.57 | 0.55 |
| Hex | CD | 49 | 55 | 0 | 40 | 3B | 14 | 163 | 39 | 37 |
| Octal | 315 | 111 | 125 | 0 | 100 | 73 | 24 | 543 | 71 | 67 |
| Binary | 11001101 | 1001001 | 1010101 | 0 | 1000000 | 111011 | 10100 | 101100011 | 111001 | 110111 |
Color Harmonies of #CD4955
Complementary color
Monochromatic Colors of #CD4955
Black with #CD4955
Text Example
Text Example
White with #CD4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4955; }
p { color: rgb(205,73,85); }
H1.HeaderClassName
{
color: #CD4955;
}
.AnyTagClassName
{
color: #CD4955;
}
</style>
background-color css
<style>
a { background-color: #CD4955; }
a { background-color: rgb(205,73,85); }
div.DivClassName
{
background-color: #CD4955;
}
.BgClassName
{
background-color: #CD4955;
}
</style>
border-color css
<style>
span { border-color: #CD4955; }
span { border-color: rgb(205,73,85); }
td.TdClassName
{
border-color: #CD4955;
}
.TagClassName
{
border-color: #CD4955;
}
</style>