Shades of Charm #C17D88
Tints of Charm #C17D88
RGB
CMYK
RGB Variations
Color information
#C17D88 (or 0xC17D88) is known color: Charm. HEX triplet: C1, 7D and 88. RGB value is (193,125,136). Sum of RGB (Red+Green+Blue) = 193+125+136=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17D88 is #3E8277. Grayscale: #929292. Windows color (decimal): -4096632 or 8945089. OLE color: 8945089.
HSL color Cylindrical-coordinate representation of color #C17D88: hue angle of 350.29º 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 #C17D88 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 136 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.24 |
| HSL | 350.29º | 0.35% | 0.62% | - |
| HSV(B) | 350.29º | 0.35% | 0.76% | - |
| XYZ | 33.77 | 27.78 | 26.88 | - |
| YUV | 146.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 136 | 0 | 0.35 | 0.30 | 0.24 | 350.29 | 0.35 | 0.62 |
| Hex | C1 | 7D | 88 | 0 | 23 | 1E | 18 | 15E | 23 | 3E |
| Octal | 301 | 175 | 210 | 0 | 43 | 36 | 30 | 536 | 43 | 76 |
| Binary | 11000001 | 1111101 | 10001000 | 0 | 100011 | 11110 | 11000 | 101011110 | 100011 | 111110 |
Color Harmonies of #C17D88
Complementary color
Monochromatic Colors of #C17D88
Black with #C17D88
Text Example
Text Example
White with #C17D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D88; }
p { color: rgb(193,125,136); }
H1.HeaderClassName
{
color: #C17D88;
}
.AnyTagClassName
{
color: #C17D88;
}
</style>
background-color css
<style>
a { background-color: #C17D88; }
a { background-color: rgb(193,125,136); }
div.DivClassName
{
background-color: #C17D88;
}
.BgClassName
{
background-color: #C17D88;
}
</style>
border-color css
<style>
span { border-color: #C17D88; }
span { border-color: rgb(193,125,136); }
td.TdClassName
{
border-color: #C17D88;
}
.TagClassName
{
border-color: #C17D88;
}
</style>