Shades of Link Water #C5CACD
Tints of Link Water #C5CACD
RGB
CMYK
RGB Variations
Color information
#C5CACD (or 0xC5CACD) is known color: Link Water. HEX triplet: C5, CA and CD. RGB value is (197,202,205). Sum of RGB (Red+Green+Blue) = 197+202+205=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CACD is #3A3532. Grayscale: #C8C8C8. Windows color (decimal): -3814707 or 13486789. OLE color: 13486789.
HSL color Cylindrical-coordinate representation of color #C5CACD: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CACD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 202 | 205 | - |
CMYK | 0.04 | 0.01 | 0 | 0.20 |
HSL | 202.5º | 0.07% | 0.79% | - |
HSV(B) | 202.5º | 0.04% | 0.8% | - |
XYZ | 55.17 | 58.52 | 66.15 | - |
YUV | 200.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 205 | 0.04 | 0.01 | 0 | 0.20 | 202.5 | 0.07 | 0.79 |
Hex | C5 | CA | CD | 4 | 1 | 0 | 14 | CA | 7 | 4F |
Octal | 305 | 312 | 315 | 4 | 1 | 0 | 24 | 312 | 7 | 117 |
Binary | 11000101 | 11001010 | 11001101 | 100 | 1 | 0 | 10100 | 11001010 | 111 | 1001111 |
Color Harmonies of #C5CACD
Complementary color
Monochromatic Colors of #C5CACD
Black with #C5CACD
Text Example
Text Example
White with #C5CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CACD; }
p { color: rgb(197,202,205); }
H1.HeaderClassName
{
color: #C5CACD;
}
.AnyTagClassName
{
color: #C5CACD;
}
</style>
background-color css
<style>
a { background-color: #C5CACD; }
a { background-color: rgb(197,202,205); }
div.DivClassName
{
background-color: #C5CACD;
}
.BgClassName
{
background-color: #C5CACD;
}
</style>
border-color css
<style>
span { border-color: #C5CACD; }
span { border-color: rgb(197,202,205); }
td.TdClassName
{
border-color: #C5CACD;
}
.TagClassName
{
border-color: #C5CACD;
}
</style>