Shades of Mandy #CA4550
Tints of Mandy #CA4550
RGB
CMYK
RGB Variations
Color information
#CA4550 (or 0xCA4550) is known color: Mandy. HEX triplet: CA, 45 and 50. RGB value is (202,69,80). Sum of RGB (Red+Green+Blue) = 202+69+80=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4550 is #35BAAF. Grayscale: #6E6E6E. Windows color (decimal): -3521200 or 5260746. OLE color: 5260746.
HSL color Cylindrical-coordinate representation of color #CA4550: hue angle of 355.04º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4550 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 80 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.21 |
| HSL | 355.04º | 0.56% | 0.53% | - |
| HSV(B) | 355.04º | 0.66% | 0.79% | - |
| XYZ | 27.93 | 17.39 | 9.47 | - |
| YUV | 110.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 80 | 0 | 0.66 | 0.60 | 0.21 | 355.04 | 0.56 | 0.53 |
| Hex | CA | 45 | 50 | 0 | 42 | 3C | 15 | 163 | 38 | 35 |
| Octal | 312 | 105 | 120 | 0 | 102 | 74 | 25 | 543 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1010000 | 0 | 1000010 | 111100 | 10101 | 101100011 | 111000 | 110101 |
Color Harmonies of #CA4550
Complementary color
Monochromatic Colors of #CA4550
Black with #CA4550
Text Example
Text Example
White with #CA4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4550; }
p { color: rgb(202,69,80); }
H1.HeaderClassName
{
color: #CA4550;
}
.AnyTagClassName
{
color: #CA4550;
}
</style>
background-color css
<style>
a { background-color: #CA4550; }
a { background-color: rgb(202,69,80); }
div.DivClassName
{
background-color: #CA4550;
}
.BgClassName
{
background-color: #CA4550;
}
</style>
border-color css
<style>
span { border-color: #CA4550; }
span { border-color: rgb(202,69,80); }
td.TdClassName
{
border-color: #CA4550;
}
.TagClassName
{
border-color: #CA4550;
}
</style>