Shades of Link Water #C0CAD5
Tints of Link Water #C0CAD5
RGB
CMYK
RGB Variations
Color information
#C0CAD5 (or 0xC0CAD5) is known color: Link Water. HEX triplet: C0, CA and D5. RGB value is (192,202,213). Sum of RGB (Red+Green+Blue) = 192+202+213=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAD5 is #3F352A. Grayscale: #C8C8C8. Windows color (decimal): -4142379 or 14011072. OLE color: 14011072.
HSL color Cylindrical-coordinate representation of color #C0CAD5: hue angle of 211.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CAD5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 192 | 202 | 213 | - |
CMYK | 0.10 | 0.05 | 0 | 0.16 |
HSL | 211.43º | 0.2% | 0.79% | - |
HSV(B) | 211.43º | 0.1% | 0.84% | - |
XYZ | 54.87 | 58.25 | 71.3 | - |
YUV | 200.26 | 135.19 | 122.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 202 | 213 | 0.10 | 0.05 | 0 | 0.16 | 211.43 | 0.2 | 0.79 |
Hex | C0 | CA | D5 | A | 5 | 0 | 10 | D3 | 14 | 4F |
Octal | 300 | 312 | 325 | 12 | 5 | 0 | 20 | 323 | 24 | 117 |
Binary | 11000000 | 11001010 | 11010101 | 1010 | 101 | 0 | 10000 | 11010011 | 10100 | 1001111 |
Color Harmonies of #C0CAD5
Complementary color
Monochromatic Colors of #C0CAD5
Black with #C0CAD5
Text Example
Text Example
White with #C0CAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAD5; }
p { color: rgb(192,202,213); }
H1.HeaderClassName
{
color: #C0CAD5;
}
.AnyTagClassName
{
color: #C0CAD5;
}
</style>
background-color css
<style>
a { background-color: #C0CAD5; }
a { background-color: rgb(192,202,213); }
div.DivClassName
{
background-color: #C0CAD5;
}
.BgClassName
{
background-color: #C0CAD5;
}
</style>
border-color css
<style>
span { border-color: #C0CAD5; }
span { border-color: rgb(192,202,213); }
td.TdClassName
{
border-color: #C0CAD5;
}
.TagClassName
{
border-color: #C0CAD5;
}
</style>