Shades of Mandy #CA535C
Tints of Mandy #CA535C
RGB
CMYK
RGB Variations
Color information
#CA535C (or 0xCA535C) is known color: Mandy. HEX triplet: CA, 53 and 5C. RGB value is (202,83,92). Sum of RGB (Red+Green+Blue) = 202+83+92=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA535C is #35ACA3. Grayscale: #777777. Windows color (decimal): -3517604 or 6050762. OLE color: 6050762.
HSL color Cylindrical-coordinate representation of color #CA535C: hue angle of 355.46º 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 #CA535C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 92 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.21 |
| HSL | 355.46º | 0.53% | 0.56% | - |
| HSV(B) | 355.46º | 0.59% | 0.79% | - |
| XYZ | 29.38 | 19.52 | 12.34 | - |
| YUV | 119.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 92 | 0 | 0.59 | 0.54 | 0.21 | 355.46 | 0.53 | 0.56 |
| Hex | CA | 53 | 5C | 0 | 3B | 36 | 15 | 163 | 35 | 38 |
| Octal | 312 | 123 | 134 | 0 | 73 | 66 | 25 | 543 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1011100 | 0 | 111011 | 110110 | 10101 | 101100011 | 110101 | 111000 |
Color Harmonies of #CA535C
Complementary color
Monochromatic Colors of #CA535C
Black with #CA535C
Text Example
Text Example
White with #CA535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA535C; }
p { color: rgb(202,83,92); }
H1.HeaderClassName
{
color: #CA535C;
}
.AnyTagClassName
{
color: #CA535C;
}
</style>
background-color css
<style>
a { background-color: #CA535C; }
a { background-color: rgb(202,83,92); }
div.DivClassName
{
background-color: #CA535C;
}
.BgClassName
{
background-color: #CA535C;
}
</style>
border-color css
<style>
span { border-color: #CA535C; }
span { border-color: rgb(202,83,92); }
td.TdClassName
{
border-color: #CA535C;
}
.TagClassName
{
border-color: #CA535C;
}
</style>