Shades of Charm #C96E8B
Tints of Charm #C96E8B
RGB
CMYK
RGB Variations
Color information
#C96E8B (or 0xC96E8B) is known color: Charm. HEX triplet: C9, 6E and 8B. RGB value is (201,110,139). Sum of RGB (Red+Green+Blue) = 201+110+139=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96E8B is #369174. Grayscale: #8C8C8C. Windows color (decimal): -3576181 or 9137865. OLE color: 9137865.
HSL color Cylindrical-coordinate representation of color #C96E8B: hue angle of 340.88º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96E8B is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 139 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.21 |
| HSL | 340.88º | 0.46% | 0.61% | - |
| HSV(B) | 340.88º | 0.45% | 0.79% | - |
| XYZ | 34.32 | 25.43 | 27.53 | - |
| YUV | 140.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 139 | 0 | 0.45 | 0.31 | 0.21 | 340.88 | 0.46 | 0.61 |
| Hex | C9 | 6E | 8B | 0 | 2D | 1F | 15 | 155 | 2E | 3D |
| Octal | 311 | 156 | 213 | 0 | 55 | 37 | 25 | 525 | 56 | 75 |
| Binary | 11001001 | 1101110 | 10001011 | 0 | 101101 | 11111 | 10101 | 101010101 | 101110 | 111101 |
Color Harmonies of #C96E8B
Complementary color
Monochromatic Colors of #C96E8B
Black with #C96E8B
Text Example
Text Example
White with #C96E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E8B; }
p { color: rgb(201,110,139); }
H1.HeaderClassName
{
color: #C96E8B;
}
.AnyTagClassName
{
color: #C96E8B;
}
</style>
background-color css
<style>
a { background-color: #C96E8B; }
a { background-color: rgb(201,110,139); }
div.DivClassName
{
background-color: #C96E8B;
}
.BgClassName
{
background-color: #C96E8B;
}
</style>
border-color css
<style>
span { border-color: #C96E8B; }
span { border-color: rgb(201,110,139); }
td.TdClassName
{
border-color: #C96E8B;
}
.TagClassName
{
border-color: #C96E8B;
}
</style>