Shades of Charm #C47D86
Tints of Charm #C47D86
RGB
CMYK
RGB Variations
Color information
#C47D86 (or 0xC47D86) is known color: Charm. HEX triplet: C4, 7D and 86. RGB value is (196,125,134). Sum of RGB (Red+Green+Blue) = 196+125+134=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D86 is #3B8279. Grayscale: #939393. Windows color (decimal): -3900026 or 8814020. OLE color: 8814020.
HSL color Cylindrical-coordinate representation of color #C47D86: hue angle of 352.39º degrees, saturation: 0.38, 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 #C47D86 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 134 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.23 |
| HSL | 352.39º | 0.38% | 0.63% | - |
| HSV(B) | 352.39º | 0.36% | 0.77% | - |
| XYZ | 34.4 | 28.12 | 26.17 | - |
| YUV | 147.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 134 | 0 | 0.36 | 0.32 | 0.23 | 352.39 | 0.38 | 0.63 |
| Hex | C4 | 7D | 86 | 0 | 24 | 20 | 17 | 160 | 26 | 3F |
| Octal | 304 | 175 | 206 | 0 | 44 | 40 | 27 | 540 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10000110 | 0 | 100100 | 100000 | 10111 | 101100000 | 100110 | 111111 |
Color Harmonies of #C47D86
Complementary color
Monochromatic Colors of #C47D86
Black with #C47D86
Text Example
Text Example
White with #C47D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D86; }
p { color: rgb(196,125,134); }
H1.HeaderClassName
{
color: #C47D86;
}
.AnyTagClassName
{
color: #C47D86;
}
</style>
background-color css
<style>
a { background-color: #C47D86; }
a { background-color: rgb(196,125,134); }
div.DivClassName
{
background-color: #C47D86;
}
.BgClassName
{
background-color: #C47D86;
}
</style>
border-color css
<style>
span { border-color: #C47D86; }
span { border-color: rgb(196,125,134); }
td.TdClassName
{
border-color: #C47D86;
}
.TagClassName
{
border-color: #C47D86;
}
</style>