Shades of Mandy #CA5256
Tints of Mandy #CA5256
RGB
CMYK
RGB Variations
Color information
#CA5256 (or 0xCA5256) is known color: Mandy. HEX triplet: CA, 52 and 56. RGB value is (202,82,86). Sum of RGB (Red+Green+Blue) = 202+82+86=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5256 is #35ADA9. Grayscale: #767676. Windows color (decimal): -3517866 or 5657290. OLE color: 5657290.
HSL color Cylindrical-coordinate representation of color #CA5256: hue angle of 358º 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 #CA5256 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 86 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.21 |
| HSL | 358º | 0.53% | 0.56% | - |
| HSV(B) | 358º | 0.59% | 0.79% | - |
| XYZ | 29.05 | 19.26 | 10.99 | - |
| YUV | 118.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 86 | 0 | 0.59 | 0.57 | 0.21 | 358 | 0.53 | 0.56 |
| Hex | CA | 52 | 56 | 0 | 3B | 39 | 15 | 166 | 35 | 38 |
| Octal | 312 | 122 | 126 | 0 | 73 | 71 | 25 | 546 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1010110 | 0 | 111011 | 111001 | 10101 | 101100110 | 110101 | 111000 |
Color Harmonies of #CA5256
Complementary color
Monochromatic Colors of #CA5256
Black with #CA5256
Text Example
Text Example
White with #CA5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5256; }
p { color: rgb(202,82,86); }
H1.HeaderClassName
{
color: #CA5256;
}
.AnyTagClassName
{
color: #CA5256;
}
</style>
background-color css
<style>
a { background-color: #CA5256; }
a { background-color: rgb(202,82,86); }
div.DivClassName
{
background-color: #CA5256;
}
.BgClassName
{
background-color: #CA5256;
}
</style>
border-color css
<style>
span { border-color: #CA5256; }
span { border-color: rgb(202,82,86); }
td.TdClassName
{
border-color: #CA5256;
}
.TagClassName
{
border-color: #CA5256;
}
</style>