Shades of Link Water #C9CACC
Tints of Link Water #C9CACC
RGB
CMYK
RGB Variations
Color information
#C9CACC (or 0xC9CACC) is known color: Link Water. HEX triplet: C9, CA and CC. RGB value is (201,202,204). Sum of RGB (Red+Green+Blue) = 201+202+204=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CACC is #363533. Grayscale: #C9C9C9. Windows color (decimal): -3552564 or 13421257. OLE color: 13421257.
HSL color Cylindrical-coordinate representation of color #C9CACC: hue angle of 220º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CACC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 201 | 202 | 204 | - |
CMYK | 0.01 | 0.01 | 0 | 0.2 |
HSL | 220º | 0.03% | 0.79% | - |
HSV(B) | 220º | 0.01% | 0.8% | - |
XYZ | 56.11 | 59.02 | 65.56 | - |
YUV | 201.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 204 | 0.01 | 0.01 | 0 | 0.2 | 220 | 0.03 | 0.79 |
Hex | C9 | CA | CC | 1 | 1 | 0 | 14 | DC | 3 | 4F |
Octal | 311 | 312 | 314 | 1 | 1 | 0 | 24 | 334 | 3 | 117 |
Binary | 11001001 | 11001010 | 11001100 | 1 | 1 | 0 | 10100 | 11011100 | 11 | 1001111 |
Color Harmonies of #C9CACC
Complementary color
Monochromatic Colors of #C9CACC
Black with #C9CACC
Text Example
Text Example
White with #C9CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CACC; }
p { color: rgb(201,202,204); }
H1.HeaderClassName
{
color: #C9CACC;
}
.AnyTagClassName
{
color: #C9CACC;
}
</style>
background-color css
<style>
a { background-color: #C9CACC; }
a { background-color: rgb(201,202,204); }
div.DivClassName
{
background-color: #C9CACC;
}
.BgClassName
{
background-color: #C9CACC;
}
</style>
border-color css
<style>
span { border-color: #C9CACC; }
span { border-color: rgb(201,202,204); }
td.TdClassName
{
border-color: #C9CACC;
}
.TagClassName
{
border-color: #C9CACC;
}
</style>