Shades of Mandy #CD595C
Tints of Mandy #CD595C
RGB
CMYK
RGB Variations
Color information
#CD595C (or 0xCD595C) is known color: Mandy. HEX triplet: CD, 59 and 5C. RGB value is (205,89,92). Sum of RGB (Red+Green+Blue) = 205+89+92=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CD595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD595C is #32A6A3. Grayscale: #7C7C7C. Windows color (decimal): -3319460 or 6052301. OLE color: 6052301.
HSL color Cylindrical-coordinate representation of color #CD595C: hue angle of 358.45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD595C is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 89 | 92 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.20 |
| HSL | 358.45º | 0.54% | 0.58% | - |
| HSV(B) | 358.45º | 0.57% | 0.8% | - |
| XYZ | 30.68 | 20.9 | 12.54 | - |
| YUV | 124.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 89 | 92 | 0 | 0.57 | 0.55 | 0.20 | 358.45 | 0.54 | 0.58 |
| Hex | CD | 59 | 5C | 0 | 39 | 37 | 14 | 166 | 36 | 3A |
| Octal | 315 | 131 | 134 | 0 | 71 | 67 | 24 | 546 | 66 | 72 |
| Binary | 11001101 | 1011001 | 1011100 | 0 | 111001 | 110111 | 10100 | 101100110 | 110110 | 111010 |
Color Harmonies of #CD595C
Complementary color
Monochromatic Colors of #CD595C
Black with #CD595C
Text Example
Text Example
White with #CD595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD595C; }
p { color: rgb(205,89,92); }
H1.HeaderClassName
{
color: #CD595C;
}
.AnyTagClassName
{
color: #CD595C;
}
</style>
background-color css
<style>
a { background-color: #CD595C; }
a { background-color: rgb(205,89,92); }
div.DivClassName
{
background-color: #CD595C;
}
.BgClassName
{
background-color: #CD595C;
}
</style>
border-color css
<style>
span { border-color: #CD595C; }
span { border-color: rgb(205,89,92); }
td.TdClassName
{
border-color: #CD595C;
}
.TagClassName
{
border-color: #CD595C;
}
</style>