Shades of Link Water #C2C5CD
Tints of Link Water #C2C5CD
RGB
CMYK
RGB Variations
Color information
#C2C5CD (or 0xC2C5CD) is known color: Link Water. HEX triplet: C2, C5 and CD. RGB value is (194,197,205). Sum of RGB (Red+Green+Blue) = 194+197+205=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5CD is #3D3A32. Grayscale: #C4C4C4. Windows color (decimal): -4012595 or 13485506. OLE color: 13485506.
HSL color Cylindrical-coordinate representation of color #C2C5CD: hue angle of 223.64º 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 #C2C5CD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 197 | 205 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.20 |
| HSL | 223.64º | 0.1% | 0.78% | - |
| HSV(B) | 223.64º | 0.05% | 0.8% | - |
| XYZ | 53.23 | 55.81 | 65.72 | - |
| YUV | 197.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 205 | 0.05 | 0.04 | 0 | 0.20 | 223.64 | 0.1 | 0.78 |
| Hex | C2 | C5 | CD | 5 | 4 | 0 | 14 | E0 | A | 4E |
| Octal | 302 | 305 | 315 | 5 | 4 | 0 | 24 | 340 | 12 | 116 |
| Binary | 11000010 | 11000101 | 11001101 | 101 | 100 | 0 | 10100 | 11100000 | 1010 | 1001110 |
Color Harmonies of #C2C5CD
Complementary color
Monochromatic Colors of #C2C5CD
Black with #C2C5CD
Text Example
Text Example
White with #C2C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5CD; }
p { color: rgb(194,197,205); }
H1.HeaderClassName
{
color: #C2C5CD;
}
.AnyTagClassName
{
color: #C2C5CD;
}
</style>
background-color css
<style>
a { background-color: #C2C5CD; }
a { background-color: rgb(194,197,205); }
div.DivClassName
{
background-color: #C2C5CD;
}
.BgClassName
{
background-color: #C2C5CD;
}
</style>
border-color css
<style>
span { border-color: #C2C5CD; }
span { border-color: rgb(194,197,205); }
td.TdClassName
{
border-color: #C2C5CD;
}
.TagClassName
{
border-color: #C2C5CD;
}
</style>