Shades of Mandy #CA545B
Tints of Mandy #CA545B
RGB
CMYK
RGB Variations
Color information
#CA545B (or 0xCA545B) is known color: Mandy. HEX triplet: CA, 54 and 5B. RGB value is (202,84,91). Sum of RGB (Red+Green+Blue) = 202+84+91=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA545B is #35ABA4. Grayscale: #787878. Windows color (decimal): -3517349 or 5985482. OLE color: 5985482.
HSL color Cylindrical-coordinate representation of color #CA545B: hue angle of 356.44º 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 #CA545B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 91 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.21 |
| HSL | 356.44º | 0.53% | 0.56% | - |
| HSV(B) | 356.44º | 0.58% | 0.79% | - |
| XYZ | 29.42 | 19.65 | 12.14 | - |
| YUV | 120.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 91 | 0 | 0.58 | 0.55 | 0.21 | 356.44 | 0.53 | 0.56 |
| Hex | CA | 54 | 5B | 0 | 3A | 37 | 15 | 164 | 35 | 38 |
| Octal | 312 | 124 | 133 | 0 | 72 | 67 | 25 | 544 | 65 | 70 |
| Binary | 11001010 | 1010100 | 1011011 | 0 | 111010 | 110111 | 10101 | 101100100 | 110101 | 111000 |
Color Harmonies of #CA545B
Complementary color
Monochromatic Colors of #CA545B
Black with #CA545B
Text Example
Text Example
White with #CA545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA545B; }
p { color: rgb(202,84,91); }
H1.HeaderClassName
{
color: #CA545B;
}
.AnyTagClassName
{
color: #CA545B;
}
</style>
background-color css
<style>
a { background-color: #CA545B; }
a { background-color: rgb(202,84,91); }
div.DivClassName
{
background-color: #CA545B;
}
.BgClassName
{
background-color: #CA545B;
}
</style>
border-color css
<style>
span { border-color: #CA545B; }
span { border-color: rgb(202,84,91); }
td.TdClassName
{
border-color: #CA545B;
}
.TagClassName
{
border-color: #CA545B;
}
</style>