Shades of Mandy #CA535E
Tints of Mandy #CA535E
RGB
CMYK
RGB Variations
Color information
#CA535E (or 0xCA535E) is known color: Mandy. HEX triplet: CA, 53 and 5E. RGB value is (202,83,94). Sum of RGB (Red+Green+Blue) = 202+83+94=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535E is #35ACA1. Grayscale: #777777. Windows color (decimal): -3517602 or 6181834. OLE color: 6181834.
HSL color Cylindrical-coordinate representation of color #CA535E: hue angle of 354.45º 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 #CA535E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 94 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.21 |
| HSL | 354.45º | 0.53% | 0.56% | - |
| HSV(B) | 354.45º | 0.59% | 0.79% | - |
| XYZ | 29.47 | 19.55 | 12.81 | - |
| YUV | 119.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 94 | 0 | 0.59 | 0.53 | 0.21 | 354.45 | 0.53 | 0.56 |
| Hex | CA | 53 | 5E | 0 | 3B | 35 | 15 | 162 | 35 | 38 |
| Octal | 312 | 123 | 136 | 0 | 73 | 65 | 25 | 542 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1011110 | 0 | 111011 | 110101 | 10101 | 101100010 | 110101 | 111000 |
Color Harmonies of #CA535E
Complementary color
Monochromatic Colors of #CA535E
Black with #CA535E
Text Example
Text Example
White with #CA535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA535E; }
p { color: rgb(202,83,94); }
H1.HeaderClassName
{
color: #CA535E;
}
.AnyTagClassName
{
color: #CA535E;
}
</style>
background-color css
<style>
a { background-color: #CA535E; }
a { background-color: rgb(202,83,94); }
div.DivClassName
{
background-color: #CA535E;
}
.BgClassName
{
background-color: #CA535E;
}
</style>
border-color css
<style>
span { border-color: #CA535E; }
span { border-color: rgb(202,83,94); }
td.TdClassName
{
border-color: #CA535E;
}
.TagClassName
{
border-color: #CA535E;
}
</style>