Shades of Link Water #C0CADC
Tints of Link Water #C0CADC
RGB
CMYK
RGB Variations
Color information
#C0CADC (or 0xC0CADC) is known color: Link Water. HEX triplet: C0, CA and DC. RGB value is (192,202,220). Sum of RGB (Red+Green+Blue) = 192+202+220=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADC is #3F3523. Grayscale: #C8C8C8. Windows color (decimal): -4142372 or 14469824. OLE color: 14469824.
HSL color Cylindrical-coordinate representation of color #C0CADC: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0CADC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 202 | 220 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.14 |
| HSL | 218.57º | 0.29% | 0.81% | - |
| HSV(B) | 218.57º | 0.13% | 0.86% | - |
| XYZ | 55.78 | 58.61 | 76.08 | - |
| YUV | 201.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 220 | 0.13 | 0.08 | 0 | 0.14 | 218.57 | 0.29 | 0.81 |
| Hex | C0 | CA | DC | D | 8 | 0 | E | DB | 1D | 51 |
| Octal | 300 | 312 | 334 | 15 | 10 | 0 | 16 | 333 | 35 | 121 |
| Binary | 11000000 | 11001010 | 11011100 | 1101 | 1000 | 0 | 1110 | 11011011 | 11101 | 1010001 |
Color Harmonies of #C0CADC
Complementary color
Monochromatic Colors of #C0CADC
Black with #C0CADC
Text Example
Text Example
White with #C0CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CADC; }
p { color: rgb(192,202,220); }
H1.HeaderClassName
{
color: #C0CADC;
}
.AnyTagClassName
{
color: #C0CADC;
}
</style>
background-color css
<style>
a { background-color: #C0CADC; }
a { background-color: rgb(192,202,220); }
div.DivClassName
{
background-color: #C0CADC;
}
.BgClassName
{
background-color: #C0CADC;
}
</style>
border-color css
<style>
span { border-color: #C0CADC; }
span { border-color: rgb(192,202,220); }
td.TdClassName
{
border-color: #C0CADC;
}
.TagClassName
{
border-color: #C0CADC;
}
</style>