Shades of Mandy #CA4853
Tints of Mandy #CA4853
RGB
CMYK
RGB Variations
Color information
#CA4853 (or 0xCA4853) is known color: Mandy. HEX triplet: CA, 48 and 53. RGB value is (202,72,83). Sum of RGB (Red+Green+Blue) = 202+72+83=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4853 is #35B7AC. Grayscale: #707070. Windows color (decimal): -3520429 or 5458122. OLE color: 5458122.
HSL color Cylindrical-coordinate representation of color #CA4853: hue angle of 354.92º 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 #CA4853 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 83 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.21 |
| HSL | 354.92º | 0.55% | 0.54% | - |
| HSV(B) | 354.92º | 0.64% | 0.79% | - |
| XYZ | 28.24 | 17.82 | 10.13 | - |
| YUV | 112.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 83 | 0 | 0.64 | 0.59 | 0.21 | 354.92 | 0.55 | 0.54 |
| Hex | CA | 48 | 53 | 0 | 40 | 3B | 15 | 163 | 37 | 36 |
| Octal | 312 | 110 | 123 | 0 | 100 | 73 | 25 | 543 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1010011 | 0 | 1000000 | 111011 | 10101 | 101100011 | 110111 | 110110 |
Color Harmonies of #CA4853
Complementary color
Monochromatic Colors of #CA4853
Black with #CA4853
Text Example
Text Example
White with #CA4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4853; }
p { color: rgb(202,72,83); }
H1.HeaderClassName
{
color: #CA4853;
}
.AnyTagClassName
{
color: #CA4853;
}
</style>
background-color css
<style>
a { background-color: #CA4853; }
a { background-color: rgb(202,72,83); }
div.DivClassName
{
background-color: #CA4853;
}
.BgClassName
{
background-color: #CA4853;
}
</style>
border-color css
<style>
span { border-color: #CA4853; }
span { border-color: rgb(202,72,83); }
td.TdClassName
{
border-color: #CA4853;
}
.TagClassName
{
border-color: #CA4853;
}
</style>