Shades of Charm #C1788E
Tints of Charm #C1788E
RGB
CMYK
RGB Variations
Color information
#C1788E (or 0xC1788E) is known color: Charm. HEX triplet: C1, 78 and 8E. RGB value is (193,120,142). Sum of RGB (Red+Green+Blue) = 193+120+142=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1788E is #3E8771. Grayscale: #909090. Windows color (decimal): -4097906 or 9337025. OLE color: 9337025.
HSL color Cylindrical-coordinate representation of color #C1788E: hue angle of 341.92º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1788E is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 142 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.24 |
| HSL | 341.92º | 0.37% | 0.61% | - |
| HSV(B) | 341.92º | 0.38% | 0.76% | - |
| XYZ | 33.59 | 26.72 | 28.98 | - |
| YUV | 144.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 142 | 0 | 0.38 | 0.26 | 0.24 | 341.92 | 0.37 | 0.61 |
| Hex | C1 | 78 | 8E | 0 | 26 | 1A | 18 | 156 | 25 | 3D |
| Octal | 301 | 170 | 216 | 0 | 46 | 32 | 30 | 526 | 45 | 75 |
| Binary | 11000001 | 1111000 | 10001110 | 0 | 100110 | 11010 | 11000 | 101010110 | 100101 | 111101 |
Color Harmonies of #C1788E
Complementary color
Monochromatic Colors of #C1788E
Black with #C1788E
Text Example
Text Example
White with #C1788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1788E; }
p { color: rgb(193,120,142); }
H1.HeaderClassName
{
color: #C1788E;
}
.AnyTagClassName
{
color: #C1788E;
}
</style>
background-color css
<style>
a { background-color: #C1788E; }
a { background-color: rgb(193,120,142); }
div.DivClassName
{
background-color: #C1788E;
}
.BgClassName
{
background-color: #C1788E;
}
</style>
border-color css
<style>
span { border-color: #C1788E; }
span { border-color: rgb(193,120,142); }
td.TdClassName
{
border-color: #C1788E;
}
.TagClassName
{
border-color: #C1788E;
}
</style>