Shades of Mandy #CA6065
Tints of Mandy #CA6065
RGB
CMYK
RGB Variations
Color information
#CA6065 (or 0xCA6065) is known color: Mandy. HEX triplet: CA, 60 and 65. RGB value is (202,96,101). Sum of RGB (Red+Green+Blue) = 202+96+101=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6065 is #359F9A. Grayscale: #808080. Windows color (decimal): -3514267 or 6643914. OLE color: 6643914.
HSL color Cylindrical-coordinate representation of color #CA6065: hue angle of 357.17º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6065 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 101 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.21 |
| HSL | 357.17º | 0.5% | 0.58% | - |
| HSV(B) | 357.17º | 0.52% | 0.79% | - |
| XYZ | 30.89 | 21.86 | 14.9 | - |
| YUV | 128.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 101 | 0 | 0.52 | 0.50 | 0.21 | 357.17 | 0.5 | 0.58 |
| Hex | CA | 60 | 65 | 0 | 34 | 32 | 15 | 165 | 32 | 3A |
| Octal | 312 | 140 | 145 | 0 | 64 | 62 | 25 | 545 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1100101 | 0 | 110100 | 110010 | 10101 | 101100101 | 110010 | 111010 |
Color Harmonies of #CA6065
Complementary color
Monochromatic Colors of #CA6065
Black with #CA6065
Text Example
Text Example
White with #CA6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6065; }
p { color: rgb(202,96,101); }
H1.HeaderClassName
{
color: #CA6065;
}
.AnyTagClassName
{
color: #CA6065;
}
</style>
background-color css
<style>
a { background-color: #CA6065; }
a { background-color: rgb(202,96,101); }
div.DivClassName
{
background-color: #CA6065;
}
.BgClassName
{
background-color: #CA6065;
}
</style>
border-color css
<style>
span { border-color: #CA6065; }
span { border-color: rgb(202,96,101); }
td.TdClassName
{
border-color: #CA6065;
}
.TagClassName
{
border-color: #CA6065;
}
</style>