Shades of Mandy #C56467
Tints of Mandy #C56467
RGB
CMYK
RGB Variations
Color information
#C56467 (or 0xC56467) is known color: Mandy. HEX triplet: C5, 64 and 67. RGB value is (197,100,103). Sum of RGB (Red+Green+Blue) = 197+100+103=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C56467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56467 is #3A9B98. Grayscale: #818181. Windows color (decimal): -3840921 or 6776005. OLE color: 6776005.
HSL color Cylindrical-coordinate representation of color #C56467: hue angle of 358.14º 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 #C56467 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 103 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.23 |
| HSL | 358.14º | 0.46% | 0.58% | - |
| HSV(B) | 358.14º | 0.49% | 0.77% | - |
| XYZ | 30.03 | 21.96 | 15.49 | - |
| YUV | 129.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 103 | 0 | 0.49 | 0.48 | 0.23 | 358.14 | 0.46 | 0.58 |
| Hex | C5 | 64 | 67 | 0 | 31 | 30 | 17 | 166 | 2E | 3A |
| Octal | 305 | 144 | 147 | 0 | 61 | 60 | 27 | 546 | 56 | 72 |
| Binary | 11000101 | 1100100 | 1100111 | 0 | 110001 | 110000 | 10111 | 101100110 | 101110 | 111010 |
Color Harmonies of #C56467
Complementary color
Monochromatic Colors of #C56467
Black with #C56467
Text Example
Text Example
White with #C56467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56467; }
p { color: rgb(197,100,103); }
H1.HeaderClassName
{
color: #C56467;
}
.AnyTagClassName
{
color: #C56467;
}
</style>
background-color css
<style>
a { background-color: #C56467; }
a { background-color: rgb(197,100,103); }
div.DivClassName
{
background-color: #C56467;
}
.BgClassName
{
background-color: #C56467;
}
</style>
border-color css
<style>
span { border-color: #C56467; }
span { border-color: rgb(197,100,103); }
td.TdClassName
{
border-color: #C56467;
}
.TagClassName
{
border-color: #C56467;
}
</style>