Shades of Mandy #CA494C
Tints of Mandy #CA494C
RGB
CMYK
RGB Variations
Color information
#CA494C (or 0xCA494C) is known color: Mandy. HEX triplet: CA, 49 and 4C. RGB value is (202,73,76). Sum of RGB (Red+Green+Blue) = 202+73+76=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA494C is #35B6B3. Grayscale: #707070. Windows color (decimal): -3520180 or 4999626. OLE color: 4999626.
HSL color Cylindrical-coordinate representation of color #CA494C: hue angle of 358.6º 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 #CA494C is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 76 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.21 |
| HSL | 358.6º | 0.55% | 0.54% | - |
| HSV(B) | 358.6º | 0.64% | 0.79% | - |
| XYZ | 28.04 | 17.84 | 8.8 | - |
| YUV | 111.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 76 | 0 | 0.64 | 0.62 | 0.21 | 358.6 | 0.55 | 0.54 |
| Hex | CA | 49 | 4C | 0 | 40 | 3E | 15 | 167 | 37 | 36 |
| Octal | 312 | 111 | 114 | 0 | 100 | 76 | 25 | 547 | 67 | 66 |
| Binary | 11001010 | 1001001 | 1001100 | 0 | 1000000 | 111110 | 10101 | 101100111 | 110111 | 110110 |
Color Harmonies of #CA494C
Complementary color
Monochromatic Colors of #CA494C
Black with #CA494C
Text Example
Text Example
White with #CA494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA494C; }
p { color: rgb(202,73,76); }
H1.HeaderClassName
{
color: #CA494C;
}
.AnyTagClassName
{
color: #CA494C;
}
</style>
background-color css
<style>
a { background-color: #CA494C; }
a { background-color: rgb(202,73,76); }
div.DivClassName
{
background-color: #CA494C;
}
.BgClassName
{
background-color: #CA494C;
}
</style>
border-color css
<style>
span { border-color: #CA494C; }
span { border-color: rgb(202,73,76); }
td.TdClassName
{
border-color: #CA494C;
}
.TagClassName
{
border-color: #CA494C;
}
</style>