Shades of Charm #C96D7D
Tints of Charm #C96D7D
RGB
CMYK
RGB Variations
Color information
#C96D7D (or 0xC96D7D) is known color: Charm. HEX triplet: C9, 6D and 7D. RGB value is (201,109,125). Sum of RGB (Red+Green+Blue) = 201+109+125=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D7D is #369282. Grayscale: #8A8A8A. Windows color (decimal): -3576451 or 8220105. OLE color: 8220105.
HSL color Cylindrical-coordinate representation of color #C96D7D: hue angle of 349.57º 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 #C96D7D is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 125 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.21 |
| HSL | 349.57º | 0.46% | 0.61% | - |
| HSV(B) | 349.57º | 0.46% | 0.79% | - |
| XYZ | 33.26 | 24.84 | 22.44 | - |
| YUV | 138.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 125 | 0 | 0.46 | 0.38 | 0.21 | 349.57 | 0.46 | 0.61 |
| Hex | C9 | 6D | 7D | 0 | 2E | 26 | 15 | 15E | 2E | 3D |
| Octal | 311 | 155 | 175 | 0 | 56 | 46 | 25 | 536 | 56 | 75 |
| Binary | 11001001 | 1101101 | 1111101 | 0 | 101110 | 100110 | 10101 | 101011110 | 101110 | 111101 |
Color Harmonies of #C96D7D
Complementary color
Monochromatic Colors of #C96D7D
Black with #C96D7D
Text Example
Text Example
White with #C96D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96D7D; }
p { color: rgb(201,109,125); }
H1.HeaderClassName
{
color: #C96D7D;
}
.AnyTagClassName
{
color: #C96D7D;
}
</style>
background-color css
<style>
a { background-color: #C96D7D; }
a { background-color: rgb(201,109,125); }
div.DivClassName
{
background-color: #C96D7D;
}
.BgClassName
{
background-color: #C96D7D;
}
</style>
border-color css
<style>
span { border-color: #C96D7D; }
span { border-color: rgb(201,109,125); }
td.TdClassName
{
border-color: #C96D7D;
}
.TagClassName
{
border-color: #C96D7D;
}
</style>