Shades of Charm #C5747C
Tints of Charm #C5747C
RGB
CMYK
RGB Variations
Color information
#C5747C (or 0xC5747C) is known color: Charm. HEX triplet: C5, 74 and 7C. RGB value is (197,116,124). Sum of RGB (Red+Green+Blue) = 197+116+124=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5747C is #3A8B83. Grayscale: #8D8D8D. Windows color (decimal): -3836804 or 8156357. OLE color: 8156357.
HSL color Cylindrical-coordinate representation of color #C5747C: hue angle of 354.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5747C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 124 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.23 |
| HSL | 354.07º | 0.41% | 0.61% | - |
| HSV(B) | 354.07º | 0.41% | 0.77% | - |
| XYZ | 32.91 | 25.82 | 22.32 | - |
| YUV | 141.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 124 | 0 | 0.41 | 0.37 | 0.23 | 354.07 | 0.41 | 0.61 |
| Hex | C5 | 74 | 7C | 0 | 29 | 25 | 17 | 162 | 29 | 3D |
| Octal | 305 | 164 | 174 | 0 | 51 | 45 | 27 | 542 | 51 | 75 |
| Binary | 11000101 | 1110100 | 1111100 | 0 | 101001 | 100101 | 10111 | 101100010 | 101001 | 111101 |
Color Harmonies of #C5747C
Complementary color
Monochromatic Colors of #C5747C
Black with #C5747C
Text Example
Text Example
White with #C5747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5747C; }
p { color: rgb(197,116,124); }
H1.HeaderClassName
{
color: #C5747C;
}
.AnyTagClassName
{
color: #C5747C;
}
</style>
background-color css
<style>
a { background-color: #C5747C; }
a { background-color: rgb(197,116,124); }
div.DivClassName
{
background-color: #C5747C;
}
.BgClassName
{
background-color: #C5747C;
}
</style>
border-color css
<style>
span { border-color: #C5747C; }
span { border-color: rgb(197,116,124); }
td.TdClassName
{
border-color: #C5747C;
}
.TagClassName
{
border-color: #C5747C;
}
</style>