Shades of Link Water #C1C5CF
Tints of Link Water #C1C5CF
RGB
CMYK
RGB Variations
Color information
#C1C5CF (or 0xC1C5CF) is known color: Link Water. HEX triplet: C1, C5 and CF. RGB value is (193,197,207). Sum of RGB (Red+Green+Blue) = 193+197+207=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1C5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C5CF is #3E3A30. Grayscale: #C4C4C4. Windows color (decimal): -4078129 or 13616577. OLE color: 13616577.
HSL color Cylindrical-coordinate representation of color #C1C5CF: hue angle of 222.86º 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 #C1C5CF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 197 | 207 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.19 |
| HSL | 222.86º | 0.13% | 0.78% | - |
| HSV(B) | 222.86º | 0.07% | 0.81% | - |
| XYZ | 53.22 | 55.77 | 66.99 | - |
| YUV | 196.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 207 | 0.07 | 0.05 | 0 | 0.19 | 222.86 | 0.13 | 0.78 |
| Hex | C1 | C5 | CF | 7 | 5 | 0 | 13 | DF | D | 4E |
| Octal | 301 | 305 | 317 | 7 | 5 | 0 | 23 | 337 | 15 | 116 |
| Binary | 11000001 | 11000101 | 11001111 | 111 | 101 | 0 | 10011 | 11011111 | 1101 | 1001110 |
Color Harmonies of #C1C5CF
Complementary color
Monochromatic Colors of #C1C5CF
Black with #C1C5CF
Text Example
Text Example
White with #C1C5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5CF; }
p { color: rgb(193,197,207); }
H1.HeaderClassName
{
color: #C1C5CF;
}
.AnyTagClassName
{
color: #C1C5CF;
}
</style>
background-color css
<style>
a { background-color: #C1C5CF; }
a { background-color: rgb(193,197,207); }
div.DivClassName
{
background-color: #C1C5CF;
}
.BgClassName
{
background-color: #C1C5CF;
}
</style>
border-color css
<style>
span { border-color: #C1C5CF; }
span { border-color: rgb(193,197,207); }
td.TdClassName
{
border-color: #C1C5CF;
}
.TagClassName
{
border-color: #C1C5CF;
}
</style>