Shades of Link Water #C6CACE
Tints of Link Water #C6CACE
RGB
CMYK
RGB Variations
Color information
#C6CACE (or 0xC6CACE) is known color: Link Water. HEX triplet: C6, CA and CE. RGB value is (198,202,206). Sum of RGB (Red+Green+Blue) = 198+202+206=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CACE is #393531. Grayscale: #C9C9C9. Windows color (decimal): -3749170 or 13552326. OLE color: 13552326.
HSL color Cylindrical-coordinate representation of color #C6CACE: hue angle of 210º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CACE is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 202 | 206 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.19 |
| HSL | 210º | 0.08% | 0.79% | - |
| HSV(B) | 210º | 0.04% | 0.81% | - |
| XYZ | 55.55 | 58.7 | 66.8 | - |
| YUV | 201.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 206 | 0.04 | 0.02 | 0 | 0.19 | 210 | 0.08 | 0.79 |
| Hex | C6 | CA | CE | 4 | 2 | 0 | 13 | D2 | 8 | 4F |
| Octal | 306 | 312 | 316 | 4 | 2 | 0 | 23 | 322 | 10 | 117 |
| Binary | 11000110 | 11001010 | 11001110 | 100 | 10 | 0 | 10011 | 11010010 | 1000 | 1001111 |
Color Harmonies of #C6CACE
Complementary color
Monochromatic Colors of #C6CACE
Black with #C6CACE
Text Example
Text Example
White with #C6CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CACE; }
p { color: rgb(198,202,206); }
H1.HeaderClassName
{
color: #C6CACE;
}
.AnyTagClassName
{
color: #C6CACE;
}
</style>
background-color css
<style>
a { background-color: #C6CACE; }
a { background-color: rgb(198,202,206); }
div.DivClassName
{
background-color: #C6CACE;
}
.BgClassName
{
background-color: #C6CACE;
}
</style>
border-color css
<style>
span { border-color: #C6CACE; }
span { border-color: rgb(198,202,206); }
td.TdClassName
{
border-color: #C6CACE;
}
.TagClassName
{
border-color: #C6CACE;
}
</style>