Shades of Mandy #CD4A50
Tints of Mandy #CD4A50
RGB
CMYK
RGB Variations
Color information
#CD4A50 (or 0xCD4A50) is known color: Mandy. HEX triplet: CD, 4A and 50. RGB value is (205,74,80). Sum of RGB (Red+Green+Blue) = 205+74+80=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A50 is #32B5AF. Grayscale: #717171. Windows color (decimal): -3323312 or 5262029. OLE color: 5262029.
HSL color Cylindrical-coordinate representation of color #CD4A50: hue angle of 357.25º 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 #CD4A50 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 80 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.20 |
| HSL | 357.25º | 0.57% | 0.55% | - |
| HSV(B) | 357.25º | 0.64% | 0.8% | - |
| XYZ | 29.07 | 18.46 | 9.62 | - |
| YUV | 113.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 80 | 0 | 0.64 | 0.61 | 0.20 | 357.25 | 0.57 | 0.55 |
| Hex | CD | 4A | 50 | 0 | 40 | 3D | 14 | 165 | 39 | 37 |
| Octal | 315 | 112 | 120 | 0 | 100 | 75 | 24 | 545 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1010000 | 0 | 1000000 | 111101 | 10100 | 101100101 | 111001 | 110111 |
Color Harmonies of #CD4A50
Complementary color
Monochromatic Colors of #CD4A50
Black with #CD4A50
Text Example
Text Example
White with #CD4A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A50; }
p { color: rgb(205,74,80); }
H1.HeaderClassName
{
color: #CD4A50;
}
.AnyTagClassName
{
color: #CD4A50;
}
</style>
background-color css
<style>
a { background-color: #CD4A50; }
a { background-color: rgb(205,74,80); }
div.DivClassName
{
background-color: #CD4A50;
}
.BgClassName
{
background-color: #CD4A50;
}
</style>
border-color css
<style>
span { border-color: #CD4A50; }
span { border-color: rgb(205,74,80); }
td.TdClassName
{
border-color: #CD4A50;
}
.TagClassName
{
border-color: #CD4A50;
}
</style>