Shades of Mandy #CA4A55
Tints of Mandy #CA4A55
RGB
CMYK
RGB Variations
Color information
#CA4A55 (or 0xCA4A55) is known color: Mandy. HEX triplet: CA, 4A and 55. RGB value is (202,74,85). Sum of RGB (Red+Green+Blue) = 202+74+85=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A55 is #35B5AA. Grayscale: #717171. Windows color (decimal): -3519915 or 5589706. OLE color: 5589706.
HSL color Cylindrical-coordinate representation of color #CA4A55: hue angle of 354.84º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A55 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 85 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.21 |
| HSL | 354.84º | 0.55% | 0.54% | - |
| HSV(B) | 354.84º | 0.63% | 0.79% | - |
| XYZ | 28.45 | 18.11 | 10.59 | - |
| YUV | 113.53 | 111.91 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 85 | 0 | 0.63 | 0.58 | 0.21 | 354.84 | 0.55 | 0.54 |
| Hex | CA | 4A | 55 | 0 | 3F | 3A | 15 | 163 | 37 | 36 |
| Octal | 312 | 112 | 125 | 0 | 77 | 72 | 25 | 543 | 67 | 66 |
| Binary | 11001010 | 1001010 | 1010101 | 0 | 111111 | 111010 | 10101 | 101100011 | 110111 | 110110 |
Color Harmonies of #CA4A55
Complementary color
Monochromatic Colors of #CA4A55
Black with #CA4A55
Text Example
Text Example
White with #CA4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A55; }
p { color: rgb(202,74,85); }
H1.HeaderClassName
{
color: #CA4A55;
}
.AnyTagClassName
{
color: #CA4A55;
}
</style>
background-color css
<style>
a { background-color: #CA4A55; }
a { background-color: rgb(202,74,85); }
div.DivClassName
{
background-color: #CA4A55;
}
.BgClassName
{
background-color: #CA4A55;
}
</style>
border-color css
<style>
span { border-color: #CA4A55; }
span { border-color: rgb(202,74,85); }
td.TdClassName
{
border-color: #CA4A55;
}
.TagClassName
{
border-color: #CA4A55;
}
</style>