Shades of Mandy #CA6263
Tints of Mandy #CA6263
RGB
CMYK
RGB Variations
Color information
#CA6263 (or 0xCA6263) is known color: Mandy. HEX triplet: CA, 62 and 63. RGB value is (202,98,99). Sum of RGB (Red+Green+Blue) = 202+98+99=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6263 is #359D9C. Grayscale: #818181. Windows color (decimal): -3513757 or 6513354. OLE color: 6513354.
HSL color Cylindrical-coordinate representation of color #CA6263: hue angle of 359.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6263 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 99 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.21 |
| HSL | 359.42º | 0.5% | 0.59% | - |
| HSV(B) | 359.42º | 0.51% | 0.79% | - |
| XYZ | 30.98 | 22.19 | 14.46 | - |
| YUV | 129.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 99 | 0 | 0.51 | 0.51 | 0.21 | 359.42 | 0.5 | 0.59 |
| Hex | CA | 62 | 63 | 0 | 33 | 33 | 15 | 167 | 32 | 3B |
| Octal | 312 | 142 | 143 | 0 | 63 | 63 | 25 | 547 | 62 | 73 |
| Binary | 11001010 | 1100010 | 1100011 | 0 | 110011 | 110011 | 10101 | 101100111 | 110010 | 111011 |
Color Harmonies of #CA6263
Complementary color
Monochromatic Colors of #CA6263
Black with #CA6263
Text Example
Text Example
White with #CA6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6263; }
p { color: rgb(202,98,99); }
H1.HeaderClassName
{
color: #CA6263;
}
.AnyTagClassName
{
color: #CA6263;
}
</style>
background-color css
<style>
a { background-color: #CA6263; }
a { background-color: rgb(202,98,99); }
div.DivClassName
{
background-color: #CA6263;
}
.BgClassName
{
background-color: #CA6263;
}
</style>
border-color css
<style>
span { border-color: #CA6263; }
span { border-color: rgb(202,98,99); }
td.TdClassName
{
border-color: #CA6263;
}
.TagClassName
{
border-color: #CA6263;
}
</style>