Shades of Charm #C96D8A
Tints of Charm #C96D8A
RGB
CMYK
RGB Variations
Color information
#C96D8A (or 0xC96D8A) is known color: Charm. HEX triplet: C9, 6D and 8A. RGB value is (201,109,138). Sum of RGB (Red+Green+Blue) = 201+109+138=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96D8A is #369275. Grayscale: #8B8B8B. Windows color (decimal): -3576438 or 9072073. OLE color: 9072073.
HSL color Cylindrical-coordinate representation of color #C96D8A: hue angle of 341.09º 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 #C96D8A is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 138 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.21 |
| HSL | 341.09º | 0.46% | 0.61% | - |
| HSV(B) | 341.09º | 0.46% | 0.79% | - |
| XYZ | 34.14 | 25.19 | 27.11 | - |
| YUV | 139.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 138 | 0 | 0.46 | 0.31 | 0.21 | 341.09 | 0.46 | 0.61 |
| Hex | C9 | 6D | 8A | 0 | 2E | 1F | 15 | 155 | 2E | 3D |
| Octal | 311 | 155 | 212 | 0 | 56 | 37 | 25 | 525 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10001010 | 0 | 101110 | 11111 | 10101 | 101010101 | 101110 | 111101 |
Color Harmonies of #C96D8A
Complementary color
Monochromatic Colors of #C96D8A
Black with #C96D8A
Text Example
Text Example
White with #C96D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D8A; }
p { color: rgb(201,109,138); }
H1.HeaderClassName
{
color: #C96D8A;
}
.AnyTagClassName
{
color: #C96D8A;
}
</style>
background-color css
<style>
a { background-color: #C96D8A; }
a { background-color: rgb(201,109,138); }
div.DivClassName
{
background-color: #C96D8A;
}
.BgClassName
{
background-color: #C96D8A;
}
</style>
border-color css
<style>
span { border-color: #C96D8A; }
span { border-color: rgb(201,109,138); }
td.TdClassName
{
border-color: #C96D8A;
}
.TagClassName
{
border-color: #C96D8A;
}
</style>