Shades of Link Water #C9CACD
Tints of Link Water #C9CACD
RGB
CMYK
RGB Variations
Color information
#C9CACD (or 0xC9CACD) is known color: Link Water. HEX triplet: C9, CA and CD. RGB value is (201,202,205). Sum of RGB (Red+Green+Blue) = 201+202+205=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 205 - color contains mainly: blue. Hex color #C9CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACD is #363532. Grayscale: #CACACA. Windows color (decimal): -3552563 or 13486793. OLE color: 13486793.
HSL color Cylindrical-coordinate representation of color #C9CACD: hue angle of 225º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CACD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 202 | 205 | - |
CMYK | 0.02 | 0.01 | 0 | 0.20 |
HSL | 225º | 0.04% | 0.8% | - |
HSV(B) | 225º | 0.02% | 0.8% | - |
XYZ | 56.23 | 59.07 | 66.2 | - |
YUV | 202.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 205 | 0.02 | 0.01 | 0 | 0.20 | 225 | 0.04 | 0.8 |
Hex | C9 | CA | CD | 2 | 1 | 0 | 14 | E1 | 4 | 50 |
Octal | 311 | 312 | 315 | 2 | 1 | 0 | 24 | 341 | 4 | 120 |
Binary | 11001001 | 11001010 | 11001101 | 10 | 1 | 0 | 10100 | 11100001 | 100 | 1010000 |
Color Harmonies of #C9CACD
Complementary color
Monochromatic Colors of #C9CACD
Black with #C9CACD
Text Example
Text Example
White with #C9CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CACD; }
p { color: rgb(201,202,205); }
H1.HeaderClassName
{
color: #C9CACD;
}
.AnyTagClassName
{
color: #C9CACD;
}
</style>
background-color css
<style>
a { background-color: #C9CACD; }
a { background-color: rgb(201,202,205); }
div.DivClassName
{
background-color: #C9CACD;
}
.BgClassName
{
background-color: #C9CACD;
}
</style>
border-color css
<style>
span { border-color: #C9CACD; }
span { border-color: rgb(201,202,205); }
td.TdClassName
{
border-color: #C9CACD;
}
.TagClassName
{
border-color: #C9CACD;
}
</style>