Shades of Link Water #C5CBD0
Tints of Link Water #C5CBD0
RGB
CMYK
RGB Variations
Color information
#C5CBD0 (or 0xC5CBD0) is known color: Link Water. HEX triplet: C5, CB and D0. RGB value is (197,203,208). Sum of RGB (Red+Green+Blue) = 197+203+208=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBD0 is #3A342F. Grayscale: #C9C9C9. Windows color (decimal): -3814448 or 13683653. OLE color: 13683653.
HSL color Cylindrical-coordinate representation of color #C5CBD0: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CBD0 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 203 | 208 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.18 |
| HSL | 207.27º | 0.1% | 0.79% | - |
| HSV(B) | 207.27º | 0.05% | 0.82% | - |
| XYZ | 55.77 | 59.14 | 68.15 | - |
| YUV | 201.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 208 | 0.05 | 0.02 | 0 | 0.18 | 207.27 | 0.1 | 0.79 |
| Hex | C5 | CB | D0 | 5 | 2 | 0 | 12 | CF | A | 4F |
| Octal | 305 | 313 | 320 | 5 | 2 | 0 | 22 | 317 | 12 | 117 |
| Binary | 11000101 | 11001011 | 11010000 | 101 | 10 | 0 | 10010 | 11001111 | 1010 | 1001111 |
Color Harmonies of #C5CBD0
Complementary color
Monochromatic Colors of #C5CBD0
Black with #C5CBD0
Text Example
Text Example
White with #C5CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBD0; }
p { color: rgb(197,203,208); }
H1.HeaderClassName
{
color: #C5CBD0;
}
.AnyTagClassName
{
color: #C5CBD0;
}
</style>
background-color css
<style>
a { background-color: #C5CBD0; }
a { background-color: rgb(197,203,208); }
div.DivClassName
{
background-color: #C5CBD0;
}
.BgClassName
{
background-color: #C5CBD0;
}
</style>
border-color css
<style>
span { border-color: #C5CBD0; }
span { border-color: rgb(197,203,208); }
td.TdClassName
{
border-color: #C5CBD0;
}
.TagClassName
{
border-color: #C5CBD0;
}
</style>