Shades of Link Water #C2C7CD
Tints of Link Water #C2C7CD
RGB
CMYK
RGB Variations
Color information
#C2C7CD (or 0xC2C7CD) is known color: Link Water. HEX triplet: C2, C7 and CD. RGB value is (194,199,205). Sum of RGB (Red+Green+Blue) = 194+199+205=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7CD is #3D3832. Grayscale: #C6C6C6. Windows color (decimal): -4012083 or 13486018. OLE color: 13486018.
HSL color Cylindrical-coordinate representation of color #C2C7CD: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C7CD is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 199 | 205 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.20 |
| HSL | 212.73º | 0.1% | 0.78% | - |
| HSV(B) | 212.73º | 0.05% | 0.8% | - |
| XYZ | 53.69 | 56.72 | 65.88 | - |
| YUV | 198.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 205 | 0.05 | 0.03 | 0 | 0.20 | 212.73 | 0.1 | 0.78 |
| Hex | C2 | C7 | CD | 5 | 3 | 0 | 14 | D5 | A | 4E |
| Octal | 302 | 307 | 315 | 5 | 3 | 0 | 24 | 325 | 12 | 116 |
| Binary | 11000010 | 11000111 | 11001101 | 101 | 11 | 0 | 10100 | 11010101 | 1010 | 1001110 |
Color Harmonies of #C2C7CD
Complementary color
Monochromatic Colors of #C2C7CD
Black with #C2C7CD
Text Example
Text Example
White with #C2C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7CD; }
p { color: rgb(194,199,205); }
H1.HeaderClassName
{
color: #C2C7CD;
}
.AnyTagClassName
{
color: #C2C7CD;
}
</style>
background-color css
<style>
a { background-color: #C2C7CD; }
a { background-color: rgb(194,199,205); }
div.DivClassName
{
background-color: #C2C7CD;
}
.BgClassName
{
background-color: #C2C7CD;
}
</style>
border-color css
<style>
span { border-color: #C2C7CD; }
span { border-color: rgb(194,199,205); }
td.TdClassName
{
border-color: #C2C7CD;
}
.TagClassName
{
border-color: #C2C7CD;
}
</style>