Shades of Charm #C17F8C
Tints of Charm #C17F8C
RGB
CMYK
RGB Variations
Color information
#C17F8C (or 0xC17F8C) is known color: Charm. HEX triplet: C1, 7F and 8C. RGB value is (193,127,140). Sum of RGB (Red+Green+Blue) = 193+127+140=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F8C is #3E8073. Grayscale: #949494. Windows color (decimal): -4096116 or 9207745. OLE color: 9207745.
HSL color Cylindrical-coordinate representation of color #C17F8C: hue angle of 348.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17F8C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 140 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.24 |
| HSL | 348.18º | 0.35% | 0.63% | - |
| HSV(B) | 348.18º | 0.34% | 0.76% | - |
| XYZ | 34.32 | 28.41 | 28.49 | - |
| YUV | 148.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 140 | 0 | 0.34 | 0.27 | 0.24 | 348.18 | 0.35 | 0.63 |
| Hex | C1 | 7F | 8C | 0 | 22 | 1B | 18 | 15C | 23 | 3F |
| Octal | 301 | 177 | 214 | 0 | 42 | 33 | 30 | 534 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10001100 | 0 | 100010 | 11011 | 11000 | 101011100 | 100011 | 111111 |
Color Harmonies of #C17F8C
Complementary color
Monochromatic Colors of #C17F8C
Black with #C17F8C
Text Example
Text Example
White with #C17F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F8C; }
p { color: rgb(193,127,140); }
H1.HeaderClassName
{
color: #C17F8C;
}
.AnyTagClassName
{
color: #C17F8C;
}
</style>
background-color css
<style>
a { background-color: #C17F8C; }
a { background-color: rgb(193,127,140); }
div.DivClassName
{
background-color: #C17F8C;
}
.BgClassName
{
background-color: #C17F8C;
}
</style>
border-color css
<style>
span { border-color: #C17F8C; }
span { border-color: rgb(193,127,140); }
td.TdClassName
{
border-color: #C17F8C;
}
.TagClassName
{
border-color: #C17F8C;
}
</style>