Shades of Link Water #C5CBCF
Tints of Link Water #C5CBCF
RGB
CMYK
RGB Variations
Color information
#C5CBCF (or 0xC5CBCF) is known color: Link Water. HEX triplet: C5, CB and CF. RGB value is (197,203,207). Sum of RGB (Red+Green+Blue) = 197+203+207=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCF is #3A3430. Grayscale: #C9C9C9. Windows color (decimal): -3814449 or 13618117. OLE color: 13618117.
HSL color Cylindrical-coordinate representation of color #C5CBCF: hue angle of 204º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CBCF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 203 | 207 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.19 |
| HSL | 204º | 0.09% | 0.79% | - |
| HSV(B) | 204º | 0.05% | 0.81% | - |
| XYZ | 55.64 | 59.09 | 67.5 | - |
| YUV | 201.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 207 | 0.05 | 0.02 | 0 | 0.19 | 204 | 0.09 | 0.79 |
| Hex | C5 | CB | CF | 5 | 2 | 0 | 13 | CC | 9 | 4F |
| Octal | 305 | 313 | 317 | 5 | 2 | 0 | 23 | 314 | 11 | 117 |
| Binary | 11000101 | 11001011 | 11001111 | 101 | 10 | 0 | 10011 | 11001100 | 1001 | 1001111 |
Color Harmonies of #C5CBCF
Complementary color
Monochromatic Colors of #C5CBCF
Black with #C5CBCF
Text Example
Text Example
White with #C5CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBCF; }
p { color: rgb(197,203,207); }
H1.HeaderClassName
{
color: #C5CBCF;
}
.AnyTagClassName
{
color: #C5CBCF;
}
</style>
background-color css
<style>
a { background-color: #C5CBCF; }
a { background-color: rgb(197,203,207); }
div.DivClassName
{
background-color: #C5CBCF;
}
.BgClassName
{
background-color: #C5CBCF;
}
</style>
border-color css
<style>
span { border-color: #C5CBCF; }
span { border-color: rgb(197,203,207); }
td.TdClassName
{
border-color: #C5CBCF;
}
.TagClassName
{
border-color: #C5CBCF;
}
</style>