Shades of Mandy #CD405B
Tints of Mandy #CD405B
RGB
CMYK
RGB Variations
Color information
#CD405B (or 0xCD405B) is known color: Mandy. HEX triplet: CD, 40 and 5B. RGB value is (205,64,91). Sum of RGB (Red+Green+Blue) = 205+64+91=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD405B is #32BFA4. Grayscale: #6D6D6D. Windows color (decimal): -3325861 or 5980365. OLE color: 5980365.
HSL color Cylindrical-coordinate representation of color #CD405B: hue angle of 348.51º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD405B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.20 |
| HSL | 348.51º | 0.59% | 0.53% | - |
| HSV(B) | 348.51º | 0.69% | 0.8% | - |
| XYZ | 28.9 | 17.4 | 11.73 | - |
| YUV | 109.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 91 | 0 | 0.69 | 0.56 | 0.20 | 348.51 | 0.59 | 0.53 |
| Hex | CD | 40 | 5B | 0 | 45 | 38 | 14 | 15D | 3B | 35 |
| Octal | 315 | 100 | 133 | 0 | 105 | 70 | 24 | 535 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1011011 | 0 | 1000101 | 111000 | 10100 | 101011101 | 111011 | 110101 |
Color Harmonies of #CD405B
Complementary color
Monochromatic Colors of #CD405B
Black with #CD405B
Text Example
Text Example
White with #CD405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD405B; }
p { color: rgb(205,64,91); }
H1.HeaderClassName
{
color: #CD405B;
}
.AnyTagClassName
{
color: #CD405B;
}
</style>
background-color css
<style>
a { background-color: #CD405B; }
a { background-color: rgb(205,64,91); }
div.DivClassName
{
background-color: #CD405B;
}
.BgClassName
{
background-color: #CD405B;
}
</style>
border-color css
<style>
span { border-color: #CD405B; }
span { border-color: rgb(205,64,91); }
td.TdClassName
{
border-color: #CD405B;
}
.TagClassName
{
border-color: #CD405B;
}
</style>