Shades of Charm #C96D86
Tints of Charm #C96D86
RGB
CMYK
RGB Variations
Color information
#C96D86 (or 0xC96D86) is known color: Charm. HEX triplet: C9, 6D and 86. RGB value is (201,109,134). Sum of RGB (Red+Green+Blue) = 201+109+134=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D86 is #369279. Grayscale: #8B8B8B. Windows color (decimal): -3576442 or 8809929. OLE color: 8809929.
HSL color Cylindrical-coordinate representation of color #C96D86: hue angle of 343.7º 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 #C96D86 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 134 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.21 |
| HSL | 343.7º | 0.46% | 0.61% | - |
| HSV(B) | 343.7º | 0.46% | 0.79% | - |
| XYZ | 33.86 | 25.08 | 25.61 | - |
| YUV | 139.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 134 | 0 | 0.46 | 0.33 | 0.21 | 343.7 | 0.46 | 0.61 |
| Hex | C9 | 6D | 86 | 0 | 2E | 21 | 15 | 158 | 2E | 3D |
| Octal | 311 | 155 | 206 | 0 | 56 | 41 | 25 | 530 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10000110 | 0 | 101110 | 100001 | 10101 | 101011000 | 101110 | 111101 |
Color Harmonies of #C96D86
Complementary color
Monochromatic Colors of #C96D86
Black with #C96D86
Text Example
Text Example
White with #C96D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D86; }
p { color: rgb(201,109,134); }
H1.HeaderClassName
{
color: #C96D86;
}
.AnyTagClassName
{
color: #C96D86;
}
</style>
background-color css
<style>
a { background-color: #C96D86; }
a { background-color: rgb(201,109,134); }
div.DivClassName
{
background-color: #C96D86;
}
.BgClassName
{
background-color: #C96D86;
}
</style>
border-color css
<style>
span { border-color: #C96D86; }
span { border-color: rgb(201,109,134); }
td.TdClassName
{
border-color: #C96D86;
}
.TagClassName
{
border-color: #C96D86;
}
</style>