Shades of Link Water #C5C9CF
Tints of Link Water #C5C9CF
RGB
CMYK
RGB Variations
Color information
#C5C9CF (or 0xC5C9CF) is known color: Link Water. HEX triplet: C5, C9 and CF. RGB value is (197,201,207). Sum of RGB (Red+Green+Blue) = 197+201+207=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9CF is #3A3630. Grayscale: #C8C8C8. Windows color (decimal): -3814961 or 13617605. OLE color: 13617605.
HSL color Cylindrical-coordinate representation of color #C5C9CF: hue angle of 216º 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 #C5C9CF is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 201 | 207 | - |
CMYK | 0.05 | 0.03 | 0 | 0.19 |
HSL | 216º | 0.09% | 0.79% | - |
HSV(B) | 216º | 0.05% | 0.81% | - |
XYZ | 55.18 | 58.15 | 67.35 | - |
YUV | 200.49 | 131.67 | 125.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 201 | 207 | 0.05 | 0.03 | 0 | 0.19 | 216 | 0.09 | 0.79 |
Hex | C5 | C9 | CF | 5 | 3 | 0 | 13 | D8 | 9 | 4F |
Octal | 305 | 311 | 317 | 5 | 3 | 0 | 23 | 330 | 11 | 117 |
Binary | 11000101 | 11001001 | 11001111 | 101 | 11 | 0 | 10011 | 11011000 | 1001 | 1001111 |
Color Harmonies of #C5C9CF
Complementary color
Monochromatic Colors of #C5C9CF
Black with #C5C9CF
Text Example
Text Example
White with #C5C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9CF; }
p { color: rgb(197,201,207); }
H1.HeaderClassName
{
color: #C5C9CF;
}
.AnyTagClassName
{
color: #C5C9CF;
}
</style>
background-color css
<style>
a { background-color: #C5C9CF; }
a { background-color: rgb(197,201,207); }
div.DivClassName
{
background-color: #C5C9CF;
}
.BgClassName
{
background-color: #C5C9CF;
}
</style>
border-color css
<style>
span { border-color: #C5C9CF; }
span { border-color: rgb(197,201,207); }
td.TdClassName
{
border-color: #C5C9CF;
}
.TagClassName
{
border-color: #C5C9CF;
}
</style>