Shades of Mandy #CD4450
Tints of Mandy #CD4450
RGB
CMYK
RGB Variations
Color information
#CD4450 (or 0xCD4450) is known color: Mandy. HEX triplet: CD, 44 and 50. RGB value is (205,68,80). Sum of RGB (Red+Green+Blue) = 205+68+80=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4450 is #32BBAF. Grayscale: #6E6E6E. Windows color (decimal): -3324848 or 5260493. OLE color: 5260493.
HSL color Cylindrical-coordinate representation of color #CD4450: hue angle of 354.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4450 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 80 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.20 |
| HSL | 354.74º | 0.58% | 0.54% | - |
| HSV(B) | 354.74º | 0.67% | 0.8% | - |
| XYZ | 28.69 | 17.69 | 9.49 | - |
| YUV | 110.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 80 | 0 | 0.67 | 0.61 | 0.20 | 354.74 | 0.58 | 0.54 |
| Hex | CD | 44 | 50 | 0 | 43 | 3D | 14 | 163 | 3A | 36 |
| Octal | 315 | 104 | 120 | 0 | 103 | 75 | 24 | 543 | 72 | 66 |
| Binary | 11001101 | 1000100 | 1010000 | 0 | 1000011 | 111101 | 10100 | 101100011 | 111010 | 110110 |
Color Harmonies of #CD4450
Complementary color
Monochromatic Colors of #CD4450
Black with #CD4450
Text Example
Text Example
White with #CD4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4450; }
p { color: rgb(205,68,80); }
H1.HeaderClassName
{
color: #CD4450;
}
.AnyTagClassName
{
color: #CD4450;
}
</style>
background-color css
<style>
a { background-color: #CD4450; }
a { background-color: rgb(205,68,80); }
div.DivClassName
{
background-color: #CD4450;
}
.BgClassName
{
background-color: #CD4450;
}
</style>
border-color css
<style>
span { border-color: #CD4450; }
span { border-color: rgb(205,68,80); }
td.TdClassName
{
border-color: #CD4450;
}
.TagClassName
{
border-color: #CD4450;
}
</style>