Shades of Mandy #C65965
Tints of Mandy #C65965
RGB
CMYK
RGB Variations
Color information
#C65965 (or 0xC65965) is known color: Mandy. HEX triplet: C6, 59 and 65. RGB value is (198,89,101). Sum of RGB (Red+Green+Blue) = 198+89+101=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65965 is #39A69A. Grayscale: #7B7B7B. Windows color (decimal): -3778203 or 6642118. OLE color: 6642118.
HSL color Cylindrical-coordinate representation of color #C65965: hue angle of 353.39º 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 #C65965 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 101 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.22 |
| HSL | 353.39º | 0.49% | 0.56% | - |
| HSV(B) | 353.39º | 0.55% | 0.78% | - |
| XYZ | 29.21 | 20.09 | 14.65 | - |
| YUV | 122.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 101 | 0 | 0.55 | 0.49 | 0.22 | 353.39 | 0.49 | 0.56 |
| Hex | C6 | 59 | 65 | 0 | 37 | 31 | 16 | 161 | 31 | 38 |
| Octal | 306 | 131 | 145 | 0 | 67 | 61 | 26 | 541 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1100101 | 0 | 110111 | 110001 | 10110 | 101100001 | 110001 | 111000 |
Color Harmonies of #C65965
Complementary color
Monochromatic Colors of #C65965
Black with #C65965
Text Example
Text Example
White with #C65965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65965; }
p { color: rgb(198,89,101); }
H1.HeaderClassName
{
color: #C65965;
}
.AnyTagClassName
{
color: #C65965;
}
</style>
background-color css
<style>
a { background-color: #C65965; }
a { background-color: rgb(198,89,101); }
div.DivClassName
{
background-color: #C65965;
}
.BgClassName
{
background-color: #C65965;
}
</style>
border-color css
<style>
span { border-color: #C65965; }
span { border-color: rgb(198,89,101); }
td.TdClassName
{
border-color: #C65965;
}
.TagClassName
{
border-color: #C65965;
}
</style>