Shades of Charm #C96D7A
Tints of Charm #C96D7A
RGB
CMYK
RGB Variations
Color information
#C96D7A (or 0xC96D7A) is known color: Charm. HEX triplet: C9, 6D and 7A. RGB value is (201,109,122). Sum of RGB (Red+Green+Blue) = 201+109+122=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D7A is #369285. Grayscale: #8A8A8A. Windows color (decimal): -3576454 or 8023497. OLE color: 8023497.
HSL color Cylindrical-coordinate representation of color #C96D7A: hue angle of 351.52º 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 #C96D7A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 122 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.21 |
| HSL | 351.52º | 0.46% | 0.61% | - |
| HSV(B) | 351.52º | 0.46% | 0.79% | - |
| XYZ | 33.07 | 24.76 | 21.45 | - |
| YUV | 137.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 122 | 0 | 0.46 | 0.39 | 0.21 | 351.52 | 0.46 | 0.61 |
| Hex | C9 | 6D | 7A | 0 | 2E | 27 | 15 | 160 | 2E | 3D |
| Octal | 311 | 155 | 172 | 0 | 56 | 47 | 25 | 540 | 56 | 75 |
| Binary | 11001001 | 1101101 | 1111010 | 0 | 101110 | 100111 | 10101 | 101100000 | 101110 | 111101 |
Color Harmonies of #C96D7A
Complementary color
Monochromatic Colors of #C96D7A
Black with #C96D7A
Text Example
Text Example
White with #C96D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D7A; }
p { color: rgb(201,109,122); }
H1.HeaderClassName
{
color: #C96D7A;
}
.AnyTagClassName
{
color: #C96D7A;
}
</style>
background-color css
<style>
a { background-color: #C96D7A; }
a { background-color: rgb(201,109,122); }
div.DivClassName
{
background-color: #C96D7A;
}
.BgClassName
{
background-color: #C96D7A;
}
</style>
border-color css
<style>
span { border-color: #C96D7A; }
span { border-color: rgb(201,109,122); }
td.TdClassName
{
border-color: #C96D7A;
}
.TagClassName
{
border-color: #C96D7A;
}
</style>