Shades of Link Water #C7C9CE
Tints of Link Water #C7C9CE
RGB
CMYK
RGB Variations
Color information
#C7C9CE (or 0xC7C9CE) is known color: Link Water. HEX triplet: C7, C9 and CE. RGB value is (199,201,206). Sum of RGB (Red+Green+Blue) = 199+201+206=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 201 (78.91% from 255 or 33.17% 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 #C7C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9CE is #383631. Grayscale: #C8C8C8. Windows color (decimal): -3683890 or 13552071. OLE color: 13552071.
HSL color Cylindrical-coordinate representation of color #C7C9CE: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7C9CE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 201 | 206 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.19 |
| HSL | 222.86º | 0.07% | 0.79% | - |
| HSV(B) | 222.86º | 0.03% | 0.81% | - |
| XYZ | 55.58 | 58.37 | 66.73 | - |
| YUV | 200.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 206 | 0.03 | 0.02 | 0 | 0.19 | 222.86 | 0.07 | 0.79 |
| Hex | C7 | C9 | CE | 3 | 2 | 0 | 13 | DF | 7 | 4F |
| Octal | 307 | 311 | 316 | 3 | 2 | 0 | 23 | 337 | 7 | 117 |
| Binary | 11000111 | 11001001 | 11001110 | 11 | 10 | 0 | 10011 | 11011111 | 111 | 1001111 |
Color Harmonies of #C7C9CE
Complementary color
Monochromatic Colors of #C7C9CE
Black with #C7C9CE
Text Example
Text Example
White with #C7C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9CE; }
p { color: rgb(199,201,206); }
H1.HeaderClassName
{
color: #C7C9CE;
}
.AnyTagClassName
{
color: #C7C9CE;
}
</style>
background-color css
<style>
a { background-color: #C7C9CE; }
a { background-color: rgb(199,201,206); }
div.DivClassName
{
background-color: #C7C9CE;
}
.BgClassName
{
background-color: #C7C9CE;
}
</style>
border-color css
<style>
span { border-color: #C7C9CE; }
span { border-color: rgb(199,201,206); }
td.TdClassName
{
border-color: #C7C9CE;
}
.TagClassName
{
border-color: #C7C9CE;
}
</style>