Shades of Charm #C17980
Tints of Charm #C17980
RGB
CMYK
RGB Variations
Color information
#C17980 (or 0xC17980) is known color: Charm. HEX triplet: C1, 79 and 80. RGB value is (193,121,128). Sum of RGB (Red+Green+Blue) = 193+121+128=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C17980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17980 is #3E867F. Grayscale: #8F8F8F. Windows color (decimal): -4097664 or 8419777. OLE color: 8419777.
HSL color Cylindrical-coordinate representation of color #C17980: hue angle of 354.17º degrees, saturation: 0.37, 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 #C17980 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 128 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.24 |
| HSL | 354.17º | 0.37% | 0.62% | - |
| HSV(B) | 354.17º | 0.37% | 0.76% | - |
| XYZ | 32.73 | 26.57 | 23.83 | - |
| YUV | 143.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 128 | 0 | 0.37 | 0.34 | 0.24 | 354.17 | 0.37 | 0.62 |
| Hex | C1 | 79 | 80 | 0 | 25 | 22 | 18 | 162 | 25 | 3E |
| Octal | 301 | 171 | 200 | 0 | 45 | 42 | 30 | 542 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10000000 | 0 | 100101 | 100010 | 11000 | 101100010 | 100101 | 111110 |
Color Harmonies of #C17980
Complementary color
Monochromatic Colors of #C17980
Black with #C17980
Text Example
Text Example
White with #C17980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17980; }
p { color: rgb(193,121,128); }
H1.HeaderClassName
{
color: #C17980;
}
.AnyTagClassName
{
color: #C17980;
}
</style>
background-color css
<style>
a { background-color: #C17980; }
a { background-color: rgb(193,121,128); }
div.DivClassName
{
background-color: #C17980;
}
.BgClassName
{
background-color: #C17980;
}
</style>
border-color css
<style>
span { border-color: #C17980; }
span { border-color: rgb(193,121,128); }
td.TdClassName
{
border-color: #C17980;
}
.TagClassName
{
border-color: #C17980;
}
</style>