Shades of Mandy #C56468
Tints of Mandy #C56468
RGB
CMYK
RGB Variations
Color information
#C56468 (or 0xC56468) is known color: Mandy. HEX triplet: C5, 64 and 68. RGB value is (197,100,104). Sum of RGB (Red+Green+Blue) = 197+100+104=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C56468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56468 is #3A9B97. Grayscale: #818181. Windows color (decimal): -3840920 or 6841541. OLE color: 6841541.
HSL color Cylindrical-coordinate representation of color #C56468: hue angle of 357.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56468 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 104 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.23 |
| HSL | 357.53º | 0.46% | 0.58% | - |
| HSV(B) | 357.53º | 0.49% | 0.77% | - |
| XYZ | 30.08 | 21.98 | 15.75 | - |
| YUV | 129.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 104 | 0 | 0.49 | 0.47 | 0.23 | 357.53 | 0.46 | 0.58 |
| Hex | C5 | 64 | 68 | 0 | 31 | 2F | 17 | 166 | 2E | 3A |
| Octal | 305 | 144 | 150 | 0 | 61 | 57 | 27 | 546 | 56 | 72 |
| Binary | 11000101 | 1100100 | 1101000 | 0 | 110001 | 101111 | 10111 | 101100110 | 101110 | 111010 |
Color Harmonies of #C56468
Complementary color
Monochromatic Colors of #C56468
Black with #C56468
Text Example
Text Example
White with #C56468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56468; }
p { color: rgb(197,100,104); }
H1.HeaderClassName
{
color: #C56468;
}
.AnyTagClassName
{
color: #C56468;
}
</style>
background-color css
<style>
a { background-color: #C56468; }
a { background-color: rgb(197,100,104); }
div.DivClassName
{
background-color: #C56468;
}
.BgClassName
{
background-color: #C56468;
}
</style>
border-color css
<style>
span { border-color: #C56468; }
span { border-color: rgb(197,100,104); }
td.TdClassName
{
border-color: #C56468;
}
.TagClassName
{
border-color: #C56468;
}
</style>