Shades of Charm #C96D83
Tints of Charm #C96D83
RGB
CMYK
RGB Variations
Color information
#C96D83 (or 0xC96D83) is known color: Charm. HEX triplet: C9, 6D and 83. RGB value is (201,109,131). Sum of RGB (Red+Green+Blue) = 201+109+131=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D83 is #36927C. Grayscale: #8B8B8B. Windows color (decimal): -3576445 or 8613321. OLE color: 8613321.
HSL color Cylindrical-coordinate representation of color #C96D83: hue angle of 345.65º 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 #C96D83 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 131 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.21 |
| HSL | 345.65º | 0.46% | 0.61% | - |
| HSV(B) | 345.65º | 0.46% | 0.79% | - |
| XYZ | 33.65 | 24.99 | 24.52 | - |
| YUV | 139.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 131 | 0 | 0.46 | 0.35 | 0.21 | 345.65 | 0.46 | 0.61 |
| Hex | C9 | 6D | 83 | 0 | 2E | 23 | 15 | 15A | 2E | 3D |
| Octal | 311 | 155 | 203 | 0 | 56 | 43 | 25 | 532 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10000011 | 0 | 101110 | 100011 | 10101 | 101011010 | 101110 | 111101 |
Color Harmonies of #C96D83
Complementary color
Monochromatic Colors of #C96D83
Black with #C96D83
Text Example
Text Example
White with #C96D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D83; }
p { color: rgb(201,109,131); }
H1.HeaderClassName
{
color: #C96D83;
}
.AnyTagClassName
{
color: #C96D83;
}
</style>
background-color css
<style>
a { background-color: #C96D83; }
a { background-color: rgb(201,109,131); }
div.DivClassName
{
background-color: #C96D83;
}
.BgClassName
{
background-color: #C96D83;
}
</style>
border-color css
<style>
span { border-color: #C96D83; }
span { border-color: rgb(201,109,131); }
td.TdClassName
{
border-color: #C96D83;
}
.TagClassName
{
border-color: #C96D83;
}
</style>