Shades of Mandy #CD535D
Tints of Mandy #CD535D
RGB
CMYK
RGB Variations
Color information
#CD535D (or 0xCD535D) is known color: Mandy. HEX triplet: CD, 53 and 5D. RGB value is (205,83,93). Sum of RGB (Red+Green+Blue) = 205+83+93=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD535D is #32ACA2. Grayscale: #787878. Windows color (decimal): -3320995 or 6116301. OLE color: 6116301.
HSL color Cylindrical-coordinate representation of color #CD535D: hue angle of 355.08º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD535D is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 93 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.20 |
| HSL | 355.08º | 0.55% | 0.56% | - |
| HSV(B) | 355.08º | 0.6% | 0.8% | - |
| XYZ | 30.25 | 19.96 | 12.61 | - |
| YUV | 120.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 93 | 0 | 0.60 | 0.55 | 0.20 | 355.08 | 0.55 | 0.56 |
| Hex | CD | 53 | 5D | 0 | 3C | 37 | 14 | 163 | 37 | 38 |
| Octal | 315 | 123 | 135 | 0 | 74 | 67 | 24 | 543 | 67 | 70 |
| Binary | 11001101 | 1010011 | 1011101 | 0 | 111100 | 110111 | 10100 | 101100011 | 110111 | 111000 |
Color Harmonies of #CD535D
Complementary color
Monochromatic Colors of #CD535D
Black with #CD535D
Text Example
Text Example
White with #CD535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD535D; }
p { color: rgb(205,83,93); }
H1.HeaderClassName
{
color: #CD535D;
}
.AnyTagClassName
{
color: #CD535D;
}
</style>
background-color css
<style>
a { background-color: #CD535D; }
a { background-color: rgb(205,83,93); }
div.DivClassName
{
background-color: #CD535D;
}
.BgClassName
{
background-color: #CD535D;
}
</style>
border-color css
<style>
span { border-color: #CD535D; }
span { border-color: rgb(205,83,93); }
td.TdClassName
{
border-color: #CD535D;
}
.TagClassName
{
border-color: #CD535D;
}
</style>