Shades of Mandy #CA525F
Tints of Mandy #CA525F
RGB
CMYK
RGB Variations
Color information
#CA525F (or 0xCA525F) is known color: Mandy. HEX triplet: CA, 52 and 5F. RGB value is (202,82,95). Sum of RGB (Red+Green+Blue) = 202+82+95=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA525F is #35ADA0. Grayscale: #777777. Windows color (decimal): -3517857 or 6247114. OLE color: 6247114.
HSL color Cylindrical-coordinate representation of color #CA525F: hue angle of 353.5º 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 #CA525F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 95 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.21 |
| HSL | 353.5º | 0.53% | 0.56% | - |
| HSV(B) | 353.5º | 0.59% | 0.79% | - |
| XYZ | 29.44 | 19.42 | 13.02 | - |
| YUV | 119.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 95 | 0 | 0.59 | 0.53 | 0.21 | 353.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 5F | 0 | 3B | 35 | 15 | 162 | 35 | 38 |
| Octal | 312 | 122 | 137 | 0 | 73 | 65 | 25 | 542 | 65 | 70 |
| Binary | 11001010 | 1010010 | 1011111 | 0 | 111011 | 110101 | 10101 | 101100010 | 110101 | 111000 |
Color Harmonies of #CA525F
Complementary color
Monochromatic Colors of #CA525F
Black with #CA525F
Text Example
Text Example
White with #CA525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA525F; }
p { color: rgb(202,82,95); }
H1.HeaderClassName
{
color: #CA525F;
}
.AnyTagClassName
{
color: #CA525F;
}
</style>
background-color css
<style>
a { background-color: #CA525F; }
a { background-color: rgb(202,82,95); }
div.DivClassName
{
background-color: #CA525F;
}
.BgClassName
{
background-color: #CA525F;
}
</style>
border-color css
<style>
span { border-color: #CA525F; }
span { border-color: rgb(202,82,95); }
td.TdClassName
{
border-color: #CA525F;
}
.TagClassName
{
border-color: #CA525F;
}
</style>