Shades of Charm #C47C7D
Tints of Charm #C47C7D
RGB
CMYK
RGB Variations
Color information
#C47C7D (or 0xC47C7D) is known color: Charm. HEX triplet: C4, 7C and 7D. RGB value is (196,124,125). Sum of RGB (Red+Green+Blue) = 196+124+125=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C7D is #3B8382. Grayscale: #919191. Windows color (decimal): -3900291 or 8223940. OLE color: 8223940.
HSL color Cylindrical-coordinate representation of color #C47C7D: hue angle of 359.17º 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 #C47C7D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 125 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.23 |
| HSL | 359.17º | 0.38% | 0.63% | - |
| HSV(B) | 359.17º | 0.37% | 0.77% | - |
| XYZ | 33.67 | 27.63 | 22.96 | - |
| YUV | 145.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 125 | 0 | 0.37 | 0.36 | 0.23 | 359.17 | 0.38 | 0.63 |
| Hex | C4 | 7C | 7D | 0 | 25 | 24 | 17 | 167 | 26 | 3F |
| Octal | 304 | 174 | 175 | 0 | 45 | 44 | 27 | 547 | 46 | 77 |
| Binary | 11000100 | 1111100 | 1111101 | 0 | 100101 | 100100 | 10111 | 101100111 | 100110 | 111111 |
Color Harmonies of #C47C7D
Complementary color
Monochromatic Colors of #C47C7D
Black with #C47C7D
Text Example
Text Example
White with #C47C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C7D; }
p { color: rgb(196,124,125); }
H1.HeaderClassName
{
color: #C47C7D;
}
.AnyTagClassName
{
color: #C47C7D;
}
</style>
background-color css
<style>
a { background-color: #C47C7D; }
a { background-color: rgb(196,124,125); }
div.DivClassName
{
background-color: #C47C7D;
}
.BgClassName
{
background-color: #C47C7D;
}
</style>
border-color css
<style>
span { border-color: #C47C7D; }
span { border-color: rgb(196,124,125); }
td.TdClassName
{
border-color: #C47C7D;
}
.TagClassName
{
border-color: #C47C7D;
}
</style>