Shades of Mandy #CA545C
Tints of Mandy #CA545C
RGB
CMYK
RGB Variations
Color information
#CA545C (or 0xCA545C) is known color: Mandy. HEX triplet: CA, 54 and 5C. RGB value is (202,84,92). Sum of RGB (Red+Green+Blue) = 202+84+92=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA545C is #35ABA3. Grayscale: #787878. Windows color (decimal): -3517348 or 6051018. OLE color: 6051018.
HSL color Cylindrical-coordinate representation of color #CA545C: hue angle of 355.93º degrees, saturation: 0.53, 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 #CA545C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 92 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.21 |
| HSL | 355.93º | 0.53% | 0.56% | - |
| HSV(B) | 355.93º | 0.58% | 0.79% | - |
| XYZ | 29.46 | 19.67 | 12.37 | - |
| YUV | 120.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 92 | 0 | 0.58 | 0.54 | 0.21 | 355.93 | 0.53 | 0.56 |
| Hex | CA | 54 | 5C | 0 | 3A | 36 | 15 | 164 | 35 | 38 |
| Octal | 312 | 124 | 134 | 0 | 72 | 66 | 25 | 544 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1011100 | 0 | 111010 | 110110 | 10101 | 101100100 | 110101 | 111000 |
Color Harmonies of #CA545C
Complementary color
Monochromatic Colors of #CA545C
Black with #CA545C
Text Example
Text Example
White with #CA545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA545C; }
p { color: rgb(202,84,92); }
H1.HeaderClassName
{
color: #CA545C;
}
.AnyTagClassName
{
color: #CA545C;
}
</style>
background-color css
<style>
a { background-color: #CA545C; }
a { background-color: rgb(202,84,92); }
div.DivClassName
{
background-color: #CA545C;
}
.BgClassName
{
background-color: #CA545C;
}
</style>
border-color css
<style>
span { border-color: #CA545C; }
span { border-color: rgb(202,84,92); }
td.TdClassName
{
border-color: #CA545C;
}
.TagClassName
{
border-color: #CA545C;
}
</style>