Shades of Link Water #C5C8CD
Tints of Link Water #C5C8CD
RGB
CMYK
RGB Variations
Color information
#C5C8CD (or 0xC5C8CD) is known color: Link Water. HEX triplet: C5, C8 and CD. RGB value is (197,200,205). Sum of RGB (Red+Green+Blue) = 197+200+205=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8CD is #3A3732. Grayscale: #C7C7C7. Windows color (decimal): -3815219 or 13486277. OLE color: 13486277.
HSL color Cylindrical-coordinate representation of color #C5C8CD: hue angle of 217.5º degrees, saturation: 0.07, 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 #C5C8CD is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 200 | 205 | - |
CMYK | 0.04 | 0.02 | 0 | 0.20 |
HSL | 217.5º | 0.07% | 0.79% | - |
HSV(B) | 217.5º | 0.04% | 0.8% | - |
XYZ | 54.7 | 57.59 | 65.99 | - |
YUV | 199.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 200 | 205 | 0.04 | 0.02 | 0 | 0.20 | 217.5 | 0.07 | 0.79 |
Hex | C5 | C8 | CD | 4 | 2 | 0 | 14 | DA | 7 | 4F |
Octal | 305 | 310 | 315 | 4 | 2 | 0 | 24 | 332 | 7 | 117 |
Binary | 11000101 | 11001000 | 11001101 | 100 | 10 | 0 | 10100 | 11011010 | 111 | 1001111 |
Color Harmonies of #C5C8CD
Complementary color
Monochromatic Colors of #C5C8CD
Black with #C5C8CD
Text Example
Text Example
White with #C5C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8CD; }
p { color: rgb(197,200,205); }
H1.HeaderClassName
{
color: #C5C8CD;
}
.AnyTagClassName
{
color: #C5C8CD;
}
</style>
background-color css
<style>
a { background-color: #C5C8CD; }
a { background-color: rgb(197,200,205); }
div.DivClassName
{
background-color: #C5C8CD;
}
.BgClassName
{
background-color: #C5C8CD;
}
</style>
border-color css
<style>
span { border-color: #C5C8CD; }
span { border-color: rgb(197,200,205); }
td.TdClassName
{
border-color: #C5C8CD;
}
.TagClassName
{
border-color: #C5C8CD;
}
</style>