Shades of Charm #C47C8B
Tints of Charm #C47C8B
RGB
CMYK
RGB Variations
Color information
#C47C8B (or 0xC47C8B) is known color: Charm. HEX triplet: C4, 7C and 8B. RGB value is (196,124,139). Sum of RGB (Red+Green+Blue) = 196+124+139=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C8B is #3B8374. Grayscale: #939393. Windows color (decimal): -3900277 or 9141444. OLE color: 9141444.
HSL color Cylindrical-coordinate representation of color #C47C8B: hue angle of 347.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47C8B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 139 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.23 |
| HSL | 347.5º | 0.38% | 0.63% | - |
| HSV(B) | 347.5º | 0.37% | 0.77% | - |
| XYZ | 34.63 | 28.02 | 28.01 | - |
| YUV | 147.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 139 | 0 | 0.37 | 0.29 | 0.23 | 347.5 | 0.38 | 0.63 |
| Hex | C4 | 7C | 8B | 0 | 25 | 1D | 17 | 15C | 26 | 3F |
| Octal | 304 | 174 | 213 | 0 | 45 | 35 | 27 | 534 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10001011 | 0 | 100101 | 11101 | 10111 | 101011100 | 100110 | 111111 |
Color Harmonies of #C47C8B
Complementary color
Monochromatic Colors of #C47C8B
Black with #C47C8B
Text Example
Text Example
White with #C47C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C8B; }
p { color: rgb(196,124,139); }
H1.HeaderClassName
{
color: #C47C8B;
}
.AnyTagClassName
{
color: #C47C8B;
}
</style>
background-color css
<style>
a { background-color: #C47C8B; }
a { background-color: rgb(196,124,139); }
div.DivClassName
{
background-color: #C47C8B;
}
.BgClassName
{
background-color: #C47C8B;
}
</style>
border-color css
<style>
span { border-color: #C47C8B; }
span { border-color: rgb(196,124,139); }
td.TdClassName
{
border-color: #C47C8B;
}
.TagClassName
{
border-color: #C47C8B;
}
</style>