Shades of Charm #C47D8C
Tints of Charm #C47D8C
RGB
CMYK
RGB Variations
Color information
#C47D8C (or 0xC47D8C) is known color: Charm. HEX triplet: C4, 7D and 8C. RGB value is (196,125,140). Sum of RGB (Red+Green+Blue) = 196+125+140=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D8C is #3B8273. Grayscale: #939393. Windows color (decimal): -3900020 or 9207236. OLE color: 9207236.
HSL color Cylindrical-coordinate representation of color #C47D8C: hue angle of 347.32º 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 #C47D8C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 140 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.23 |
| HSL | 347.32º | 0.38% | 0.63% | - |
| HSV(B) | 347.32º | 0.36% | 0.77% | - |
| XYZ | 34.83 | 28.3 | 28.44 | - |
| YUV | 147.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 140 | 0 | 0.36 | 0.29 | 0.23 | 347.32 | 0.38 | 0.63 |
| Hex | C4 | 7D | 8C | 0 | 24 | 1D | 17 | 15B | 26 | 3F |
| Octal | 304 | 175 | 214 | 0 | 44 | 35 | 27 | 533 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10001100 | 0 | 100100 | 11101 | 10111 | 101011011 | 100110 | 111111 |
Color Harmonies of #C47D8C
Complementary color
Monochromatic Colors of #C47D8C
Black with #C47D8C
Text Example
Text Example
White with #C47D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D8C; }
p { color: rgb(196,125,140); }
H1.HeaderClassName
{
color: #C47D8C;
}
.AnyTagClassName
{
color: #C47D8C;
}
</style>
background-color css
<style>
a { background-color: #C47D8C; }
a { background-color: rgb(196,125,140); }
div.DivClassName
{
background-color: #C47D8C;
}
.BgClassName
{
background-color: #C47D8C;
}
</style>
border-color css
<style>
span { border-color: #C47D8C; }
span { border-color: rgb(196,125,140); }
td.TdClassName
{
border-color: #C47D8C;
}
.TagClassName
{
border-color: #C47D8C;
}
</style>