Shades of Charm #C96C7F
Tints of Charm #C96C7F
RGB
CMYK
RGB Variations
Color information
#C96C7F (or 0xC96C7F) is known color: Charm. HEX triplet: C9, 6C and 7F. RGB value is (201,108,127). Sum of RGB (Red+Green+Blue) = 201+108+127=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C7F is #369380. Grayscale: #898989. Windows color (decimal): -3576705 or 8350921. OLE color: 8350921.
HSL color Cylindrical-coordinate representation of color #C96C7F: hue angle of 347.74º 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 #C96C7F is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 127 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.21 |
| HSL | 347.74º | 0.46% | 0.61% | - |
| HSV(B) | 347.74º | 0.46% | 0.79% | - |
| XYZ | 33.28 | 24.67 | 23.09 | - |
| YUV | 137.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 127 | 0 | 0.46 | 0.37 | 0.21 | 347.74 | 0.46 | 0.61 |
| Hex | C9 | 6C | 7F | 0 | 2E | 25 | 15 | 15C | 2E | 3D |
| Octal | 311 | 154 | 177 | 0 | 56 | 45 | 25 | 534 | 56 | 75 |
| Binary | 11001001 | 1101100 | 1111111 | 0 | 101110 | 100101 | 10101 | 101011100 | 101110 | 111101 |
Color Harmonies of #C96C7F
Complementary color
Monochromatic Colors of #C96C7F
Black with #C96C7F
Text Example
Text Example
White with #C96C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C7F; }
p { color: rgb(201,108,127); }
H1.HeaderClassName
{
color: #C96C7F;
}
.AnyTagClassName
{
color: #C96C7F;
}
</style>
background-color css
<style>
a { background-color: #C96C7F; }
a { background-color: rgb(201,108,127); }
div.DivClassName
{
background-color: #C96C7F;
}
.BgClassName
{
background-color: #C96C7F;
}
</style>
border-color css
<style>
span { border-color: #C96C7F; }
span { border-color: rgb(201,108,127); }
td.TdClassName
{
border-color: #C96C7F;
}
.TagClassName
{
border-color: #C96C7F;
}
</style>