Shades of Charm #C1778C
Tints of Charm #C1778C
RGB
CMYK
RGB Variations
Color information
#C1778C (or 0xC1778C) is known color: Charm. HEX triplet: C1, 77 and 8C. RGB value is (193,119,140). Sum of RGB (Red+Green+Blue) = 193+119+140=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1778C is #3E8873. Grayscale: #8F8F8F. Windows color (decimal): -4098164 or 9205697. OLE color: 9205697.
HSL color Cylindrical-coordinate representation of color #C1778C: hue angle of 342.97º 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 #C1778C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 140 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.24 |
| HSL | 342.97º | 0.37% | 0.61% | - |
| HSV(B) | 342.97º | 0.38% | 0.76% | - |
| XYZ | 33.32 | 26.42 | 28.16 | - |
| YUV | 143.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 140 | 0 | 0.38 | 0.27 | 0.24 | 342.97 | 0.37 | 0.61 |
| Hex | C1 | 77 | 8C | 0 | 26 | 1B | 18 | 157 | 25 | 3D |
| Octal | 301 | 167 | 214 | 0 | 46 | 33 | 30 | 527 | 45 | 75 |
| Binary | 11000001 | 1110111 | 10001100 | 0 | 100110 | 11011 | 11000 | 101010111 | 100101 | 111101 |
Color Harmonies of #C1778C
Complementary color
Monochromatic Colors of #C1778C
Black with #C1778C
Text Example
Text Example
White with #C1778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1778C; }
p { color: rgb(193,119,140); }
H1.HeaderClassName
{
color: #C1778C;
}
.AnyTagClassName
{
color: #C1778C;
}
</style>
background-color css
<style>
a { background-color: #C1778C; }
a { background-color: rgb(193,119,140); }
div.DivClassName
{
background-color: #C1778C;
}
.BgClassName
{
background-color: #C1778C;
}
</style>
border-color css
<style>
span { border-color: #C1778C; }
span { border-color: rgb(193,119,140); }
td.TdClassName
{
border-color: #C1778C;
}
.TagClassName
{
border-color: #C1778C;
}
</style>