Shades of Charm #C1768C
Tints of Charm #C1768C
RGB
CMYK
RGB Variations
Color information
#C1768C (or 0xC1768C) is known color: Charm. HEX triplet: C1, 76 and 8C. RGB value is (193,118,140). Sum of RGB (Red+Green+Blue) = 193+118+140=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768C is #3E8973. Grayscale: #8E8E8E. Windows color (decimal): -4098420 or 9205441. OLE color: 9205441.
HSL color Cylindrical-coordinate representation of color #C1768C: hue angle of 342.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1768C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 140 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.24 |
| HSL | 342.4º | 0.38% | 0.61% | - |
| HSV(B) | 342.4º | 0.39% | 0.76% | - |
| XYZ | 33.2 | 26.19 | 28.12 | - |
| YUV | 142.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 140 | 0 | 0.39 | 0.27 | 0.24 | 342.4 | 0.38 | 0.61 |
| Hex | C1 | 76 | 8C | 0 | 27 | 1B | 18 | 156 | 26 | 3D |
| Octal | 301 | 166 | 214 | 0 | 47 | 33 | 30 | 526 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10001100 | 0 | 100111 | 11011 | 11000 | 101010110 | 100110 | 111101 |
Color Harmonies of #C1768C
Complementary color
Monochromatic Colors of #C1768C
Black with #C1768C
Text Example
Text Example
White with #C1768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1768C; }
p { color: rgb(193,118,140); }
H1.HeaderClassName
{
color: #C1768C;
}
.AnyTagClassName
{
color: #C1768C;
}
</style>
background-color css
<style>
a { background-color: #C1768C; }
a { background-color: rgb(193,118,140); }
div.DivClassName
{
background-color: #C1768C;
}
.BgClassName
{
background-color: #C1768C;
}
</style>
border-color css
<style>
span { border-color: #C1768C; }
span { border-color: rgb(193,118,140); }
td.TdClassName
{
border-color: #C1768C;
}
.TagClassName
{
border-color: #C1768C;
}
</style>