Shades of Charm #C17A81
Tints of Charm #C17A81
RGB
CMYK
RGB Variations
Color information
#C17A81 (or 0xC17A81) is known color: Charm. HEX triplet: C1, 7A and 81. RGB value is (193,122,129). Sum of RGB (Red+Green+Blue) = 193+122+129=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A81 is #3E857E. Grayscale: #909090. Windows color (decimal): -4097407 or 8485569. OLE color: 8485569.
HSL color Cylindrical-coordinate representation of color #C17A81: hue angle of 354.08º 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 #C17A81 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 129 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.24 |
| HSL | 354.08º | 0.36% | 0.62% | - |
| HSV(B) | 354.08º | 0.37% | 0.76% | - |
| XYZ | 32.91 | 26.84 | 24.22 | - |
| YUV | 144.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 129 | 0 | 0.37 | 0.33 | 0.24 | 354.08 | 0.36 | 0.62 |
| Hex | C1 | 7A | 81 | 0 | 25 | 21 | 18 | 162 | 24 | 3E |
| Octal | 301 | 172 | 201 | 0 | 45 | 41 | 30 | 542 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10000001 | 0 | 100101 | 100001 | 11000 | 101100010 | 100100 | 111110 |
Color Harmonies of #C17A81
Complementary color
Monochromatic Colors of #C17A81
Black with #C17A81
Text Example
Text Example
White with #C17A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A81; }
p { color: rgb(193,122,129); }
H1.HeaderClassName
{
color: #C17A81;
}
.AnyTagClassName
{
color: #C17A81;
}
</style>
background-color css
<style>
a { background-color: #C17A81; }
a { background-color: rgb(193,122,129); }
div.DivClassName
{
background-color: #C17A81;
}
.BgClassName
{
background-color: #C17A81;
}
</style>
border-color css
<style>
span { border-color: #C17A81; }
span { border-color: rgb(193,122,129); }
td.TdClassName
{
border-color: #C17A81;
}
.TagClassName
{
border-color: #C17A81;
}
</style>