Shades of Charm #C17E8D
Tints of Charm #C17E8D
RGB
CMYK
RGB Variations
Color information
#C17E8D (or 0xC17E8D) is known color: Charm. HEX triplet: C1, 7E and 8D. RGB value is (193,126,141). Sum of RGB (Red+Green+Blue) = 193+126+141=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17E8D is #3E8172. Grayscale: #939393. Windows color (decimal): -4096371 or 9273025. OLE color: 9273025.
HSL color Cylindrical-coordinate representation of color #C17E8D: hue angle of 346.57º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17E8D is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 141 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.24 |
| HSL | 346.57º | 0.35% | 0.63% | - |
| HSV(B) | 346.57º | 0.35% | 0.76% | - |
| XYZ | 34.26 | 28.18 | 28.83 | - |
| YUV | 147.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 141 | 0 | 0.35 | 0.27 | 0.24 | 346.57 | 0.35 | 0.63 |
| Hex | C1 | 7E | 8D | 0 | 23 | 1B | 18 | 15B | 23 | 3F |
| Octal | 301 | 176 | 215 | 0 | 43 | 33 | 30 | 533 | 43 | 77 |
| Binary | 11000001 | 1111110 | 10001101 | 0 | 100011 | 11011 | 11000 | 101011011 | 100011 | 111111 |
Color Harmonies of #C17E8D
Complementary color
Monochromatic Colors of #C17E8D
Black with #C17E8D
Text Example
Text Example
White with #C17E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E8D; }
p { color: rgb(193,126,141); }
H1.HeaderClassName
{
color: #C17E8D;
}
.AnyTagClassName
{
color: #C17E8D;
}
</style>
background-color css
<style>
a { background-color: #C17E8D; }
a { background-color: rgb(193,126,141); }
div.DivClassName
{
background-color: #C17E8D;
}
.BgClassName
{
background-color: #C17E8D;
}
</style>
border-color css
<style>
span { border-color: #C17E8D; }
span { border-color: rgb(193,126,141); }
td.TdClassName
{
border-color: #C17E8D;
}
.TagClassName
{
border-color: #C17E8D;
}
</style>