Shades of Link Water #C1C6CF
Tints of Link Water #C1C6CF
RGB
CMYK
RGB Variations
Color information
#C1C6CF (or 0xC1C6CF) is known color: Link Water. HEX triplet: C1, C6 and CF. RGB value is (193,198,207). Sum of RGB (Red+Green+Blue) = 193+198+207=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C6CF is #3E3930. Grayscale: #C5C5C5. Windows color (decimal): -4077873 or 13616833. OLE color: 13616833.
HSL color Cylindrical-coordinate representation of color #C1C6CF: hue angle of 218.57º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1C6CF is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 198 | 207 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.19 |
| HSL | 218.57º | 0.13% | 0.78% | - |
| HSV(B) | 218.57º | 0.07% | 0.81% | - |
| XYZ | 53.45 | 56.23 | 67.07 | - |
| YUV | 197.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 198 | 207 | 0.07 | 0.04 | 0 | 0.19 | 218.57 | 0.13 | 0.78 |
| Hex | C1 | C6 | CF | 7 | 4 | 0 | 13 | DB | D | 4E |
| Octal | 301 | 306 | 317 | 7 | 4 | 0 | 23 | 333 | 15 | 116 |
| Binary | 11000001 | 11000110 | 11001111 | 111 | 100 | 0 | 10011 | 11011011 | 1101 | 1001110 |
Color Harmonies of #C1C6CF
Complementary color
Monochromatic Colors of #C1C6CF
Black with #C1C6CF
Text Example
Text Example
White with #C1C6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C6CF; }
p { color: rgb(193,198,207); }
H1.HeaderClassName
{
color: #C1C6CF;
}
.AnyTagClassName
{
color: #C1C6CF;
}
</style>
background-color css
<style>
a { background-color: #C1C6CF; }
a { background-color: rgb(193,198,207); }
div.DivClassName
{
background-color: #C1C6CF;
}
.BgClassName
{
background-color: #C1C6CF;
}
</style>
border-color css
<style>
span { border-color: #C1C6CF; }
span { border-color: rgb(193,198,207); }
td.TdClassName
{
border-color: #C1C6CF;
}
.TagClassName
{
border-color: #C1C6CF;
}
</style>