Shades of Charm #C96C7B
Tints of Charm #C96C7B
RGB
CMYK
RGB Variations
Color information
#C96C7B (or 0xC96C7B) is known color: Charm. HEX triplet: C9, 6C and 7B. RGB value is (201,108,123). Sum of RGB (Red+Green+Blue) = 201+108+123=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C7B is #369384. Grayscale: #898989. Windows color (decimal): -3576709 or 8088777. OLE color: 8088777.
HSL color Cylindrical-coordinate representation of color #C96C7B: hue angle of 350.32º 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 #C96C7B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 123 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.21 |
| HSL | 350.32º | 0.46% | 0.61% | - |
| HSV(B) | 350.32º | 0.46% | 0.79% | - |
| XYZ | 33.03 | 24.57 | 21.74 | - |
| YUV | 137.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 123 | 0 | 0.46 | 0.39 | 0.21 | 350.32 | 0.46 | 0.61 |
| Hex | C9 | 6C | 7B | 0 | 2E | 27 | 15 | 15E | 2E | 3D |
| Octal | 311 | 154 | 173 | 0 | 56 | 47 | 25 | 536 | 56 | 75 |
| Binary | 11001001 | 1101100 | 1111011 | 0 | 101110 | 100111 | 10101 | 101011110 | 101110 | 111101 |
Color Harmonies of #C96C7B
Complementary color
Monochromatic Colors of #C96C7B
Black with #C96C7B
Text Example
Text Example
White with #C96C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C7B; }
p { color: rgb(201,108,123); }
H1.HeaderClassName
{
color: #C96C7B;
}
.AnyTagClassName
{
color: #C96C7B;
}
</style>
background-color css
<style>
a { background-color: #C96C7B; }
a { background-color: rgb(201,108,123); }
div.DivClassName
{
background-color: #C96C7B;
}
.BgClassName
{
background-color: #C96C7B;
}
</style>
border-color css
<style>
span { border-color: #C96C7B; }
span { border-color: rgb(201,108,123); }
td.TdClassName
{
border-color: #C96C7B;
}
.TagClassName
{
border-color: #C96C7B;
}
</style>