Shades of Charm #C17A8D
Tints of Charm #C17A8D
RGB
CMYK
RGB Variations
Color information
#C17A8D (or 0xC17A8D) is known color: Charm. HEX triplet: C1, 7A and 8D. RGB value is (193,122,141). Sum of RGB (Red+Green+Blue) = 193+122+141=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A8D is #3E8572. Grayscale: #919191. Windows color (decimal): -4097395 or 9272001. OLE color: 9272001.
HSL color Cylindrical-coordinate representation of color #C17A8D: hue angle of 343.94º 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 #C17A8D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 141 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.24 |
| HSL | 343.94º | 0.36% | 0.62% | - |
| HSV(B) | 343.94º | 0.37% | 0.76% | - |
| XYZ | 33.76 | 27.18 | 28.67 | - |
| YUV | 145.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 141 | 0 | 0.37 | 0.27 | 0.24 | 343.94 | 0.36 | 0.62 |
| Hex | C1 | 7A | 8D | 0 | 25 | 1B | 18 | 158 | 24 | 3E |
| Octal | 301 | 172 | 215 | 0 | 45 | 33 | 30 | 530 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10001101 | 0 | 100101 | 11011 | 11000 | 101011000 | 100100 | 111110 |
Color Harmonies of #C17A8D
Complementary color
Monochromatic Colors of #C17A8D
Black with #C17A8D
Text Example
Text Example
White with #C17A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A8D; }
p { color: rgb(193,122,141); }
H1.HeaderClassName
{
color: #C17A8D;
}
.AnyTagClassName
{
color: #C17A8D;
}
</style>
background-color css
<style>
a { background-color: #C17A8D; }
a { background-color: rgb(193,122,141); }
div.DivClassName
{
background-color: #C17A8D;
}
.BgClassName
{
background-color: #C17A8D;
}
</style>
border-color css
<style>
span { border-color: #C17A8D; }
span { border-color: rgb(193,122,141); }
td.TdClassName
{
border-color: #C17A8D;
}
.TagClassName
{
border-color: #C17A8D;
}
</style>