Shades of Charm #C47E84
Tints of Charm #C47E84
RGB
CMYK
RGB Variations
Color information
#C47E84 (or 0xC47E84) is known color: Charm. HEX triplet: C4, 7E and 84. RGB value is (196,126,132). Sum of RGB (Red+Green+Blue) = 196+126+132=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47E84 is #3B817B. Grayscale: #939393. Windows color (decimal): -3899772 or 8683204. OLE color: 8683204.
HSL color Cylindrical-coordinate representation of color #C47E84: hue angle of 354.86º 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 #C47E84 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 126 | 132 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.23 |
| HSL | 354.86º | 0.37% | 0.63% | - |
| HSV(B) | 354.86º | 0.36% | 0.77% | - |
| XYZ | 34.39 | 28.32 | 25.48 | - |
| YUV | 147.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 126 | 132 | 0 | 0.36 | 0.33 | 0.23 | 354.86 | 0.37 | 0.63 |
| Hex | C4 | 7E | 84 | 0 | 24 | 21 | 17 | 163 | 25 | 3F |
| Octal | 304 | 176 | 204 | 0 | 44 | 41 | 27 | 543 | 45 | 77 |
| Binary | 11000100 | 1111110 | 10000100 | 0 | 100100 | 100001 | 10111 | 101100011 | 100101 | 111111 |
Color Harmonies of #C47E84
Complementary color
Monochromatic Colors of #C47E84
Black with #C47E84
Text Example
Text Example
White with #C47E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47E84; }
p { color: rgb(196,126,132); }
H1.HeaderClassName
{
color: #C47E84;
}
.AnyTagClassName
{
color: #C47E84;
}
</style>
background-color css
<style>
a { background-color: #C47E84; }
a { background-color: rgb(196,126,132); }
div.DivClassName
{
background-color: #C47E84;
}
.BgClassName
{
background-color: #C47E84;
}
</style>
border-color css
<style>
span { border-color: #C47E84; }
span { border-color: rgb(196,126,132); }
td.TdClassName
{
border-color: #C47E84;
}
.TagClassName
{
border-color: #C47E84;
}
</style>