Shades of Mandy #CA5356
Tints of Mandy #CA5356
RGB
CMYK
RGB Variations
Color information
#CA5356 (or 0xCA5356) is known color: Mandy. HEX triplet: CA, 53 and 56. RGB value is (202,83,86). Sum of RGB (Red+Green+Blue) = 202+83+86=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5356 is #35ACA9. Grayscale: #777777. Windows color (decimal): -3517610 or 5657546. OLE color: 5657546.
HSL color Cylindrical-coordinate representation of color #CA5356: hue angle of 358.49º 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 #CA5356 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 86 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.21 |
| HSL | 358.49º | 0.53% | 0.56% | - |
| HSV(B) | 358.49º | 0.59% | 0.79% | - |
| XYZ | 29.13 | 19.41 | 11.02 | - |
| YUV | 118.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 86 | 0 | 0.59 | 0.57 | 0.21 | 358.49 | 0.53 | 0.56 |
| Hex | CA | 53 | 56 | 0 | 3B | 39 | 15 | 166 | 35 | 38 |
| Octal | 312 | 123 | 126 | 0 | 73 | 71 | 25 | 546 | 65 | 70 |
| Binary | 11001010 | 1010011 | 1010110 | 0 | 111011 | 111001 | 10101 | 101100110 | 110101 | 111000 |
Color Harmonies of #CA5356
Complementary color
Monochromatic Colors of #CA5356
Black with #CA5356
Text Example
Text Example
White with #CA5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5356; }
p { color: rgb(202,83,86); }
H1.HeaderClassName
{
color: #CA5356;
}
.AnyTagClassName
{
color: #CA5356;
}
</style>
background-color css
<style>
a { background-color: #CA5356; }
a { background-color: rgb(202,83,86); }
div.DivClassName
{
background-color: #CA5356;
}
.BgClassName
{
background-color: #CA5356;
}
</style>
border-color css
<style>
span { border-color: #CA5356; }
span { border-color: rgb(202,83,86); }
td.TdClassName
{
border-color: #CA5356;
}
.TagClassName
{
border-color: #CA5356;
}
</style>