Shades of Charm #C17A84
Tints of Charm #C17A84
RGB
CMYK
RGB Variations
Color information
#C17A84 (or 0xC17A84) is known color: Charm. HEX triplet: C1, 7A and 84. RGB value is (193,122,132). Sum of RGB (Red+Green+Blue) = 193+122+132=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A84 is #3E857B. Grayscale: #909090. Windows color (decimal): -4097404 or 8682177. OLE color: 8682177.
HSL color Cylindrical-coordinate representation of color #C17A84: hue angle of 351.55º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17A84 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 132 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.24 |
| HSL | 351.55º | 0.36% | 0.62% | - |
| HSV(B) | 351.55º | 0.37% | 0.76% | - |
| XYZ | 33.12 | 26.92 | 25.28 | - |
| YUV | 144.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 132 | 0 | 0.37 | 0.32 | 0.24 | 351.55 | 0.36 | 0.62 |
| Hex | C1 | 7A | 84 | 0 | 25 | 20 | 18 | 160 | 24 | 3E |
| Octal | 301 | 172 | 204 | 0 | 45 | 40 | 30 | 540 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10000100 | 0 | 100101 | 100000 | 11000 | 101100000 | 100100 | 111110 |
Color Harmonies of #C17A84
Complementary color
Monochromatic Colors of #C17A84
Black with #C17A84
Text Example
Text Example
White with #C17A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A84; }
p { color: rgb(193,122,132); }
H1.HeaderClassName
{
color: #C17A84;
}
.AnyTagClassName
{
color: #C17A84;
}
</style>
background-color css
<style>
a { background-color: #C17A84; }
a { background-color: rgb(193,122,132); }
div.DivClassName
{
background-color: #C17A84;
}
.BgClassName
{
background-color: #C17A84;
}
</style>
border-color css
<style>
span { border-color: #C17A84; }
span { border-color: rgb(193,122,132); }
td.TdClassName
{
border-color: #C17A84;
}
.TagClassName
{
border-color: #C17A84;
}
</style>