Shades of Link Water #C5C7CB
Tints of Link Water #C5C7CB
RGB
CMYK
RGB Variations
Color information
#C5C7CB (or 0xC5C7CB) is known color: Link Water. HEX triplet: C5, C7 and CB. RGB value is (197,199,203). Sum of RGB (Red+Green+Blue) = 197+199+203=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 203 - color contains mainly: blue. Hex color #C5C7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7CB is #3A3834. Grayscale: #C6C6C6. Windows color (decimal): -3815477 or 13354949. OLE color: 13354949.
HSL color Cylindrical-coordinate representation of color #C5C7CB: hue angle of 220º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C7CB is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 199 | 203 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.20 |
| HSL | 220º | 0.05% | 0.78% | - |
| HSV(B) | 220º | 0.03% | 0.8% | - |
| XYZ | 54.23 | 57.03 | 64.65 | - |
| YUV | 198.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 203 | 0.03 | 0.02 | 0 | 0.20 | 220 | 0.05 | 0.78 |
| Hex | C5 | C7 | CB | 3 | 2 | 0 | 14 | DC | 5 | 4E |
| Octal | 305 | 307 | 313 | 3 | 2 | 0 | 24 | 334 | 5 | 116 |
| Binary | 11000101 | 11000111 | 11001011 | 11 | 10 | 0 | 10100 | 11011100 | 101 | 1001110 |
Color Harmonies of #C5C7CB
Complementary color
Monochromatic Colors of #C5C7CB
Black with #C5C7CB
Text Example
Text Example
White with #C5C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7CB; }
p { color: rgb(197,199,203); }
H1.HeaderClassName
{
color: #C5C7CB;
}
.AnyTagClassName
{
color: #C5C7CB;
}
</style>
background-color css
<style>
a { background-color: #C5C7CB; }
a { background-color: rgb(197,199,203); }
div.DivClassName
{
background-color: #C5C7CB;
}
.BgClassName
{
background-color: #C5C7CB;
}
</style>
border-color css
<style>
span { border-color: #C5C7CB; }
span { border-color: rgb(197,199,203); }
td.TdClassName
{
border-color: #C5C7CB;
}
.TagClassName
{
border-color: #C5C7CB;
}
</style>