Shades of Mandy #CA5862
Tints of Mandy #CA5862
RGB
CMYK
RGB Variations
Color information
#CA5862 (or 0xCA5862) is known color: Mandy. HEX triplet: CA, 58 and 62. RGB value is (202,88,98). Sum of RGB (Red+Green+Blue) = 202+88+98=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5862 is #35A79D. Grayscale: #7B7B7B. Windows color (decimal): -3516318 or 6445258. OLE color: 6445258.
HSL color Cylindrical-coordinate representation of color #CA5862: hue angle of 354.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5862 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 98 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.21 |
| HSL | 354.74º | 0.52% | 0.57% | - |
| HSV(B) | 354.74º | 0.56% | 0.79% | - |
| XYZ | 30.05 | 20.42 | 13.91 | - |
| YUV | 123.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 98 | 0 | 0.56 | 0.51 | 0.21 | 354.74 | 0.52 | 0.57 |
| Hex | CA | 58 | 62 | 0 | 38 | 33 | 15 | 163 | 34 | 39 |
| Octal | 312 | 130 | 142 | 0 | 70 | 63 | 25 | 543 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1100010 | 0 | 111000 | 110011 | 10101 | 101100011 | 110100 | 111001 |
Color Harmonies of #CA5862
Complementary color
Monochromatic Colors of #CA5862
Black with #CA5862
Text Example
Text Example
White with #CA5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5862; }
p { color: rgb(202,88,98); }
H1.HeaderClassName
{
color: #CA5862;
}
.AnyTagClassName
{
color: #CA5862;
}
</style>
background-color css
<style>
a { background-color: #CA5862; }
a { background-color: rgb(202,88,98); }
div.DivClassName
{
background-color: #CA5862;
}
.BgClassName
{
background-color: #CA5862;
}
</style>
border-color css
<style>
span { border-color: #CA5862; }
span { border-color: rgb(202,88,98); }
td.TdClassName
{
border-color: #CA5862;
}
.TagClassName
{
border-color: #CA5862;
}
</style>