Shades of Mandy #CA555D
Tints of Mandy #CA555D
RGB
CMYK
RGB Variations
Color information
#CA555D (or 0xCA555D) is known color: Mandy. HEX triplet: CA, 55 and 5D. RGB value is (202,85,93). Sum of RGB (Red+Green+Blue) = 202+85+93=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA555D is #35AAA2. Grayscale: #787878. Windows color (decimal): -3517091 or 6116810. OLE color: 6116810.
HSL color Cylindrical-coordinate representation of color #CA555D: hue angle of 355.9º 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 #CA555D is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 93 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.21 |
| HSL | 355.9º | 0.52% | 0.56% | - |
| HSV(B) | 355.9º | 0.58% | 0.79% | - |
| XYZ | 29.58 | 19.84 | 12.63 | - |
| YUV | 120.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 93 | 0 | 0.58 | 0.54 | 0.21 | 355.9 | 0.52 | 0.56 |
| Hex | CA | 55 | 5D | 0 | 3A | 36 | 15 | 164 | 34 | 38 |
| Octal | 312 | 125 | 135 | 0 | 72 | 66 | 25 | 544 | 64 | 70 |
| Binary | 11001010 | 1010101 | 1011101 | 0 | 111010 | 110110 | 10101 | 101100100 | 110100 | 111000 |
Color Harmonies of #CA555D
Complementary color
Monochromatic Colors of #CA555D
Black with #CA555D
Text Example
Text Example
White with #CA555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA555D; }
p { color: rgb(202,85,93); }
H1.HeaderClassName
{
color: #CA555D;
}
.AnyTagClassName
{
color: #CA555D;
}
</style>
background-color css
<style>
a { background-color: #CA555D; }
a { background-color: rgb(202,85,93); }
div.DivClassName
{
background-color: #CA555D;
}
.BgClassName
{
background-color: #CA555D;
}
</style>
border-color css
<style>
span { border-color: #CA555D; }
span { border-color: rgb(202,85,93); }
td.TdClassName
{
border-color: #CA555D;
}
.TagClassName
{
border-color: #CA555D;
}
</style>