Shades of Charm #C17F85
Tints of Charm #C17F85
RGB
CMYK
RGB Variations
Color information
#C17F85 (or 0xC17F85) is known color: Charm. HEX triplet: C1, 7F and 85. RGB value is (193,127,133). Sum of RGB (Red+Green+Blue) = 193+127+133=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F85 is #3E807A. Grayscale: #939393. Windows color (decimal): -4096123 or 8748993. OLE color: 8748993.
HSL color Cylindrical-coordinate representation of color #C17F85: hue angle of 354.55º 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 #C17F85 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 133 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.24 |
| HSL | 354.55º | 0.35% | 0.63% | - |
| HSV(B) | 354.55º | 0.34% | 0.76% | - |
| XYZ | 33.82 | 28.21 | 25.85 | - |
| YUV | 147.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 133 | 0 | 0.34 | 0.31 | 0.24 | 354.55 | 0.35 | 0.63 |
| Hex | C1 | 7F | 85 | 0 | 22 | 1F | 18 | 163 | 23 | 3F |
| Octal | 301 | 177 | 205 | 0 | 42 | 37 | 30 | 543 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10000101 | 0 | 100010 | 11111 | 11000 | 101100011 | 100011 | 111111 |
Color Harmonies of #C17F85
Complementary color
Monochromatic Colors of #C17F85
Black with #C17F85
Text Example
Text Example
White with #C17F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F85; }
p { color: rgb(193,127,133); }
H1.HeaderClassName
{
color: #C17F85;
}
.AnyTagClassName
{
color: #C17F85;
}
</style>
background-color css
<style>
a { background-color: #C17F85; }
a { background-color: rgb(193,127,133); }
div.DivClassName
{
background-color: #C17F85;
}
.BgClassName
{
background-color: #C17F85;
}
</style>
border-color css
<style>
span { border-color: #C17F85; }
span { border-color: rgb(193,127,133); }
td.TdClassName
{
border-color: #C17F85;
}
.TagClassName
{
border-color: #C17F85;
}
</style>