Shades of Link Water #C4C8CD
Tints of Link Water #C4C8CD
RGB
CMYK
RGB Variations
Color information
#C4C8CD (or 0xC4C8CD) is known color: Link Water. HEX triplet: C4, C8 and CD. RGB value is (196,200,205). Sum of RGB (Red+Green+Blue) = 196+200+205=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8CD is #3B3732. Grayscale: #C7C7C7. Windows color (decimal): -3880755 or 13486276. OLE color: 13486276.
HSL color Cylindrical-coordinate representation of color #C4C8CD: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4C8CD is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 200 | 205 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.20 |
| HSL | 213.33º | 0.08% | 0.79% | - |
| HSV(B) | 213.33º | 0.04% | 0.8% | - |
| XYZ | 54.44 | 57.45 | 65.98 | - |
| YUV | 199.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 205 | 0.04 | 0.02 | 0 | 0.20 | 213.33 | 0.08 | 0.79 |
| Hex | C4 | C8 | CD | 4 | 2 | 0 | 14 | D5 | 8 | 4F |
| Octal | 304 | 310 | 315 | 4 | 2 | 0 | 24 | 325 | 10 | 117 |
| Binary | 11000100 | 11001000 | 11001101 | 100 | 10 | 0 | 10100 | 11010101 | 1000 | 1001111 |
Color Harmonies of #C4C8CD
Complementary color
Monochromatic Colors of #C4C8CD
Black with #C4C8CD
Text Example
Text Example
White with #C4C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8CD; }
p { color: rgb(196,200,205); }
H1.HeaderClassName
{
color: #C4C8CD;
}
.AnyTagClassName
{
color: #C4C8CD;
}
</style>
background-color css
<style>
a { background-color: #C4C8CD; }
a { background-color: rgb(196,200,205); }
div.DivClassName
{
background-color: #C4C8CD;
}
.BgClassName
{
background-color: #C4C8CD;
}
</style>
border-color css
<style>
span { border-color: #C4C8CD; }
span { border-color: rgb(196,200,205); }
td.TdClassName
{
border-color: #C4C8CD;
}
.TagClassName
{
border-color: #C4C8CD;
}
</style>