Shades of Charm #C17D8F
Tints of Charm #C17D8F
RGB
CMYK
RGB Variations
Color information
#C17D8F (or 0xC17D8F) is known color: Charm. HEX triplet: C1, 7D and 8F. RGB value is (193,125,143). Sum of RGB (Red+Green+Blue) = 193+125+143=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17D8F is #3E8270. Grayscale: #939393. Windows color (decimal): -4096625 or 9403841. OLE color: 9403841.
HSL color Cylindrical-coordinate representation of color #C17D8F: hue angle of 344.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C17D8F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 143 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.24 |
| HSL | 344.12º | 0.35% | 0.62% | - |
| HSV(B) | 344.12º | 0.35% | 0.76% | - |
| XYZ | 34.28 | 27.99 | 29.58 | - |
| YUV | 147.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 143 | 0 | 0.35 | 0.26 | 0.24 | 344.12 | 0.35 | 0.62 |
| Hex | C1 | 7D | 8F | 0 | 23 | 1A | 18 | 158 | 23 | 3E |
| Octal | 301 | 175 | 217 | 0 | 43 | 32 | 30 | 530 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10001111 | 0 | 100011 | 11010 | 11000 | 101011000 | 100011 | 111110 |
Color Harmonies of #C17D8F
Complementary color
Monochromatic Colors of #C17D8F
Black with #C17D8F
Text Example
Text Example
White with #C17D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D8F; }
p { color: rgb(193,125,143); }
H1.HeaderClassName
{
color: #C17D8F;
}
.AnyTagClassName
{
color: #C17D8F;
}
</style>
background-color css
<style>
a { background-color: #C17D8F; }
a { background-color: rgb(193,125,143); }
div.DivClassName
{
background-color: #C17D8F;
}
.BgClassName
{
background-color: #C17D8F;
}
</style>
border-color css
<style>
span { border-color: #C17D8F; }
span { border-color: rgb(193,125,143); }
td.TdClassName
{
border-color: #C17D8F;
}
.TagClassName
{
border-color: #C17D8F;
}
</style>