Shades of Charm #C17A80
Tints of Charm #C17A80
RGB
CMYK
RGB Variations
Color information
#C17A80 (or 0xC17A80) is known color: Charm. HEX triplet: C1, 7A and 80. RGB value is (193,122,128). Sum of RGB (Red+Green+Blue) = 193+122+128=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17A80 is #3E857F. Grayscale: #8F8F8F. Windows color (decimal): -4097408 or 8420033. OLE color: 8420033.
HSL color Cylindrical-coordinate representation of color #C17A80: hue angle of 354.93º 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 #C17A80 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 128 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.24 |
| HSL | 354.93º | 0.36% | 0.62% | - |
| HSV(B) | 354.93º | 0.37% | 0.76% | - |
| XYZ | 32.85 | 26.82 | 23.87 | - |
| YUV | 143.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 128 | 0 | 0.37 | 0.34 | 0.24 | 354.93 | 0.36 | 0.62 |
| Hex | C1 | 7A | 80 | 0 | 25 | 22 | 18 | 163 | 24 | 3E |
| Octal | 301 | 172 | 200 | 0 | 45 | 42 | 30 | 543 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10000000 | 0 | 100101 | 100010 | 11000 | 101100011 | 100100 | 111110 |
Color Harmonies of #C17A80
Complementary color
Monochromatic Colors of #C17A80
Black with #C17A80
Text Example
Text Example
White with #C17A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A80; }
p { color: rgb(193,122,128); }
H1.HeaderClassName
{
color: #C17A80;
}
.AnyTagClassName
{
color: #C17A80;
}
</style>
background-color css
<style>
a { background-color: #C17A80; }
a { background-color: rgb(193,122,128); }
div.DivClassName
{
background-color: #C17A80;
}
.BgClassName
{
background-color: #C17A80;
}
</style>
border-color css
<style>
span { border-color: #C17A80; }
span { border-color: rgb(193,122,128); }
td.TdClassName
{
border-color: #C17A80;
}
.TagClassName
{
border-color: #C17A80;
}
</style>