Shades of Charm #C9747E
Tints of Charm #C9747E
RGB
CMYK
RGB Variations
Color information
#C9747E (or 0xC9747E) is known color: Charm. HEX triplet: C9, 74 and 7E. RGB value is (201,116,126). Sum of RGB (Red+Green+Blue) = 201+116+126=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9747E is #368B81. Grayscale: #8E8E8E. Windows color (decimal): -3574658 or 8287433. OLE color: 8287433.
HSL color Cylindrical-coordinate representation of color #C9747E: hue angle of 352.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9747E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 126 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.21 |
| HSL | 352.94º | 0.44% | 0.62% | - |
| HSV(B) | 352.94º | 0.42% | 0.79% | - |
| XYZ | 34.1 | 26.41 | 23.04 | - |
| YUV | 142.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 126 | 0 | 0.42 | 0.37 | 0.21 | 352.94 | 0.44 | 0.62 |
| Hex | C9 | 74 | 7E | 0 | 2A | 25 | 15 | 161 | 2C | 3E |
| Octal | 311 | 164 | 176 | 0 | 52 | 45 | 25 | 541 | 54 | 76 |
| Binary | 11001001 | 1110100 | 1111110 | 0 | 101010 | 100101 | 10101 | 101100001 | 101100 | 111110 |
Color Harmonies of #C9747E
Complementary color
Monochromatic Colors of #C9747E
Black with #C9747E
Text Example
Text Example
White with #C9747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9747E; }
p { color: rgb(201,116,126); }
H1.HeaderClassName
{
color: #C9747E;
}
.AnyTagClassName
{
color: #C9747E;
}
</style>
background-color css
<style>
a { background-color: #C9747E; }
a { background-color: rgb(201,116,126); }
div.DivClassName
{
background-color: #C9747E;
}
.BgClassName
{
background-color: #C9747E;
}
</style>
border-color css
<style>
span { border-color: #C9747E; }
span { border-color: rgb(201,116,126); }
td.TdClassName
{
border-color: #C9747E;
}
.TagClassName
{
border-color: #C9747E;
}
</style>