Shades of Charm #C47D84
Tints of Charm #C47D84
RGB
CMYK
RGB Variations
Color information
#C47D84 (or 0xC47D84) is known color: Charm. HEX triplet: C4, 7D and 84. RGB value is (196,125,132). Sum of RGB (Red+Green+Blue) = 196+125+132=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D84 is #3B827B. Grayscale: #939393. Windows color (decimal): -3900028 or 8682948. OLE color: 8682948.
HSL color Cylindrical-coordinate representation of color #C47D84: hue angle of 354.08º 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 #C47D84 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 132 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.23 |
| HSL | 354.08º | 0.38% | 0.63% | - |
| HSV(B) | 354.08º | 0.36% | 0.77% | - |
| XYZ | 34.26 | 28.07 | 25.44 | - |
| YUV | 147.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 132 | 0 | 0.36 | 0.33 | 0.23 | 354.08 | 0.38 | 0.63 |
| Hex | C4 | 7D | 84 | 0 | 24 | 21 | 17 | 162 | 26 | 3F |
| Octal | 304 | 175 | 204 | 0 | 44 | 41 | 27 | 542 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10000100 | 0 | 100100 | 100001 | 10111 | 101100010 | 100110 | 111111 |
Color Harmonies of #C47D84
Complementary color
Monochromatic Colors of #C47D84
Black with #C47D84
Text Example
Text Example
White with #C47D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D84; }
p { color: rgb(196,125,132); }
H1.HeaderClassName
{
color: #C47D84;
}
.AnyTagClassName
{
color: #C47D84;
}
</style>
background-color css
<style>
a { background-color: #C47D84; }
a { background-color: rgb(196,125,132); }
div.DivClassName
{
background-color: #C47D84;
}
.BgClassName
{
background-color: #C47D84;
}
</style>
border-color css
<style>
span { border-color: #C47D84; }
span { border-color: rgb(196,125,132); }
td.TdClassName
{
border-color: #C47D84;
}
.TagClassName
{
border-color: #C47D84;
}
</style>