Shades of Mandy #CA5559
Tints of Mandy #CA5559
RGB
CMYK
RGB Variations
Color information
#CA5559 (or 0xCA5559) is known color: Mandy. HEX triplet: CA, 55 and 59. RGB value is (202,85,89). Sum of RGB (Red+Green+Blue) = 202+85+89=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5559 is #35AAA6. Grayscale: #787878. Windows color (decimal): -3517095 or 5854666. OLE color: 5854666.
HSL color Cylindrical-coordinate representation of color #CA5559: hue angle of 357.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5559 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 89 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.21 |
| HSL | 357.95º | 0.52% | 0.56% | - |
| HSV(B) | 357.95º | 0.58% | 0.79% | - |
| XYZ | 29.41 | 19.77 | 11.72 | - |
| YUV | 120.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 89 | 0 | 0.58 | 0.56 | 0.21 | 357.95 | 0.52 | 0.56 |
| Hex | CA | 55 | 59 | 0 | 3A | 38 | 15 | 166 | 34 | 38 |
| Octal | 312 | 125 | 131 | 0 | 72 | 70 | 25 | 546 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1011001 | 0 | 111010 | 111000 | 10101 | 101100110 | 110100 | 111000 |
Color Harmonies of #CA5559
Complementary color
Monochromatic Colors of #CA5559
Black with #CA5559
Text Example
Text Example
White with #CA5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5559; }
p { color: rgb(202,85,89); }
H1.HeaderClassName
{
color: #CA5559;
}
.AnyTagClassName
{
color: #CA5559;
}
</style>
background-color css
<style>
a { background-color: #CA5559; }
a { background-color: rgb(202,85,89); }
div.DivClassName
{
background-color: #CA5559;
}
.BgClassName
{
background-color: #CA5559;
}
</style>
border-color css
<style>
span { border-color: #CA5559; }
span { border-color: rgb(202,85,89); }
td.TdClassName
{
border-color: #CA5559;
}
.TagClassName
{
border-color: #CA5559;
}
</style>