Shades of Link Water #C5C9D0
Tints of Link Water #C5C9D0
RGB
CMYK
RGB Variations
Color information
#C5C9D0 (or 0xC5C9D0) is known color: Link Water. HEX triplet: C5, C9 and D0. RGB value is (197,201,208). Sum of RGB (Red+Green+Blue) = 197+201+208=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9D0 is #3A362F. Grayscale: #C8C8C8. Windows color (decimal): -3814960 or 13683141. OLE color: 13683141.
HSL color Cylindrical-coordinate representation of color #C5C9D0: hue angle of 218.18º 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 #C5C9D0 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 201 | 208 | - |
CMYK | 0.05 | 0.03 | 0 | 0.18 |
HSL | 218.18º | 0.1% | 0.79% | - |
HSV(B) | 218.18º | 0.05% | 0.82% | - |
XYZ | 55.3 | 58.2 | 67.99 | - |
YUV | 200.6 | 132.17 | 125.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 201 | 208 | 0.05 | 0.03 | 0 | 0.18 | 218.18 | 0.1 | 0.79 |
Hex | C5 | C9 | D0 | 5 | 3 | 0 | 12 | DA | A | 4F |
Octal | 305 | 311 | 320 | 5 | 3 | 0 | 22 | 332 | 12 | 117 |
Binary | 11000101 | 11001001 | 11010000 | 101 | 11 | 0 | 10010 | 11011010 | 1010 | 1001111 |
Color Harmonies of #C5C9D0
Complementary color
Monochromatic Colors of #C5C9D0
Black with #C5C9D0
Text Example
Text Example
White with #C5C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9D0; }
p { color: rgb(197,201,208); }
H1.HeaderClassName
{
color: #C5C9D0;
}
.AnyTagClassName
{
color: #C5C9D0;
}
</style>
background-color css
<style>
a { background-color: #C5C9D0; }
a { background-color: rgb(197,201,208); }
div.DivClassName
{
background-color: #C5C9D0;
}
.BgClassName
{
background-color: #C5C9D0;
}
</style>
border-color css
<style>
span { border-color: #C5C9D0; }
span { border-color: rgb(197,201,208); }
td.TdClassName
{
border-color: #C5C9D0;
}
.TagClassName
{
border-color: #C5C9D0;
}
</style>