Shades of Charm #C9718D
Tints of Charm #C9718D
RGB
CMYK
RGB Variations
Color information
#C9718D (or 0xC9718D) is known color: Charm. HEX triplet: C9, 71 and 8D. RGB value is (201,113,141). Sum of RGB (Red+Green+Blue) = 201+113+141=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9718D is #368E72. Grayscale: #8E8E8E. Windows color (decimal): -3575411 or 9269705. OLE color: 9269705.
HSL color Cylindrical-coordinate representation of color #C9718D: hue angle of 340.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9718D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 141 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.21 |
| HSL | 340.91º | 0.45% | 0.62% | - |
| HSV(B) | 340.91º | 0.44% | 0.79% | - |
| XYZ | 34.8 | 26.15 | 28.41 | - |
| YUV | 142.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 141 | 0 | 0.44 | 0.30 | 0.21 | 340.91 | 0.45 | 0.62 |
| Hex | C9 | 71 | 8D | 0 | 2C | 1E | 15 | 155 | 2D | 3E |
| Octal | 311 | 161 | 215 | 0 | 54 | 36 | 25 | 525 | 55 | 76 |
| Binary | 11001001 | 1110001 | 10001101 | 0 | 101100 | 11110 | 10101 | 101010101 | 101101 | 111110 |
Color Harmonies of #C9718D
Complementary color
Monochromatic Colors of #C9718D
Black with #C9718D
Text Example
Text Example
White with #C9718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9718D; }
p { color: rgb(201,113,141); }
H1.HeaderClassName
{
color: #C9718D;
}
.AnyTagClassName
{
color: #C9718D;
}
</style>
background-color css
<style>
a { background-color: #C9718D; }
a { background-color: rgb(201,113,141); }
div.DivClassName
{
background-color: #C9718D;
}
.BgClassName
{
background-color: #C9718D;
}
</style>
border-color css
<style>
span { border-color: #C9718D; }
span { border-color: rgb(201,113,141); }
td.TdClassName
{
border-color: #C9718D;
}
.TagClassName
{
border-color: #C9718D;
}
</style>