Shades of Mandy #C56165
Tints of Mandy #C56165
RGB
CMYK
RGB Variations
Color information
#C56165 (or 0xC56165) is known color: Mandy. HEX triplet: C5, 61 and 65. RGB value is (197,97,101). Sum of RGB (Red+Green+Blue) = 197+97+101=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C56165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56165 is #3A9E9A. Grayscale: #7F7F7F. Windows color (decimal): -3841691 or 6644165. OLE color: 6644165.
HSL color Cylindrical-coordinate representation of color #C56165: hue angle of 357.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56165 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 101 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.23 |
| HSL | 357.6º | 0.46% | 0.58% | - |
| HSV(B) | 357.6º | 0.51% | 0.77% | - |
| XYZ | 29.65 | 21.36 | 14.87 | - |
| YUV | 127.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 101 | 0 | 0.51 | 0.49 | 0.23 | 357.6 | 0.46 | 0.58 |
| Hex | C5 | 61 | 65 | 0 | 33 | 31 | 17 | 166 | 2E | 3A |
| Octal | 305 | 141 | 145 | 0 | 63 | 61 | 27 | 546 | 56 | 72 |
| Binary | 11000101 | 1100001 | 1100101 | 0 | 110011 | 110001 | 10111 | 101100110 | 101110 | 111010 |
Color Harmonies of #C56165
Complementary color
Monochromatic Colors of #C56165
Black with #C56165
Text Example
Text Example
White with #C56165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56165; }
p { color: rgb(197,97,101); }
H1.HeaderClassName
{
color: #C56165;
}
.AnyTagClassName
{
color: #C56165;
}
</style>
background-color css
<style>
a { background-color: #C56165; }
a { background-color: rgb(197,97,101); }
div.DivClassName
{
background-color: #C56165;
}
.BgClassName
{
background-color: #C56165;
}
</style>
border-color css
<style>
span { border-color: #C56165; }
span { border-color: rgb(197,97,101); }
td.TdClassName
{
border-color: #C56165;
}
.TagClassName
{
border-color: #C56165;
}
</style>