Shades of Charm #C46E7F
Tints of Charm #C46E7F
RGB
CMYK
RGB Variations
Color information
#C46E7F (or 0xC46E7F) is known color: Charm. HEX triplet: C4, 6E and 7F. RGB value is (196,110,127). Sum of RGB (Red+Green+Blue) = 196+110+127=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7F is #3B9180. Grayscale: #898989. Windows color (decimal): -3903873 or 8351428. OLE color: 8351428.
HSL color Cylindrical-coordinate representation of color #C46E7F: hue angle of 348.14º 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 #C46E7F is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 127 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.23 |
| HSL | 348.14º | 0.42% | 0.6% | - |
| HSV(B) | 348.14º | 0.44% | 0.77% | - |
| XYZ | 32.17 | 24.42 | 23.1 | - |
| YUV | 137.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 127 | 0 | 0.44 | 0.35 | 0.23 | 348.14 | 0.42 | 0.6 |
| Hex | C4 | 6E | 7F | 0 | 2C | 23 | 17 | 15C | 2A | 3C |
| Octal | 304 | 156 | 177 | 0 | 54 | 43 | 27 | 534 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1111111 | 0 | 101100 | 100011 | 10111 | 101011100 | 101010 | 111100 |
Color Harmonies of #C46E7F
Complementary color
Monochromatic Colors of #C46E7F
Black with #C46E7F
Text Example
Text Example
White with #C46E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E7F; }
p { color: rgb(196,110,127); }
H1.HeaderClassName
{
color: #C46E7F;
}
.AnyTagClassName
{
color: #C46E7F;
}
</style>
background-color css
<style>
a { background-color: #C46E7F; }
a { background-color: rgb(196,110,127); }
div.DivClassName
{
background-color: #C46E7F;
}
.BgClassName
{
background-color: #C46E7F;
}
</style>
border-color css
<style>
span { border-color: #C46E7F; }
span { border-color: rgb(196,110,127); }
td.TdClassName
{
border-color: #C46E7F;
}
.TagClassName
{
border-color: #C46E7F;
}
</style>