Shades of Charm #C46E7E
Tints of Charm #C46E7E
RGB
CMYK
RGB Variations
Color information
#C46E7E (or 0xC46E7E) is known color: Charm. HEX triplet: C4, 6E and 7E. RGB value is (196,110,126). Sum of RGB (Red+Green+Blue) = 196+110+126=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7E is #3B9181. Grayscale: #898989. Windows color (decimal): -3903874 or 8285892. OLE color: 8285892.
HSL color Cylindrical-coordinate representation of color #C46E7E: hue angle of 348.84º 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 #C46E7E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 126 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.23 |
| HSL | 348.84º | 0.42% | 0.6% | - |
| HSV(B) | 348.84º | 0.44% | 0.77% | - |
| XYZ | 32.11 | 24.39 | 22.75 | - |
| YUV | 137.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 126 | 0 | 0.44 | 0.36 | 0.23 | 348.84 | 0.42 | 0.6 |
| Hex | C4 | 6E | 7E | 0 | 2C | 24 | 17 | 15D | 2A | 3C |
| Octal | 304 | 156 | 176 | 0 | 54 | 44 | 27 | 535 | 52 | 74 |
| Binary | 11000100 | 1101110 | 1111110 | 0 | 101100 | 100100 | 10111 | 101011101 | 101010 | 111100 |
Color Harmonies of #C46E7E
Complementary color
Monochromatic Colors of #C46E7E
Black with #C46E7E
Text Example
Text Example
White with #C46E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E7E; }
p { color: rgb(196,110,126); }
H1.HeaderClassName
{
color: #C46E7E;
}
.AnyTagClassName
{
color: #C46E7E;
}
</style>
background-color css
<style>
a { background-color: #C46E7E; }
a { background-color: rgb(196,110,126); }
div.DivClassName
{
background-color: #C46E7E;
}
.BgClassName
{
background-color: #C46E7E;
}
</style>
border-color css
<style>
span { border-color: #C46E7E; }
span { border-color: rgb(196,110,126); }
td.TdClassName
{
border-color: #C46E7E;
}
.TagClassName
{
border-color: #C46E7E;
}
</style>