Shades of Mandy #CD525C
Tints of Mandy #CD525C
RGB
CMYK
RGB Variations
Color information
#CD525C (or 0xCD525C) is known color: Mandy. HEX triplet: CD, 52 and 5C. RGB value is (205,82,92). Sum of RGB (Red+Green+Blue) = 205+82+92=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525C is #32ADA3. Grayscale: #787878. Windows color (decimal): -3321252 or 6050509. OLE color: 6050509.
HSL color Cylindrical-coordinate representation of color #CD525C: hue angle of 355.12º 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 #CD525C is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 92 | - |
| CMYK | 0 | 0.6 | 0.55 | 0.20 |
| HSL | 355.12º | 0.55% | 0.56% | - |
| HSV(B) | 355.12º | 0.6% | 0.8% | - |
| XYZ | 30.13 | 19.79 | 12.36 | - |
| YUV | 119.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 92 | 0 | 0.6 | 0.55 | 0.20 | 355.12 | 0.55 | 0.56 |
| Hex | CD | 52 | 5C | 0 | 3C | 37 | 14 | 163 | 37 | 38 |
| Octal | 315 | 122 | 134 | 0 | 74 | 67 | 24 | 543 | 67 | 70 |
| Binary | 11001101 | 1010010 | 1011100 | 0 | 111100 | 110111 | 10100 | 101100011 | 110111 | 111000 |
Color Harmonies of #CD525C
Complementary color
Monochromatic Colors of #CD525C
Black with #CD525C
Text Example
Text Example
White with #CD525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD525C; }
p { color: rgb(205,82,92); }
H1.HeaderClassName
{
color: #CD525C;
}
.AnyTagClassName
{
color: #CD525C;
}
</style>
background-color css
<style>
a { background-color: #CD525C; }
a { background-color: rgb(205,82,92); }
div.DivClassName
{
background-color: #CD525C;
}
.BgClassName
{
background-color: #CD525C;
}
</style>
border-color css
<style>
span { border-color: #CD525C; }
span { border-color: rgb(205,82,92); }
td.TdClassName
{
border-color: #CD525C;
}
.TagClassName
{
border-color: #CD525C;
}
</style>