Shades of Mandy #CA535A
Tints of Mandy #CA535A
RGB
CMYK
RGB Variations
Color information
#CA535A (or 0xCA535A) is known color: Mandy. HEX triplet: CA, 53 and 5A. RGB value is (202,83,90). Sum of RGB (Red+Green+Blue) = 202+83+90=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535A is #35ACA5. Grayscale: #777777. Windows color (decimal): -3517606 or 5919690. OLE color: 5919690.
HSL color Cylindrical-coordinate representation of color #CA535A: hue angle of 356.47º 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 #CA535A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 90 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.21 |
| HSL | 356.47º | 0.53% | 0.56% | - |
| HSV(B) | 356.47º | 0.59% | 0.79% | - |
| XYZ | 29.3 | 19.48 | 11.89 | - |
| YUV | 119.38 | 111.42 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 90 | 0 | 0.59 | 0.55 | 0.21 | 356.47 | 0.53 | 0.56 |
| Hex | CA | 53 | 5A | 0 | 3B | 37 | 15 | 164 | 35 | 38 |
| Octal | 312 | 123 | 132 | 0 | 73 | 67 | 25 | 544 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1011010 | 0 | 111011 | 110111 | 10101 | 101100100 | 110101 | 111000 |
Color Harmonies of #CA535A
Complementary color
Monochromatic Colors of #CA535A
Black with #CA535A
Text Example
Text Example
White with #CA535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA535A; }
p { color: rgb(202,83,90); }
H1.HeaderClassName
{
color: #CA535A;
}
.AnyTagClassName
{
color: #CA535A;
}
</style>
background-color css
<style>
a { background-color: #CA535A; }
a { background-color: rgb(202,83,90); }
div.DivClassName
{
background-color: #CA535A;
}
.BgClassName
{
background-color: #CA535A;
}
</style>
border-color css
<style>
span { border-color: #CA535A; }
span { border-color: rgb(202,83,90); }
td.TdClassName
{
border-color: #CA535A;
}
.TagClassName
{
border-color: #CA535A;
}
</style>