Shades of Link Water #C5C7CD
Tints of Link Water #C5C7CD
RGB
CMYK
RGB Variations
Color information
#C5C7CD (or 0xC5C7CD) is known color: Link Water. HEX triplet: C5, C7 and CD. RGB value is (197,199,205). Sum of RGB (Red+Green+Blue) = 197+199+205=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 199 (78.12% from 255 or 33.11% 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 #C5C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7CD is #3A3832. Grayscale: #C7C7C7. Windows color (decimal): -3815475 or 13486021. OLE color: 13486021.
HSL color Cylindrical-coordinate representation of color #C5C7CD: hue angle of 225º 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 #C5C7CD is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 199 | 205 | - |
CMYK | 0.04 | 0.03 | 0 | 0.20 |
HSL | 225º | 0.07% | 0.79% | - |
HSV(B) | 225º | 0.04% | 0.8% | - |
XYZ | 54.47 | 57.12 | 65.91 | - |
YUV | 199.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 199 | 205 | 0.04 | 0.03 | 0 | 0.20 | 225 | 0.07 | 0.79 |
Hex | C5 | C7 | CD | 4 | 3 | 0 | 14 | E1 | 7 | 4F |
Octal | 305 | 307 | 315 | 4 | 3 | 0 | 24 | 341 | 7 | 117 |
Binary | 11000101 | 11000111 | 11001101 | 100 | 11 | 0 | 10100 | 11100001 | 111 | 1001111 |
Color Harmonies of #C5C7CD
Complementary color
Monochromatic Colors of #C5C7CD
Black with #C5C7CD
Text Example
Text Example
White with #C5C7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7CD; }
p { color: rgb(197,199,205); }
H1.HeaderClassName
{
color: #C5C7CD;
}
.AnyTagClassName
{
color: #C5C7CD;
}
</style>
background-color css
<style>
a { background-color: #C5C7CD; }
a { background-color: rgb(197,199,205); }
div.DivClassName
{
background-color: #C5C7CD;
}
.BgClassName
{
background-color: #C5C7CD;
}
</style>
border-color css
<style>
span { border-color: #C5C7CD; }
span { border-color: rgb(197,199,205); }
td.TdClassName
{
border-color: #C5C7CD;
}
.TagClassName
{
border-color: #C5C7CD;
}
</style>