Shades of Mandy #CA465D
Tints of Mandy #CA465D
RGB
CMYK
RGB Variations
Color information
#CA465D (or 0xCA465D) is known color: Mandy. HEX triplet: CA, 46 and 5D. RGB value is (202,70,93). Sum of RGB (Red+Green+Blue) = 202+70+93=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA465D is #35B9A2. Grayscale: #707070. Windows color (decimal): -3520931 or 6112970. OLE color: 6112970.
HSL color Cylindrical-coordinate representation of color #CA465D: hue angle of 349.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA465D is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 93 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.21 |
| HSL | 349.55º | 0.55% | 0.53% | - |
| HSV(B) | 349.55º | 0.65% | 0.79% | - |
| XYZ | 28.52 | 17.73 | 12.27 | - |
| YUV | 112.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 93 | 0 | 0.65 | 0.54 | 0.21 | 349.55 | 0.55 | 0.53 |
| Hex | CA | 46 | 5D | 0 | 41 | 36 | 15 | 15E | 37 | 35 |
| Octal | 312 | 106 | 135 | 0 | 101 | 66 | 25 | 536 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1011101 | 0 | 1000001 | 110110 | 10101 | 101011110 | 110111 | 110101 |
Color Harmonies of #CA465D
Complementary color
Monochromatic Colors of #CA465D
Black with #CA465D
Text Example
Text Example
White with #CA465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA465D; }
p { color: rgb(202,70,93); }
H1.HeaderClassName
{
color: #CA465D;
}
.AnyTagClassName
{
color: #CA465D;
}
</style>
background-color css
<style>
a { background-color: #CA465D; }
a { background-color: rgb(202,70,93); }
div.DivClassName
{
background-color: #CA465D;
}
.BgClassName
{
background-color: #CA465D;
}
</style>
border-color css
<style>
span { border-color: #CA465D; }
span { border-color: rgb(202,70,93); }
td.TdClassName
{
border-color: #CA465D;
}
.TagClassName
{
border-color: #CA465D;
}
</style>