Shades of Mandy #CA4857
Tints of Mandy #CA4857
RGB
CMYK
RGB Variations
Color information
#CA4857 (or 0xCA4857) is known color: Mandy. HEX triplet: CA, 48 and 57. RGB value is (202,72,87). Sum of RGB (Red+Green+Blue) = 202+72+87=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4857 is #35B7A8. Grayscale: #707070. Windows color (decimal): -3520425 or 5720266. OLE color: 5720266.
HSL color Cylindrical-coordinate representation of color #CA4857: hue angle of 353.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4857 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 87 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.21 |
| HSL | 353.08º | 0.55% | 0.54% | - |
| HSV(B) | 353.08º | 0.64% | 0.79% | - |
| XYZ | 28.39 | 17.88 | 10.97 | - |
| YUV | 112.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 87 | 0 | 0.64 | 0.57 | 0.21 | 353.08 | 0.55 | 0.54 |
| Hex | CA | 48 | 57 | 0 | 40 | 39 | 15 | 161 | 37 | 36 |
| Octal | 312 | 110 | 127 | 0 | 100 | 71 | 25 | 541 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1010111 | 0 | 1000000 | 111001 | 10101 | 101100001 | 110111 | 110110 |
Color Harmonies of #CA4857
Complementary color
Monochromatic Colors of #CA4857
Black with #CA4857
Text Example
Text Example
White with #CA4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4857; }
p { color: rgb(202,72,87); }
H1.HeaderClassName
{
color: #CA4857;
}
.AnyTagClassName
{
color: #CA4857;
}
</style>
background-color css
<style>
a { background-color: #CA4857; }
a { background-color: rgb(202,72,87); }
div.DivClassName
{
background-color: #CA4857;
}
.BgClassName
{
background-color: #CA4857;
}
</style>
border-color css
<style>
span { border-color: #CA4857; }
span { border-color: rgb(202,72,87); }
td.TdClassName
{
border-color: #CA4857;
}
.TagClassName
{
border-color: #CA4857;
}
</style>