Shades of Mandy #CA565D
Tints of Mandy #CA565D
RGB
CMYK
RGB Variations
Color information
#CA565D (or 0xCA565D) is known color: Mandy. HEX triplet: CA, 56 and 5D. RGB value is (202,86,93). Sum of RGB (Red+Green+Blue) = 202+86+93=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA565D is #35A9A2. Grayscale: #797979. Windows color (decimal): -3516835 or 6117066. OLE color: 6117066.
HSL color Cylindrical-coordinate representation of color #CA565D: hue angle of 356.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA565D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 93 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.21 |
| HSL | 356.38º | 0.52% | 0.56% | - |
| HSV(B) | 356.38º | 0.57% | 0.79% | - |
| XYZ | 29.66 | 20 | 12.65 | - |
| YUV | 121.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 93 | 0 | 0.57 | 0.54 | 0.21 | 356.38 | 0.52 | 0.56 |
| Hex | CA | 56 | 5D | 0 | 39 | 36 | 15 | 164 | 34 | 38 |
| Octal | 312 | 126 | 135 | 0 | 71 | 66 | 25 | 544 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1011101 | 0 | 111001 | 110110 | 10101 | 101100100 | 110100 | 111000 |
Color Harmonies of #CA565D
Complementary color
Monochromatic Colors of #CA565D
Black with #CA565D
Text Example
Text Example
White with #CA565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA565D; }
p { color: rgb(202,86,93); }
H1.HeaderClassName
{
color: #CA565D;
}
.AnyTagClassName
{
color: #CA565D;
}
</style>
background-color css
<style>
a { background-color: #CA565D; }
a { background-color: rgb(202,86,93); }
div.DivClassName
{
background-color: #CA565D;
}
.BgClassName
{
background-color: #CA565D;
}
</style>
border-color css
<style>
span { border-color: #CA565D; }
span { border-color: rgb(202,86,93); }
td.TdClassName
{
border-color: #CA565D;
}
.TagClassName
{
border-color: #CA565D;
}
</style>