Shades of Mandy #C46364
Tints of Mandy #C46364
RGB
CMYK
RGB Variations
Color information
#C46364 (or 0xC46364) is known color: Mandy. HEX triplet: C4, 63 and 64. RGB value is (196,99,100). Sum of RGB (Red+Green+Blue) = 196+99+100=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46364 is #3B9C9B. Grayscale: #808080. Windows color (decimal): -3906716 or 6579140. OLE color: 6579140.
HSL color Cylindrical-coordinate representation of color #C46364: hue angle of 359.38º degrees, saturation: 0.45, 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 #C46364 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 100 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.23 |
| HSL | 359.38º | 0.45% | 0.58% | - |
| HSV(B) | 359.38º | 0.49% | 0.77% | - |
| XYZ | 29.53 | 21.58 | 14.67 | - |
| YUV | 128.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 100 | 0 | 0.49 | 0.49 | 0.23 | 359.38 | 0.45 | 0.58 |
| Hex | C4 | 63 | 64 | 0 | 31 | 31 | 17 | 167 | 2D | 3A |
| Octal | 304 | 143 | 144 | 0 | 61 | 61 | 27 | 547 | 55 | 72 |
| Binary | 11000100 | 1100011 | 1100100 | 0 | 110001 | 110001 | 10111 | 101100111 | 101101 | 111010 |
Color Harmonies of #C46364
Complementary color
Monochromatic Colors of #C46364
Black with #C46364
Text Example
Text Example
White with #C46364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46364; }
p { color: rgb(196,99,100); }
H1.HeaderClassName
{
color: #C46364;
}
.AnyTagClassName
{
color: #C46364;
}
</style>
background-color css
<style>
a { background-color: #C46364; }
a { background-color: rgb(196,99,100); }
div.DivClassName
{
background-color: #C46364;
}
.BgClassName
{
background-color: #C46364;
}
</style>
border-color css
<style>
span { border-color: #C46364; }
span { border-color: rgb(196,99,100); }
td.TdClassName
{
border-color: #C46364;
}
.TagClassName
{
border-color: #C46364;
}
</style>