Shades of Charm #C47E87
Tints of Charm #C47E87
RGB
CMYK
RGB Variations
Color information
#C47E87 (or 0xC47E87) is known color: Charm. HEX triplet: C4, 7E and 87. RGB value is (196,126,135). Sum of RGB (Red+Green+Blue) = 196+126+135=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E87 is #3B8178. Grayscale: #939393. Windows color (decimal): -3899769 or 8879812. OLE color: 8879812.
HSL color Cylindrical-coordinate representation of color #C47E87: hue angle of 352.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47E87 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 135 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.23 |
| HSL | 352.29º | 0.37% | 0.63% | - |
| HSV(B) | 352.29º | 0.36% | 0.77% | - |
| XYZ | 34.6 | 28.41 | 26.58 | - |
| YUV | 147.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 135 | 0 | 0.36 | 0.31 | 0.23 | 352.29 | 0.37 | 0.63 |
| Hex | C4 | 7E | 87 | 0 | 24 | 1F | 17 | 160 | 25 | 3F |
| Octal | 304 | 176 | 207 | 0 | 44 | 37 | 27 | 540 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10000111 | 0 | 100100 | 11111 | 10111 | 101100000 | 100101 | 111111 |
Color Harmonies of #C47E87
Complementary color
Monochromatic Colors of #C47E87
Black with #C47E87
Text Example
Text Example
White with #C47E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E87; }
p { color: rgb(196,126,135); }
H1.HeaderClassName
{
color: #C47E87;
}
.AnyTagClassName
{
color: #C47E87;
}
</style>
background-color css
<style>
a { background-color: #C47E87; }
a { background-color: rgb(196,126,135); }
div.DivClassName
{
background-color: #C47E87;
}
.BgClassName
{
background-color: #C47E87;
}
</style>
border-color css
<style>
span { border-color: #C47E87; }
span { border-color: rgb(196,126,135); }
td.TdClassName
{
border-color: #C47E87;
}
.TagClassName
{
border-color: #C47E87;
}
</style>