Shades of Mandy #CA585B
Tints of Mandy #CA585B
RGB
CMYK
RGB Variations
Color information
#CA585B (or 0xCA585B) is known color: Mandy. HEX triplet: CA, 58 and 5B. RGB value is (202,88,91). Sum of RGB (Red+Green+Blue) = 202+88+91=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA585B is #35A7A4. Grayscale: #7A7A7A. Windows color (decimal): -3516325 or 5986506. OLE color: 5986506.
HSL color Cylindrical-coordinate representation of color #CA585B: hue angle of 358.42º 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 #CA585B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 91 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.21 |
| HSL | 358.42º | 0.52% | 0.57% | - |
| HSV(B) | 358.42º | 0.56% | 0.79% | - |
| XYZ | 29.74 | 20.29 | 12.25 | - |
| YUV | 122.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 91 | 0 | 0.56 | 0.55 | 0.21 | 358.42 | 0.52 | 0.57 |
| Hex | CA | 58 | 5B | 0 | 38 | 37 | 15 | 166 | 34 | 39 |
| Octal | 312 | 130 | 133 | 0 | 70 | 67 | 25 | 546 | 64 | 71 |
| Binary | 11001010 | 1011000 | 1011011 | 0 | 111000 | 110111 | 10101 | 101100110 | 110100 | 111001 |
Color Harmonies of #CA585B
Complementary color
Monochromatic Colors of #CA585B
Black with #CA585B
Text Example
Text Example
White with #CA585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA585B; }
p { color: rgb(202,88,91); }
H1.HeaderClassName
{
color: #CA585B;
}
.AnyTagClassName
{
color: #CA585B;
}
</style>
background-color css
<style>
a { background-color: #CA585B; }
a { background-color: rgb(202,88,91); }
div.DivClassName
{
background-color: #CA585B;
}
.BgClassName
{
background-color: #CA585B;
}
</style>
border-color css
<style>
span { border-color: #CA585B; }
span { border-color: rgb(202,88,91); }
td.TdClassName
{
border-color: #CA585B;
}
.TagClassName
{
border-color: #CA585B;
}
</style>