Shades of Charm #C96E7E
Tints of Charm #C96E7E
RGB
CMYK
RGB Variations
Color information
#C96E7E (or 0xC96E7E) is known color: Charm. HEX triplet: C9, 6E and 7E. RGB value is (201,110,126). Sum of RGB (Red+Green+Blue) = 201+110+126=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E7E is #369181. Grayscale: #8B8B8B. Windows color (decimal): -3576194 or 8285897. OLE color: 8285897.
HSL color Cylindrical-coordinate representation of color #C96E7E: hue angle of 349.45º 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 #C96E7E is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 126 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.21 |
| HSL | 349.45º | 0.46% | 0.61% | - |
| HSV(B) | 349.45º | 0.45% | 0.79% | - |
| XYZ | 33.43 | 25.08 | 22.82 | - |
| YUV | 139.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 126 | 0 | 0.45 | 0.37 | 0.21 | 349.45 | 0.46 | 0.61 |
| Hex | C9 | 6E | 7E | 0 | 2D | 25 | 15 | 15D | 2E | 3D |
| Octal | 311 | 156 | 176 | 0 | 55 | 45 | 25 | 535 | 56 | 75 |
| Binary | 11001001 | 1101110 | 1111110 | 0 | 101101 | 100101 | 10101 | 101011101 | 101110 | 111101 |
Color Harmonies of #C96E7E
Complementary color
Monochromatic Colors of #C96E7E
Black with #C96E7E
Text Example
Text Example
White with #C96E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E7E; }
p { color: rgb(201,110,126); }
H1.HeaderClassName
{
color: #C96E7E;
}
.AnyTagClassName
{
color: #C96E7E;
}
</style>
background-color css
<style>
a { background-color: #C96E7E; }
a { background-color: rgb(201,110,126); }
div.DivClassName
{
background-color: #C96E7E;
}
.BgClassName
{
background-color: #C96E7E;
}
</style>
border-color css
<style>
span { border-color: #C96E7E; }
span { border-color: rgb(201,110,126); }
td.TdClassName
{
border-color: #C96E7E;
}
.TagClassName
{
border-color: #C96E7E;
}
</style>