Shades of Mandy #C65A60
Tints of Mandy #C65A60
RGB
CMYK
RGB Variations
Color information
#C65A60 (or 0xC65A60) is known color: Mandy. HEX triplet: C6, 5A and 60. RGB value is (198,90,96). Sum of RGB (Red+Green+Blue) = 198+90+96=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A60 is #39A59F. Grayscale: #7B7B7B. Windows color (decimal): -3777952 or 6314694. OLE color: 6314694.
HSL color Cylindrical-coordinate representation of color #C65A60: hue angle of 356.67º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A60 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 96 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.22 |
| HSL | 356.67º | 0.49% | 0.56% | - |
| HSV(B) | 356.67º | 0.55% | 0.78% | - |
| XYZ | 29.06 | 20.16 | 13.43 | - |
| YUV | 122.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 96 | 0 | 0.55 | 0.52 | 0.22 | 356.67 | 0.49 | 0.56 |
| Hex | C6 | 5A | 60 | 0 | 37 | 34 | 16 | 165 | 31 | 38 |
| Octal | 306 | 132 | 140 | 0 | 67 | 64 | 26 | 545 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1100000 | 0 | 110111 | 110100 | 10110 | 101100101 | 110001 | 111000 |
Color Harmonies of #C65A60
Complementary color
Monochromatic Colors of #C65A60
Black with #C65A60
Text Example
Text Example
White with #C65A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A60; }
p { color: rgb(198,90,96); }
H1.HeaderClassName
{
color: #C65A60;
}
.AnyTagClassName
{
color: #C65A60;
}
</style>
background-color css
<style>
a { background-color: #C65A60; }
a { background-color: rgb(198,90,96); }
div.DivClassName
{
background-color: #C65A60;
}
.BgClassName
{
background-color: #C65A60;
}
</style>
border-color css
<style>
span { border-color: #C65A60; }
span { border-color: rgb(198,90,96); }
td.TdClassName
{
border-color: #C65A60;
}
.TagClassName
{
border-color: #C65A60;
}
</style>