Shades of Link Water #C1C5CB
Tints of Link Water #C1C5CB
RGB
CMYK
RGB Variations
Color information
#C1C5CB (or 0xC1C5CB) is known color: Link Water. HEX triplet: C1, C5 and CB. RGB value is (193,197,203). Sum of RGB (Red+Green+Blue) = 193+197+203=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C5CB is #3E3A34. Grayscale: #C4C4C4. Windows color (decimal): -4078133 or 13354433. OLE color: 13354433.
HSL color Cylindrical-coordinate representation of color #C1C5CB: hue angle of 216º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1C5CB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 197 | 203 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.20 |
| HSL | 216º | 0.09% | 0.78% | - |
| HSV(B) | 216º | 0.05% | 0.8% | - |
| XYZ | 52.74 | 55.58 | 64.45 | - |
| YUV | 196.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 203 | 0.05 | 0.03 | 0 | 0.20 | 216 | 0.09 | 0.78 |
| Hex | C1 | C5 | CB | 5 | 3 | 0 | 14 | D8 | 9 | 4E |
| Octal | 301 | 305 | 313 | 5 | 3 | 0 | 24 | 330 | 11 | 116 |
| Binary | 11000001 | 11000101 | 11001011 | 101 | 11 | 0 | 10100 | 11011000 | 1001 | 1001110 |
Color Harmonies of #C1C5CB
Complementary color
Monochromatic Colors of #C1C5CB
Black with #C1C5CB
Text Example
Text Example
White with #C1C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C5CB; }
p { color: rgb(193,197,203); }
H1.HeaderClassName
{
color: #C1C5CB;
}
.AnyTagClassName
{
color: #C1C5CB;
}
</style>
background-color css
<style>
a { background-color: #C1C5CB; }
a { background-color: rgb(193,197,203); }
div.DivClassName
{
background-color: #C1C5CB;
}
.BgClassName
{
background-color: #C1C5CB;
}
</style>
border-color css
<style>
span { border-color: #C1C5CB; }
span { border-color: rgb(193,197,203); }
td.TdClassName
{
border-color: #C1C5CB;
}
.TagClassName
{
border-color: #C1C5CB;
}
</style>