Shades of Mandy #CA4657
Tints of Mandy #CA4657
RGB
CMYK
RGB Variations
Color information
#CA4657 (or 0xCA4657) is known color: Mandy. HEX triplet: CA, 46 and 57. RGB value is (202,70,87). Sum of RGB (Red+Green+Blue) = 202+70+87=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4657 is #35B9A8. Grayscale: #6F6F6F. Windows color (decimal): -3520937 or 5719754. OLE color: 5719754.
HSL color Cylindrical-coordinate representation of color #CA4657: hue angle of 352.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4657 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 87 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.21 |
| HSL | 352.27º | 0.55% | 0.53% | - |
| HSV(B) | 352.27º | 0.65% | 0.79% | - |
| XYZ | 28.27 | 17.62 | 10.93 | - |
| YUV | 111.41 | 114.23 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 87 | 0 | 0.65 | 0.57 | 0.21 | 352.27 | 0.55 | 0.53 |
| Hex | CA | 46 | 57 | 0 | 41 | 39 | 15 | 160 | 37 | 35 |
| Octal | 312 | 106 | 127 | 0 | 101 | 71 | 25 | 540 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1010111 | 0 | 1000001 | 111001 | 10101 | 101100000 | 110111 | 110101 |
Color Harmonies of #CA4657
Complementary color
Monochromatic Colors of #CA4657
Black with #CA4657
Text Example
Text Example
White with #CA4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4657; }
p { color: rgb(202,70,87); }
H1.HeaderClassName
{
color: #CA4657;
}
.AnyTagClassName
{
color: #CA4657;
}
</style>
background-color css
<style>
a { background-color: #CA4657; }
a { background-color: rgb(202,70,87); }
div.DivClassName
{
background-color: #CA4657;
}
.BgClassName
{
background-color: #CA4657;
}
</style>
border-color css
<style>
span { border-color: #CA4657; }
span { border-color: rgb(202,70,87); }
td.TdClassName
{
border-color: #CA4657;
}
.TagClassName
{
border-color: #CA4657;
}
</style>