Shades of Mandy #CA555E
Tints of Mandy #CA555E
RGB
CMYK
RGB Variations
Color information
#CA555E (or 0xCA555E) is known color: Mandy. HEX triplet: CA, 55 and 5E. RGB value is (202,85,94). Sum of RGB (Red+Green+Blue) = 202+85+94=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555E is #35AAA1. Grayscale: #797979. Windows color (decimal): -3517090 or 6182346. OLE color: 6182346.
HSL color Cylindrical-coordinate representation of color #CA555E: hue angle of 355.38º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA555E is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 94 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.21 |
| HSL | 355.38º | 0.52% | 0.56% | - |
| HSV(B) | 355.38º | 0.58% | 0.79% | - |
| XYZ | 29.63 | 19.86 | 12.86 | - |
| YUV | 121.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 94 | 0 | 0.58 | 0.53 | 0.21 | 355.38 | 0.52 | 0.56 |
| Hex | CA | 55 | 5E | 0 | 3A | 35 | 15 | 163 | 34 | 38 |
| Octal | 312 | 125 | 136 | 0 | 72 | 65 | 25 | 543 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1011110 | 0 | 111010 | 110101 | 10101 | 101100011 | 110100 | 111000 |
Color Harmonies of #CA555E
Complementary color
Monochromatic Colors of #CA555E
Black with #CA555E
Text Example
Text Example
White with #CA555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA555E; }
p { color: rgb(202,85,94); }
H1.HeaderClassName
{
color: #CA555E;
}
.AnyTagClassName
{
color: #CA555E;
}
</style>
background-color css
<style>
a { background-color: #CA555E; }
a { background-color: rgb(202,85,94); }
div.DivClassName
{
background-color: #CA555E;
}
.BgClassName
{
background-color: #CA555E;
}
</style>
border-color css
<style>
span { border-color: #CA555E; }
span { border-color: rgb(202,85,94); }
td.TdClassName
{
border-color: #CA555E;
}
.TagClassName
{
border-color: #CA555E;
}
</style>