Shades of Mandy #CD445C
Tints of Mandy #CD445C
RGB
CMYK
RGB Variations
Color information
#CD445C (or 0xCD445C) is known color: Mandy. HEX triplet: CD, 44 and 5C. RGB value is (205,68,92). Sum of RGB (Red+Green+Blue) = 205+68+92=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD445C is #32BBA3. Grayscale: #6F6F6F. Windows color (decimal): -3324836 or 6046925. OLE color: 6046925.
HSL color Cylindrical-coordinate representation of color #CD445C: hue angle of 349.49º 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 #CD445C is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 92 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.20 |
| HSL | 349.49º | 0.58% | 0.54% | - |
| HSV(B) | 349.49º | 0.67% | 0.8% | - |
| XYZ | 29.18 | 17.89 | 12.04 | - |
| YUV | 111.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 92 | 0 | 0.67 | 0.55 | 0.20 | 349.49 | 0.58 | 0.54 |
| Hex | CD | 44 | 5C | 0 | 43 | 37 | 14 | 15D | 3A | 36 |
| Octal | 315 | 104 | 134 | 0 | 103 | 67 | 24 | 535 | 72 | 66 |
| Binary | 11001101 | 1000100 | 1011100 | 0 | 1000011 | 110111 | 10100 | 101011101 | 111010 | 110110 |
Color Harmonies of #CD445C
Complementary color
Monochromatic Colors of #CD445C
Black with #CD445C
Text Example
Text Example
White with #CD445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD445C; }
p { color: rgb(205,68,92); }
H1.HeaderClassName
{
color: #CD445C;
}
.AnyTagClassName
{
color: #CD445C;
}
</style>
background-color css
<style>
a { background-color: #CD445C; }
a { background-color: rgb(205,68,92); }
div.DivClassName
{
background-color: #CD445C;
}
.BgClassName
{
background-color: #CD445C;
}
</style>
border-color css
<style>
span { border-color: #CD445C; }
span { border-color: rgb(205,68,92); }
td.TdClassName
{
border-color: #CD445C;
}
.TagClassName
{
border-color: #CD445C;
}
</style>