Shades of Mandy #CA565B
Tints of Mandy #CA565B
RGB
CMYK
RGB Variations
Color information
#CA565B (or 0xCA565B) is known color: Mandy. HEX triplet: CA, 56 and 5B. RGB value is (202,86,91). Sum of RGB (Red+Green+Blue) = 202+86+91=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA565B is #35A9A4. Grayscale: #797979. Windows color (decimal): -3516837 or 5985994. OLE color: 5985994.
HSL color Cylindrical-coordinate representation of color #CA565B: hue angle of 357.41º 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 #CA565B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 91 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.21 |
| HSL | 357.41º | 0.52% | 0.56% | - |
| HSV(B) | 357.41º | 0.57% | 0.79% | - |
| XYZ | 29.57 | 19.97 | 12.19 | - |
| YUV | 121.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 91 | 0 | 0.57 | 0.55 | 0.21 | 357.41 | 0.52 | 0.56 |
| Hex | CA | 56 | 5B | 0 | 39 | 37 | 15 | 165 | 34 | 38 |
| Octal | 312 | 126 | 133 | 0 | 71 | 67 | 25 | 545 | 64 | 70 |
| Binary | 11001010 | 1010110 | 1011011 | 0 | 111001 | 110111 | 10101 | 101100101 | 110100 | 111000 |
Color Harmonies of #CA565B
Complementary color
Monochromatic Colors of #CA565B
Black with #CA565B
Text Example
Text Example
White with #CA565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA565B; }
p { color: rgb(202,86,91); }
H1.HeaderClassName
{
color: #CA565B;
}
.AnyTagClassName
{
color: #CA565B;
}
</style>
background-color css
<style>
a { background-color: #CA565B; }
a { background-color: rgb(202,86,91); }
div.DivClassName
{
background-color: #CA565B;
}
.BgClassName
{
background-color: #CA565B;
}
</style>
border-color css
<style>
span { border-color: #CA565B; }
span { border-color: rgb(202,86,91); }
td.TdClassName
{
border-color: #CA565B;
}
.TagClassName
{
border-color: #CA565B;
}
</style>