Shades of Charm #C46E87
Tints of Charm #C46E87
RGB
CMYK
RGB Variations
Color information
#C46E87 (or 0xC46E87) is known color: Charm. HEX triplet: C4, 6E and 87. RGB value is (196,110,135). Sum of RGB (Red+Green+Blue) = 196+110+135=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46E87 is #3B9178. Grayscale: #8A8A8A. Windows color (decimal): -3903865 or 8875716. OLE color: 8875716.
HSL color Cylindrical-coordinate representation of color #C46E87: hue angle of 342.56º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E87 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 135 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.23 |
| HSL | 342.56º | 0.42% | 0.6% | - |
| HSV(B) | 342.56º | 0.44% | 0.77% | - |
| XYZ | 32.71 | 24.64 | 25.95 | - |
| YUV | 138.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 135 | 0 | 0.44 | 0.31 | 0.23 | 342.56 | 0.42 | 0.6 |
| Hex | C4 | 6E | 87 | 0 | 2C | 1F | 17 | 157 | 2A | 3C |
| Octal | 304 | 156 | 207 | 0 | 54 | 37 | 27 | 527 | 52 | 74 |
| Binary | 11000100 | 1101110 | 10000111 | 0 | 101100 | 11111 | 10111 | 101010111 | 101010 | 111100 |
Color Harmonies of #C46E87
Complementary color
Monochromatic Colors of #C46E87
Black with #C46E87
Text Example
Text Example
White with #C46E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E87; }
p { color: rgb(196,110,135); }
H1.HeaderClassName
{
color: #C46E87;
}
.AnyTagClassName
{
color: #C46E87;
}
</style>
background-color css
<style>
a { background-color: #C46E87; }
a { background-color: rgb(196,110,135); }
div.DivClassName
{
background-color: #C46E87;
}
.BgClassName
{
background-color: #C46E87;
}
</style>
border-color css
<style>
span { border-color: #C46E87; }
span { border-color: rgb(196,110,135); }
td.TdClassName
{
border-color: #C46E87;
}
.TagClassName
{
border-color: #C46E87;
}
</style>