Shades of Mandy #CA575F
Tints of Mandy #CA575F
RGB
CMYK
RGB Variations
Color information
#CA575F (or 0xCA575F) is known color: Mandy. HEX triplet: CA, 57 and 5F. RGB value is (202,87,95). Sum of RGB (Red+Green+Blue) = 202+87+95=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA575F is #35A8A0. Grayscale: #7A7A7A. Windows color (decimal): -3516577 or 6248394. OLE color: 6248394.
HSL color Cylindrical-coordinate representation of color #CA575F: hue angle of 355.83º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA575F is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 95 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.21 |
| HSL | 355.83º | 0.52% | 0.57% | - |
| HSV(B) | 355.83º | 0.57% | 0.79% | - |
| XYZ | 29.83 | 20.2 | 13.15 | - |
| YUV | 122.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 95 | 0 | 0.57 | 0.53 | 0.21 | 355.83 | 0.52 | 0.57 |
| Hex | CA | 57 | 5F | 0 | 39 | 35 | 15 | 164 | 34 | 39 |
| Octal | 312 | 127 | 137 | 0 | 71 | 65 | 25 | 544 | 64 | 71 |
| Binary | 11001010 | 1010111 | 1011111 | 0 | 111001 | 110101 | 10101 | 101100100 | 110100 | 111001 |
Color Harmonies of #CA575F
Complementary color
Monochromatic Colors of #CA575F
Black with #CA575F
Text Example
Text Example
White with #CA575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA575F; }
p { color: rgb(202,87,95); }
H1.HeaderClassName
{
color: #CA575F;
}
.AnyTagClassName
{
color: #CA575F;
}
</style>
background-color css
<style>
a { background-color: #CA575F; }
a { background-color: rgb(202,87,95); }
div.DivClassName
{
background-color: #CA575F;
}
.BgClassName
{
background-color: #CA575F;
}
</style>
border-color css
<style>
span { border-color: #CA575F; }
span { border-color: rgb(202,87,95); }
td.TdClassName
{
border-color: #CA575F;
}
.TagClassName
{
border-color: #CA575F;
}
</style>