Shades of Mandy #CA535B
Tints of Mandy #CA535B
RGB
CMYK
RGB Variations
Color information
#CA535B (or 0xCA535B) is known color: Mandy. HEX triplet: CA, 53 and 5B. RGB value is (202,83,91). Sum of RGB (Red+Green+Blue) = 202+83+91=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535B is #35ACA4. Grayscale: #777777. Windows color (decimal): -3517605 or 5985226. OLE color: 5985226.
HSL color Cylindrical-coordinate representation of color #CA535B: hue angle of 355.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA535B is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 91 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.21 |
| HSL | 355.97º | 0.53% | 0.56% | - |
| HSV(B) | 355.97º | 0.59% | 0.79% | - |
| XYZ | 29.34 | 19.5 | 12.11 | - |
| YUV | 119.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 91 | 0 | 0.59 | 0.55 | 0.21 | 355.97 | 0.53 | 0.56 |
| Hex | CA | 53 | 5B | 0 | 3B | 37 | 15 | 164 | 35 | 38 |
| Octal | 312 | 123 | 133 | 0 | 73 | 67 | 25 | 544 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1011011 | 0 | 111011 | 110111 | 10101 | 101100100 | 110101 | 111000 |
Color Harmonies of #CA535B
Complementary color
Monochromatic Colors of #CA535B
Black with #CA535B
Text Example
Text Example
White with #CA535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA535B; }
p { color: rgb(202,83,91); }
H1.HeaderClassName
{
color: #CA535B;
}
.AnyTagClassName
{
color: #CA535B;
}
</style>
background-color css
<style>
a { background-color: #CA535B; }
a { background-color: rgb(202,83,91); }
div.DivClassName
{
background-color: #CA535B;
}
.BgClassName
{
background-color: #CA535B;
}
</style>
border-color css
<style>
span { border-color: #CA535B; }
span { border-color: rgb(202,83,91); }
td.TdClassName
{
border-color: #CA535B;
}
.TagClassName
{
border-color: #CA535B;
}
</style>