Shades of Mandy #CA4850
Tints of Mandy #CA4850
RGB
CMYK
RGB Variations
Color information
#CA4850 (or 0xCA4850) is known color: Mandy. HEX triplet: CA, 48 and 50. RGB value is (202,72,80). Sum of RGB (Red+Green+Blue) = 202+72+80=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4850 is #35B7AF. Grayscale: #6F6F6F. Windows color (decimal): -3520432 or 5261514. OLE color: 5261514.
HSL color Cylindrical-coordinate representation of color #CA4850: hue angle of 356.31º 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 #CA4850 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 80 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.21 |
| HSL | 356.31º | 0.55% | 0.54% | - |
| HSV(B) | 356.31º | 0.64% | 0.79% | - |
| XYZ | 28.12 | 17.77 | 9.54 | - |
| YUV | 111.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 80 | 0 | 0.64 | 0.60 | 0.21 | 356.31 | 0.55 | 0.54 |
| Hex | CA | 48 | 50 | 0 | 40 | 3C | 15 | 164 | 37 | 36 |
| Octal | 312 | 110 | 120 | 0 | 100 | 74 | 25 | 544 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1010000 | 0 | 1000000 | 111100 | 10101 | 101100100 | 110111 | 110110 |
Color Harmonies of #CA4850
Complementary color
Monochromatic Colors of #CA4850
Black with #CA4850
Text Example
Text Example
White with #CA4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4850; }
p { color: rgb(202,72,80); }
H1.HeaderClassName
{
color: #CA4850;
}
.AnyTagClassName
{
color: #CA4850;
}
</style>
background-color css
<style>
a { background-color: #CA4850; }
a { background-color: rgb(202,72,80); }
div.DivClassName
{
background-color: #CA4850;
}
.BgClassName
{
background-color: #CA4850;
}
</style>
border-color css
<style>
span { border-color: #CA4850; }
span { border-color: rgb(202,72,80); }
td.TdClassName
{
border-color: #CA4850;
}
.TagClassName
{
border-color: #CA4850;
}
</style>