Shades of Mandy #CA495F
Tints of Mandy #CA495F
RGB
CMYK
RGB Variations
Color information
#CA495F (or 0xCA495F) is known color: Mandy. HEX triplet: CA, 49 and 5F. RGB value is (202,73,95). Sum of RGB (Red+Green+Blue) = 202+73+95=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA495F is #35B6A0. Grayscale: #727272. Windows color (decimal): -3520161 or 6244810. OLE color: 6244810.
HSL color Cylindrical-coordinate representation of color #CA495F: hue angle of 349.77º 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 #CA495F is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 95 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.21 |
| HSL | 349.77º | 0.55% | 0.54% | - |
| HSV(B) | 349.77º | 0.64% | 0.79% | - |
| XYZ | 28.81 | 18.15 | 12.81 | - |
| YUV | 114.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 95 | 0 | 0.64 | 0.53 | 0.21 | 349.77 | 0.55 | 0.54 |
| Hex | CA | 49 | 5F | 0 | 40 | 35 | 15 | 15E | 37 | 36 |
| Octal | 312 | 111 | 137 | 0 | 100 | 65 | 25 | 536 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1011111 | 0 | 1000000 | 110101 | 10101 | 101011110 | 110111 | 110110 |
Color Harmonies of #CA495F
Complementary color
Monochromatic Colors of #CA495F
Black with #CA495F
Text Example
Text Example
White with #CA495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA495F; }
p { color: rgb(202,73,95); }
H1.HeaderClassName
{
color: #CA495F;
}
.AnyTagClassName
{
color: #CA495F;
}
</style>
background-color css
<style>
a { background-color: #CA495F; }
a { background-color: rgb(202,73,95); }
div.DivClassName
{
background-color: #CA495F;
}
.BgClassName
{
background-color: #CA495F;
}
</style>
border-color css
<style>
span { border-color: #CA495F; }
span { border-color: rgb(202,73,95); }
td.TdClassName
{
border-color: #CA495F;
}
.TagClassName
{
border-color: #CA495F;
}
</style>