Shades of Charm #C17F84
Tints of Charm #C17F84
RGB
CMYK
RGB Variations
Color information
#C17F84 (or 0xC17F84) is known color: Charm. HEX triplet: C1, 7F and 84. RGB value is (193,127,132). Sum of RGB (Red+Green+Blue) = 193+127+132=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17F84 is #3E807B. Grayscale: #939393. Windows color (decimal): -4096124 or 8683457. OLE color: 8683457.
HSL color Cylindrical-coordinate representation of color #C17F84: hue angle of 355.45º 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 #C17F84 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 132 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.24 |
| HSL | 355.45º | 0.35% | 0.63% | - |
| HSV(B) | 355.45º | 0.34% | 0.76% | - |
| XYZ | 33.75 | 28.18 | 25.49 | - |
| YUV | 147.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 132 | 0 | 0.34 | 0.32 | 0.24 | 355.45 | 0.35 | 0.63 |
| Hex | C1 | 7F | 84 | 0 | 22 | 20 | 18 | 163 | 23 | 3F |
| Octal | 301 | 177 | 204 | 0 | 42 | 40 | 30 | 543 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10000100 | 0 | 100010 | 100000 | 11000 | 101100011 | 100011 | 111111 |
Color Harmonies of #C17F84
Complementary color
Monochromatic Colors of #C17F84
Black with #C17F84
Text Example
Text Example
White with #C17F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17F84; }
p { color: rgb(193,127,132); }
H1.HeaderClassName
{
color: #C17F84;
}
.AnyTagClassName
{
color: #C17F84;
}
</style>
background-color css
<style>
a { background-color: #C17F84; }
a { background-color: rgb(193,127,132); }
div.DivClassName
{
background-color: #C17F84;
}
.BgClassName
{
background-color: #C17F84;
}
</style>
border-color css
<style>
span { border-color: #C17F84; }
span { border-color: rgb(193,127,132); }
td.TdClassName
{
border-color: #C17F84;
}
.TagClassName
{
border-color: #C17F84;
}
</style>