Shades of Mandy #CD505C
Tints of Mandy #CD505C
RGB
CMYK
RGB Variations
Color information
#CD505C (or 0xCD505C) is known color: Mandy. HEX triplet: CD, 50 and 5C. RGB value is (205,80,92). Sum of RGB (Red+Green+Blue) = 205+80+92=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD505C is #32AFA3. Grayscale: #767676. Windows color (decimal): -3321764 or 6049997. OLE color: 6049997.
HSL color Cylindrical-coordinate representation of color #CD505C: hue angle of 354.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD505C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 92 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.20 |
| HSL | 354.24º | 0.56% | 0.56% | - |
| HSV(B) | 354.24º | 0.61% | 0.8% | - |
| XYZ | 29.98 | 19.49 | 12.31 | - |
| YUV | 118.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 92 | 0 | 0.61 | 0.55 | 0.20 | 354.24 | 0.56 | 0.56 |
| Hex | CD | 50 | 5C | 0 | 3D | 37 | 14 | 162 | 38 | 38 |
| Octal | 315 | 120 | 134 | 0 | 75 | 67 | 24 | 542 | 70 | 70 |
| Binary | 11001101 | 1010000 | 1011100 | 0 | 111101 | 110111 | 10100 | 101100010 | 111000 | 111000 |
Color Harmonies of #CD505C
Complementary color
Monochromatic Colors of #CD505C
Black with #CD505C
Text Example
Text Example
White with #CD505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD505C; }
p { color: rgb(205,80,92); }
H1.HeaderClassName
{
color: #CD505C;
}
.AnyTagClassName
{
color: #CD505C;
}
</style>
background-color css
<style>
a { background-color: #CD505C; }
a { background-color: rgb(205,80,92); }
div.DivClassName
{
background-color: #CD505C;
}
.BgClassName
{
background-color: #CD505C;
}
</style>
border-color css
<style>
span { border-color: #CD505C; }
span { border-color: rgb(205,80,92); }
td.TdClassName
{
border-color: #CD505C;
}
.TagClassName
{
border-color: #CD505C;
}
</style>