Shades of Charm #C1798A
Tints of Charm #C1798A
RGB
CMYK
RGB Variations
Color information
#C1798A (or 0xC1798A) is known color: Charm. HEX triplet: C1, 79 and 8A. RGB value is (193,121,138). Sum of RGB (Red+Green+Blue) = 193+121+138=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1798A is #3E8675. Grayscale: #909090. Windows color (decimal): -4097654 or 9075137. OLE color: 9075137.
HSL color Cylindrical-coordinate representation of color #C1798A: hue angle of 345.83º 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 #C1798A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 138 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.24 |
| HSL | 345.83º | 0.37% | 0.62% | - |
| HSV(B) | 345.83º | 0.37% | 0.76% | - |
| XYZ | 33.42 | 26.85 | 27.47 | - |
| YUV | 144.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 138 | 0 | 0.37 | 0.28 | 0.24 | 345.83 | 0.37 | 0.62 |
| Hex | C1 | 79 | 8A | 0 | 25 | 1C | 18 | 15A | 25 | 3E |
| Octal | 301 | 171 | 212 | 0 | 45 | 34 | 30 | 532 | 45 | 76 |
| Binary | 11000001 | 1111001 | 10001010 | 0 | 100101 | 11100 | 11000 | 101011010 | 100101 | 111110 |
Color Harmonies of #C1798A
Complementary color
Monochromatic Colors of #C1798A
Black with #C1798A
Text Example
Text Example
White with #C1798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1798A; }
p { color: rgb(193,121,138); }
H1.HeaderClassName
{
color: #C1798A;
}
.AnyTagClassName
{
color: #C1798A;
}
</style>
background-color css
<style>
a { background-color: #C1798A; }
a { background-color: rgb(193,121,138); }
div.DivClassName
{
background-color: #C1798A;
}
.BgClassName
{
background-color: #C1798A;
}
</style>
border-color css
<style>
span { border-color: #C1798A; }
span { border-color: rgb(193,121,138); }
td.TdClassName
{
border-color: #C1798A;
}
.TagClassName
{
border-color: #C1798A;
}
</style>