Shades of Charm #C47D82
Tints of Charm #C47D82
RGB
CMYK
RGB Variations
Color information
#C47D82 (or 0xC47D82) is known color: Charm. HEX triplet: C4, 7D and 82. RGB value is (196,125,130). Sum of RGB (Red+Green+Blue) = 196+125+130=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47D82 is #3B827D. Grayscale: #929292. Windows color (decimal): -3900030 or 8551876. OLE color: 8551876.
HSL color Cylindrical-coordinate representation of color #C47D82: hue angle of 355.77º 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 #C47D82 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 130 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.23 |
| HSL | 355.77º | 0.38% | 0.63% | - |
| HSV(B) | 355.77º | 0.36% | 0.77% | - |
| XYZ | 34.13 | 28.01 | 24.73 | - |
| YUV | 146.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 130 | 0 | 0.36 | 0.34 | 0.23 | 355.77 | 0.38 | 0.63 |
| Hex | C4 | 7D | 82 | 0 | 24 | 22 | 17 | 164 | 26 | 3F |
| Octal | 304 | 175 | 202 | 0 | 44 | 42 | 27 | 544 | 46 | 77 |
| Binary | 11000100 | 1111101 | 10000010 | 0 | 100100 | 100010 | 10111 | 101100100 | 100110 | 111111 |
Color Harmonies of #C47D82
Complementary color
Monochromatic Colors of #C47D82
Black with #C47D82
Text Example
Text Example
White with #C47D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D82; }
p { color: rgb(196,125,130); }
H1.HeaderClassName
{
color: #C47D82;
}
.AnyTagClassName
{
color: #C47D82;
}
</style>
background-color css
<style>
a { background-color: #C47D82; }
a { background-color: rgb(196,125,130); }
div.DivClassName
{
background-color: #C47D82;
}
.BgClassName
{
background-color: #C47D82;
}
</style>
border-color css
<style>
span { border-color: #C47D82; }
span { border-color: rgb(196,125,130); }
td.TdClassName
{
border-color: #C47D82;
}
.TagClassName
{
border-color: #C47D82;
}
</style>