Shades of Mandy #C55965
Tints of Mandy #C55965
RGB
CMYK
RGB Variations
Color information
#C55965 (or 0xC55965) is known color: Mandy. HEX triplet: C5, 59 and 65. RGB value is (197,89,101). Sum of RGB (Red+Green+Blue) = 197+89+101=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C55965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55965 is #3AA69A. Grayscale: #7A7A7A. Windows color (decimal): -3843739 or 6642117. OLE color: 6642117.
HSL color Cylindrical-coordinate representation of color #C55965: hue angle of 353.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55965 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 101 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.23 |
| HSL | 353.33º | 0.48% | 0.56% | - |
| HSV(B) | 353.33º | 0.55% | 0.77% | - |
| XYZ | 28.95 | 19.95 | 14.64 | - |
| YUV | 122.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 101 | 0 | 0.55 | 0.49 | 0.23 | 353.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | 65 | 0 | 37 | 31 | 17 | 161 | 30 | 38 |
| Octal | 305 | 131 | 145 | 0 | 67 | 61 | 27 | 541 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1100101 | 0 | 110111 | 110001 | 10111 | 101100001 | 110000 | 111000 |
Color Harmonies of #C55965
Complementary color
Monochromatic Colors of #C55965
Black with #C55965
Text Example
Text Example
White with #C55965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55965; }
p { color: rgb(197,89,101); }
H1.HeaderClassName
{
color: #C55965;
}
.AnyTagClassName
{
color: #C55965;
}
</style>
background-color css
<style>
a { background-color: #C55965; }
a { background-color: rgb(197,89,101); }
div.DivClassName
{
background-color: #C55965;
}
.BgClassName
{
background-color: #C55965;
}
</style>
border-color css
<style>
span { border-color: #C55965; }
span { border-color: rgb(197,89,101); }
td.TdClassName
{
border-color: #C55965;
}
.TagClassName
{
border-color: #C55965;
}
</style>