Shades of Link Water #C5CAD0
Tints of Link Water #C5CAD0
RGB
CMYK
RGB Variations
Color information
#C5CAD0 (or 0xC5CAD0) is known color: Link Water. HEX triplet: C5, CA and D0. RGB value is (197,202,208). Sum of RGB (Red+Green+Blue) = 197+202+208=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAD0 is #3A352F. Grayscale: #C9C9C9. Windows color (decimal): -3814704 or 13683397. OLE color: 13683397.
HSL color Cylindrical-coordinate representation of color #C5CAD0: hue angle of 212.73º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CAD0 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 202 | 208 | - |
CMYK | 0.05 | 0.03 | 0 | 0.18 |
HSL | 212.73º | 0.1% | 0.79% | - |
HSV(B) | 212.73º | 0.05% | 0.82% | - |
XYZ | 55.53 | 58.67 | 68.07 | - |
YUV | 201.19 | 131.84 | 125.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 208 | 0.05 | 0.03 | 0 | 0.18 | 212.73 | 0.1 | 0.79 |
Hex | C5 | CA | D0 | 5 | 3 | 0 | 12 | D5 | A | 4F |
Octal | 305 | 312 | 320 | 5 | 3 | 0 | 22 | 325 | 12 | 117 |
Binary | 11000101 | 11001010 | 11010000 | 101 | 11 | 0 | 10010 | 11010101 | 1010 | 1001111 |
Color Harmonies of #C5CAD0
Complementary color
Monochromatic Colors of #C5CAD0
Black with #C5CAD0
Text Example
Text Example
White with #C5CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAD0; }
p { color: rgb(197,202,208); }
H1.HeaderClassName
{
color: #C5CAD0;
}
.AnyTagClassName
{
color: #C5CAD0;
}
</style>
background-color css
<style>
a { background-color: #C5CAD0; }
a { background-color: rgb(197,202,208); }
div.DivClassName
{
background-color: #C5CAD0;
}
.BgClassName
{
background-color: #C5CAD0;
}
</style>
border-color css
<style>
span { border-color: #C5CAD0; }
span { border-color: rgb(197,202,208); }
td.TdClassName
{
border-color: #C5CAD0;
}
.TagClassName
{
border-color: #C5CAD0;
}
</style>