Shades of Charm #C1798B
Tints of Charm #C1798B
RGB
CMYK
RGB Variations
Color information
#C1798B (or 0xC1798B) is known color: Charm. HEX triplet: C1, 79 and 8B. RGB value is (193,121,139). Sum of RGB (Red+Green+Blue) = 193+121+139=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1798B is #3E8674. Grayscale: #909090. Windows color (decimal): -4097653 or 9140673. OLE color: 9140673.
HSL color Cylindrical-coordinate representation of color #C1798B: hue angle of 345º 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 #C1798B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 139 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 345º | 0.37% | 0.62% | - |
| HSV(B) | 345º | 0.37% | 0.76% | - |
| XYZ | 33.49 | 26.88 | 27.85 | - |
| YUV | 144.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 139 | 0 | 0.37 | 0.28 | 0.24 | 345 | 0.37 | 0.62 |
| Hex | C1 | 79 | 8B | 0 | 25 | 1C | 18 | 159 | 25 | 3E |
| Octal | 301 | 171 | 213 | 0 | 45 | 34 | 30 | 531 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10001011 | 0 | 100101 | 11100 | 11000 | 101011001 | 100101 | 111110 |
Color Harmonies of #C1798B
Complementary color
Monochromatic Colors of #C1798B
Black with #C1798B
Text Example
Text Example
White with #C1798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1798B; }
p { color: rgb(193,121,139); }
H1.HeaderClassName
{
color: #C1798B;
}
.AnyTagClassName
{
color: #C1798B;
}
</style>
background-color css
<style>
a { background-color: #C1798B; }
a { background-color: rgb(193,121,139); }
div.DivClassName
{
background-color: #C1798B;
}
.BgClassName
{
background-color: #C1798B;
}
</style>
border-color css
<style>
span { border-color: #C1798B; }
span { border-color: rgb(193,121,139); }
td.TdClassName
{
border-color: #C1798B;
}
.TagClassName
{
border-color: #C1798B;
}
</style>