Shades of Mandy #C65763
Tints of Mandy #C65763
RGB
CMYK
RGB Variations
Color information
#C65763 (or 0xC65763) is known color: Mandy. HEX triplet: C6, 57 and 63. RGB value is (198,87,99). Sum of RGB (Red+Green+Blue) = 198+87+99=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65763 is #39A89C. Grayscale: #797979. Windows color (decimal): -3778717 or 6510534. OLE color: 6510534.
HSL color Cylindrical-coordinate representation of color #C65763: hue angle of 353.51º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65763 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 99 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.22 |
| HSL | 353.51º | 0.49% | 0.56% | - |
| HSV(B) | 353.51º | 0.56% | 0.78% | - |
| XYZ | 28.95 | 19.72 | 14.09 | - |
| YUV | 121.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 99 | 0 | 0.56 | 0.50 | 0.22 | 353.51 | 0.49 | 0.56 |
| Hex | C6 | 57 | 63 | 0 | 38 | 32 | 16 | 162 | 31 | 38 |
| Octal | 306 | 127 | 143 | 0 | 70 | 62 | 26 | 542 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1100011 | 0 | 111000 | 110010 | 10110 | 101100010 | 110001 | 111000 |
Color Harmonies of #C65763
Complementary color
Monochromatic Colors of #C65763
Black with #C65763
Text Example
Text Example
White with #C65763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65763; }
p { color: rgb(198,87,99); }
H1.HeaderClassName
{
color: #C65763;
}
.AnyTagClassName
{
color: #C65763;
}
</style>
background-color css
<style>
a { background-color: #C65763; }
a { background-color: rgb(198,87,99); }
div.DivClassName
{
background-color: #C65763;
}
.BgClassName
{
background-color: #C65763;
}
</style>
border-color css
<style>
span { border-color: #C65763; }
span { border-color: rgb(198,87,99); }
td.TdClassName
{
border-color: #C65763;
}
.TagClassName
{
border-color: #C65763;
}
</style>