Shades of Charm #C47C8E
Tints of Charm #C47C8E
RGB
CMYK
RGB Variations
Color information
#C47C8E (or 0xC47C8E) is known color: Charm. HEX triplet: C4, 7C and 8E. RGB value is (196,124,142). Sum of RGB (Red+Green+Blue) = 196+124+142=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C8E is #3B8371. Grayscale: #939393. Windows color (decimal): -3900274 or 9338052. OLE color: 9338052.
HSL color Cylindrical-coordinate representation of color #C47C8E: hue angle of 345º 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 #C47C8E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 142 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.23 |
| HSL | 345º | 0.38% | 0.63% | - |
| HSV(B) | 345º | 0.37% | 0.77% | - |
| XYZ | 34.86 | 28.1 | 29.18 | - |
| YUV | 147.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 142 | 0 | 0.37 | 0.28 | 0.23 | 345 | 0.38 | 0.63 |
| Hex | C4 | 7C | 8E | 0 | 25 | 1C | 17 | 159 | 26 | 3F |
| Octal | 304 | 174 | 216 | 0 | 45 | 34 | 27 | 531 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10001110 | 0 | 100101 | 11100 | 10111 | 101011001 | 100110 | 111111 |
Color Harmonies of #C47C8E
Complementary color
Monochromatic Colors of #C47C8E
Black with #C47C8E
Text Example
Text Example
White with #C47C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47C8E; }
p { color: rgb(196,124,142); }
H1.HeaderClassName
{
color: #C47C8E;
}
.AnyTagClassName
{
color: #C47C8E;
}
</style>
background-color css
<style>
a { background-color: #C47C8E; }
a { background-color: rgb(196,124,142); }
div.DivClassName
{
background-color: #C47C8E;
}
.BgClassName
{
background-color: #C47C8E;
}
</style>
border-color css
<style>
span { border-color: #C47C8E; }
span { border-color: rgb(196,124,142); }
td.TdClassName
{
border-color: #C47C8E;
}
.TagClassName
{
border-color: #C47C8E;
}
</style>