Shades of Mandy #CA4955
Tints of Mandy #CA4955
RGB
CMYK
RGB Variations
Color information
#CA4955 (or 0xCA4955) is known color: Mandy. HEX triplet: CA, 49 and 55. RGB value is (202,73,85). Sum of RGB (Red+Green+Blue) = 202+73+85=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4955 is #35B6AA. Grayscale: #717171. Windows color (decimal): -3520171 or 5589450. OLE color: 5589450.
HSL color Cylindrical-coordinate representation of color #CA4955: hue angle of 354.42º 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 #CA4955 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 85 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.21 |
| HSL | 354.42º | 0.55% | 0.54% | - |
| HSV(B) | 354.42º | 0.64% | 0.79% | - |
| XYZ | 28.38 | 17.98 | 10.57 | - |
| YUV | 112.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 85 | 0 | 0.64 | 0.58 | 0.21 | 354.42 | 0.55 | 0.54 |
| Hex | CA | 49 | 55 | 0 | 40 | 3A | 15 | 162 | 37 | 36 |
| Octal | 312 | 111 | 125 | 0 | 100 | 72 | 25 | 542 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1010101 | 0 | 1000000 | 111010 | 10101 | 101100010 | 110111 | 110110 |
Color Harmonies of #CA4955
Complementary color
Monochromatic Colors of #CA4955
Black with #CA4955
Text Example
Text Example
White with #CA4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4955; }
p { color: rgb(202,73,85); }
H1.HeaderClassName
{
color: #CA4955;
}
.AnyTagClassName
{
color: #CA4955;
}
</style>
background-color css
<style>
a { background-color: #CA4955; }
a { background-color: rgb(202,73,85); }
div.DivClassName
{
background-color: #CA4955;
}
.BgClassName
{
background-color: #CA4955;
}
</style>
border-color css
<style>
span { border-color: #CA4955; }
span { border-color: rgb(202,73,85); }
td.TdClassName
{
border-color: #CA4955;
}
.TagClassName
{
border-color: #CA4955;
}
</style>