Shades of Mandy #CA4759
Tints of Mandy #CA4759
RGB
CMYK
RGB Variations
Color information
#CA4759 (or 0xCA4759) is known color: Mandy. HEX triplet: CA, 47 and 59. RGB value is (202,71,89). Sum of RGB (Red+Green+Blue) = 202+71+89=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4759 is #35B8A6. Grayscale: #707070. Windows color (decimal): -3520679 or 5851082. OLE color: 5851082.
HSL color Cylindrical-coordinate representation of color #CA4759: hue angle of 351.76º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4759 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 89 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.21 |
| HSL | 351.76º | 0.55% | 0.54% | - |
| HSV(B) | 351.76º | 0.65% | 0.79% | - |
| XYZ | 28.41 | 17.78 | 11.39 | - |
| YUV | 112.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 89 | 0 | 0.65 | 0.56 | 0.21 | 351.76 | 0.55 | 0.54 |
| Hex | CA | 47 | 59 | 0 | 41 | 38 | 15 | 160 | 37 | 36 |
| Octal | 312 | 107 | 131 | 0 | 101 | 70 | 25 | 540 | 67 | 66 |
| Binary | 11001010 | 1000111 | 1011001 | 0 | 1000001 | 111000 | 10101 | 101100000 | 110111 | 110110 |
Color Harmonies of #CA4759
Complementary color
Monochromatic Colors of #CA4759
Black with #CA4759
Text Example
Text Example
White with #CA4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4759; }
p { color: rgb(202,71,89); }
H1.HeaderClassName
{
color: #CA4759;
}
.AnyTagClassName
{
color: #CA4759;
}
</style>
background-color css
<style>
a { background-color: #CA4759; }
a { background-color: rgb(202,71,89); }
div.DivClassName
{
background-color: #CA4759;
}
.BgClassName
{
background-color: #CA4759;
}
</style>
border-color css
<style>
span { border-color: #CA4759; }
span { border-color: rgb(202,71,89); }
td.TdClassName
{
border-color: #CA4759;
}
.TagClassName
{
border-color: #CA4759;
}
</style>