Shades of Charm #C47C7F
Tints of Charm #C47C7F
RGB
CMYK
RGB Variations
Color information
#C47C7F (or 0xC47C7F) is known color: Charm. HEX triplet: C4, 7C and 7F. RGB value is (196,124,127). Sum of RGB (Red+Green+Blue) = 196+124+127=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C7F is #3B8380. Grayscale: #919191. Windows color (decimal): -3900289 or 8355012. OLE color: 8355012.
HSL color Cylindrical-coordinate representation of color #C47C7F: hue angle of 357.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 #C47C7F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 127 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.23 |
| HSL | 357.5º | 0.38% | 0.63% | - |
| HSV(B) | 357.5º | 0.37% | 0.77% | - |
| XYZ | 33.8 | 27.68 | 23.64 | - |
| YUV | 145.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 127 | 0 | 0.37 | 0.35 | 0.23 | 357.5 | 0.38 | 0.63 |
| Hex | C4 | 7C | 7F | 0 | 25 | 23 | 17 | 166 | 26 | 3F |
| Octal | 304 | 174 | 177 | 0 | 45 | 43 | 27 | 546 | 46 | 77 |
| Binary | 11000100 | 1111100 | 1111111 | 0 | 100101 | 100011 | 10111 | 101100110 | 100110 | 111111 |
Color Harmonies of #C47C7F
Complementary color
Monochromatic Colors of #C47C7F
Black with #C47C7F
Text Example
Text Example
White with #C47C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C7F; }
p { color: rgb(196,124,127); }
H1.HeaderClassName
{
color: #C47C7F;
}
.AnyTagClassName
{
color: #C47C7F;
}
</style>
background-color css
<style>
a { background-color: #C47C7F; }
a { background-color: rgb(196,124,127); }
div.DivClassName
{
background-color: #C47C7F;
}
.BgClassName
{
background-color: #C47C7F;
}
</style>
border-color css
<style>
span { border-color: #C47C7F; }
span { border-color: rgb(196,124,127); }
td.TdClassName
{
border-color: #C47C7F;
}
.TagClassName
{
border-color: #C47C7F;
}
</style>