Shades of Charm #C17B7E
Tints of Charm #C17B7E
RGB
CMYK
RGB Variations
Color information
#C17B7E (or 0xC17B7E) is known color: Charm. HEX triplet: C1, 7B and 7E. RGB value is (193,123,126). Sum of RGB (Red+Green+Blue) = 193+123+126=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B7E is #3E8481. Grayscale: #909090. Windows color (decimal): -4097154 or 8289217. OLE color: 8289217.
HSL color Cylindrical-coordinate representation of color #C17B7E: hue angle of 357.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17B7E is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 126 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.24 |
| HSL | 357.43º | 0.36% | 0.62% | - |
| HSV(B) | 357.43º | 0.36% | 0.76% | - |
| XYZ | 32.84 | 27.01 | 23.22 | - |
| YUV | 144.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 126 | 0 | 0.36 | 0.35 | 0.24 | 357.43 | 0.36 | 0.62 |
| Hex | C1 | 7B | 7E | 0 | 24 | 23 | 18 | 165 | 24 | 3E |
| Octal | 301 | 173 | 176 | 0 | 44 | 43 | 30 | 545 | 44 | 76 |
| Binary | 11000001 | 1111011 | 1111110 | 0 | 100100 | 100011 | 11000 | 101100101 | 100100 | 111110 |
Color Harmonies of #C17B7E
Complementary color
Monochromatic Colors of #C17B7E
Black with #C17B7E
Text Example
Text Example
White with #C17B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B7E; }
p { color: rgb(193,123,126); }
H1.HeaderClassName
{
color: #C17B7E;
}
.AnyTagClassName
{
color: #C17B7E;
}
</style>
background-color css
<style>
a { background-color: #C17B7E; }
a { background-color: rgb(193,123,126); }
div.DivClassName
{
background-color: #C17B7E;
}
.BgClassName
{
background-color: #C17B7E;
}
</style>
border-color css
<style>
span { border-color: #C17B7E; }
span { border-color: rgb(193,123,126); }
td.TdClassName
{
border-color: #C17B7E;
}
.TagClassName
{
border-color: #C17B7E;
}
</style>