Shades of Charm #C96D7C
Tints of Charm #C96D7C
RGB
CMYK
RGB Variations
Color information
#C96D7C (or 0xC96D7C) is known color: Charm. HEX triplet: C9, 6D and 7C. RGB value is (201,109,124). Sum of RGB (Red+Green+Blue) = 201+109+124=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D7C is #369283. Grayscale: #8A8A8A. Windows color (decimal): -3576452 or 8154569. OLE color: 8154569.
HSL color Cylindrical-coordinate representation of color #C96D7C: hue angle of 350.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D7C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 124 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.21 |
| HSL | 350.22º | 0.46% | 0.61% | - |
| HSV(B) | 350.22º | 0.46% | 0.79% | - |
| XYZ | 33.19 | 24.81 | 22.11 | - |
| YUV | 138.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 124 | 0 | 0.46 | 0.38 | 0.21 | 350.22 | 0.46 | 0.61 |
| Hex | C9 | 6D | 7C | 0 | 2E | 26 | 15 | 15E | 2E | 3D |
| Octal | 311 | 155 | 174 | 0 | 56 | 46 | 25 | 536 | 56 | 75 |
| Binary | 11001001 | 1101101 | 1111100 | 0 | 101110 | 100110 | 10101 | 101011110 | 101110 | 111101 |
Color Harmonies of #C96D7C
Complementary color
Monochromatic Colors of #C96D7C
Black with #C96D7C
Text Example
Text Example
White with #C96D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D7C; }
p { color: rgb(201,109,124); }
H1.HeaderClassName
{
color: #C96D7C;
}
.AnyTagClassName
{
color: #C96D7C;
}
</style>
background-color css
<style>
a { background-color: #C96D7C; }
a { background-color: rgb(201,109,124); }
div.DivClassName
{
background-color: #C96D7C;
}
.BgClassName
{
background-color: #C96D7C;
}
</style>
border-color css
<style>
span { border-color: #C96D7C; }
span { border-color: rgb(201,109,124); }
td.TdClassName
{
border-color: #C96D7C;
}
.TagClassName
{
border-color: #C96D7C;
}
</style>