Shades of Mandy #CA405D
Tints of Mandy #CA405D
RGB
CMYK
RGB Variations
Color information
#CA405D (or 0xCA405D) is known color: Mandy. HEX triplet: CA, 40 and 5D. RGB value is (202,64,93). Sum of RGB (Red+Green+Blue) = 202+64+93=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA405D is #35BFA2. Grayscale: #6C6C6C. Windows color (decimal): -3522467 or 6111434. OLE color: 6111434.
HSL color Cylindrical-coordinate representation of color #CA405D: hue angle of 347.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA405D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 93 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.21 |
| HSL | 347.39º | 0.57% | 0.52% | - |
| HSV(B) | 347.39º | 0.68% | 0.79% | - |
| XYZ | 28.17 | 17.01 | 12.16 | - |
| YUV | 108.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 93 | 0 | 0.68 | 0.54 | 0.21 | 347.39 | 0.57 | 0.52 |
| Hex | CA | 40 | 5D | 0 | 44 | 36 | 15 | 15B | 39 | 34 |
| Octal | 312 | 100 | 135 | 0 | 104 | 66 | 25 | 533 | 71 | 64 |
| Binary | 11001010 | 1000000 | 1011101 | 0 | 1000100 | 110110 | 10101 | 101011011 | 111001 | 110100 |
Color Harmonies of #CA405D
Complementary color
Monochromatic Colors of #CA405D
Black with #CA405D
Text Example
Text Example
White with #CA405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA405D; }
p { color: rgb(202,64,93); }
H1.HeaderClassName
{
color: #CA405D;
}
.AnyTagClassName
{
color: #CA405D;
}
</style>
background-color css
<style>
a { background-color: #CA405D; }
a { background-color: rgb(202,64,93); }
div.DivClassName
{
background-color: #CA405D;
}
.BgClassName
{
background-color: #CA405D;
}
</style>
border-color css
<style>
span { border-color: #CA405D; }
span { border-color: rgb(202,64,93); }
td.TdClassName
{
border-color: #CA405D;
}
.TagClassName
{
border-color: #CA405D;
}
</style>