Shades of Link Water #C5C8CC
Tints of Link Water #C5C8CC
RGB
CMYK
RGB Variations
Color information
#C5C8CC (or 0xC5C8CC) is known color: Link Water. HEX triplet: C5, C8 and CC. RGB value is (197,200,204). Sum of RGB (Red+Green+Blue) = 197+200+204=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8CC is #3A3733. Grayscale: #C7C7C7. Windows color (decimal): -3815220 or 13420741. OLE color: 13420741.
HSL color Cylindrical-coordinate representation of color #C5C8CC: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5C8CC is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 200 | 204 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.2 |
| HSL | 214.29º | 0.06% | 0.79% | - |
| HSV(B) | 214.29º | 0.03% | 0.8% | - |
| XYZ | 54.58 | 57.54 | 65.36 | - |
| YUV | 199.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 204 | 0.03 | 0.02 | 0 | 0.2 | 214.29 | 0.06 | 0.79 |
| Hex | C5 | C8 | CC | 3 | 2 | 0 | 14 | D6 | 6 | 4F |
| Octal | 305 | 310 | 314 | 3 | 2 | 0 | 24 | 326 | 6 | 117 |
| Binary | 11000101 | 11001000 | 11001100 | 11 | 10 | 0 | 10100 | 11010110 | 110 | 1001111 |
Color Harmonies of #C5C8CC
Complementary color
Monochromatic Colors of #C5C8CC
Black with #C5C8CC
Text Example
Text Example
White with #C5C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8CC; }
p { color: rgb(197,200,204); }
H1.HeaderClassName
{
color: #C5C8CC;
}
.AnyTagClassName
{
color: #C5C8CC;
}
</style>
background-color css
<style>
a { background-color: #C5C8CC; }
a { background-color: rgb(197,200,204); }
div.DivClassName
{
background-color: #C5C8CC;
}
.BgClassName
{
background-color: #C5C8CC;
}
</style>
border-color css
<style>
span { border-color: #C5C8CC; }
span { border-color: rgb(197,200,204); }
td.TdClassName
{
border-color: #C5C8CC;
}
.TagClassName
{
border-color: #C5C8CC;
}
</style>