Shades of Charm #C96C83
Tints of Charm #C96C83
RGB
CMYK
RGB Variations
Color information
#C96C83 (or 0xC96C83) is known color: Charm. HEX triplet: C9, 6C and 83. RGB value is (201,108,131). Sum of RGB (Red+Green+Blue) = 201+108+131=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96C83 is #36937C. Grayscale: #8A8A8A. Windows color (decimal): -3576701 or 8613065. OLE color: 8613065.
HSL color Cylindrical-coordinate representation of color #C96C83: hue angle of 345.16º 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 #C96C83 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 131 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.21 |
| HSL | 345.16º | 0.46% | 0.61% | - |
| HSV(B) | 345.16º | 0.46% | 0.79% | - |
| XYZ | 33.55 | 24.78 | 24.49 | - |
| YUV | 138.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 131 | 0 | 0.46 | 0.35 | 0.21 | 345.16 | 0.46 | 0.61 |
| Hex | C9 | 6C | 83 | 0 | 2E | 23 | 15 | 159 | 2E | 3D |
| Octal | 311 | 154 | 203 | 0 | 56 | 43 | 25 | 531 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10000011 | 0 | 101110 | 100011 | 10101 | 101011001 | 101110 | 111101 |
Color Harmonies of #C96C83
Complementary color
Monochromatic Colors of #C96C83
Black with #C96C83
Text Example
Text Example
White with #C96C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C83; }
p { color: rgb(201,108,131); }
H1.HeaderClassName
{
color: #C96C83;
}
.AnyTagClassName
{
color: #C96C83;
}
</style>
background-color css
<style>
a { background-color: #C96C83; }
a { background-color: rgb(201,108,131); }
div.DivClassName
{
background-color: #C96C83;
}
.BgClassName
{
background-color: #C96C83;
}
</style>
border-color css
<style>
span { border-color: #C96C83; }
span { border-color: rgb(201,108,131); }
td.TdClassName
{
border-color: #C96C83;
}
.TagClassName
{
border-color: #C96C83;
}
</style>