Shades of Mandy #C46A6B
Tints of Mandy #C46A6B
RGB
CMYK
RGB Variations
Color information
#C46A6B (or 0xC46A6B) is known color: Mandy. HEX triplet: C4, 6A and 6B. RGB value is (196,106,107). Sum of RGB (Red+Green+Blue) = 196+106+107=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A6B is #3B9594. Grayscale: #858585. Windows color (decimal): -3904917 or 7039684. OLE color: 7039684.
HSL color Cylindrical-coordinate representation of color #C46A6B: hue angle of 359.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A6B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 107 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.23 |
| HSL | 359.33º | 0.43% | 0.59% | - |
| HSV(B) | 359.33º | 0.46% | 0.77% | - |
| XYZ | 30.57 | 23.11 | 16.76 | - |
| YUV | 133.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 107 | 0 | 0.46 | 0.45 | 0.23 | 359.33 | 0.43 | 0.59 |
| Hex | C4 | 6A | 6B | 0 | 2E | 2D | 17 | 167 | 2B | 3B |
| Octal | 304 | 152 | 153 | 0 | 56 | 55 | 27 | 547 | 53 | 73 |
| Binary | 11000100 | 1101010 | 1101011 | 0 | 101110 | 101101 | 10111 | 101100111 | 101011 | 111011 |
Color Harmonies of #C46A6B
Complementary color
Monochromatic Colors of #C46A6B
Black with #C46A6B
Text Example
Text Example
White with #C46A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A6B; }
p { color: rgb(196,106,107); }
H1.HeaderClassName
{
color: #C46A6B;
}
.AnyTagClassName
{
color: #C46A6B;
}
</style>
background-color css
<style>
a { background-color: #C46A6B; }
a { background-color: rgb(196,106,107); }
div.DivClassName
{
background-color: #C46A6B;
}
.BgClassName
{
background-color: #C46A6B;
}
</style>
border-color css
<style>
span { border-color: #C46A6B; }
span { border-color: rgb(196,106,107); }
td.TdClassName
{
border-color: #C46A6B;
}
.TagClassName
{
border-color: #C46A6B;
}
</style>