Shades of Link Water #C0CADE
Tints of Link Water #C0CADE
RGB
CMYK
RGB Variations
Color information
#C0CADE (or 0xC0CADE) is known color: Link Water. HEX triplet: C0, CA and DE. RGB value is (192,202,222). Sum of RGB (Red+Green+Blue) = 192+202+222=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CADE is #3F3521. Grayscale: #C9C9C9. Windows color (decimal): -4142370 or 14600896. OLE color: 14600896.
HSL color Cylindrical-coordinate representation of color #C0CADE: hue angle of 220º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CADE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 202 | 222 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.13 |
| HSL | 220º | 0.31% | 0.81% | - |
| HSV(B) | 220º | 0.14% | 0.87% | - |
| XYZ | 56.04 | 58.72 | 77.49 | - |
| YUV | 201.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 222 | 0.14 | 0.09 | 0 | 0.13 | 220 | 0.31 | 0.81 |
| Hex | C0 | CA | DE | E | 9 | 0 | D | DC | 1F | 51 |
| Octal | 300 | 312 | 336 | 16 | 11 | 0 | 15 | 334 | 37 | 121 |
| Binary | 11000000 | 11001010 | 11011110 | 1110 | 1001 | 0 | 1101 | 11011100 | 11111 | 1010001 |
Color Harmonies of #C0CADE
Complementary color
Monochromatic Colors of #C0CADE
Black with #C0CADE
Text Example
Text Example
White with #C0CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CADE; }
p { color: rgb(192,202,222); }
H1.HeaderClassName
{
color: #C0CADE;
}
.AnyTagClassName
{
color: #C0CADE;
}
</style>
background-color css
<style>
a { background-color: #C0CADE; }
a { background-color: rgb(192,202,222); }
div.DivClassName
{
background-color: #C0CADE;
}
.BgClassName
{
background-color: #C0CADE;
}
</style>
border-color css
<style>
span { border-color: #C0CADE; }
span { border-color: rgb(192,202,222); }
td.TdClassName
{
border-color: #C0CADE;
}
.TagClassName
{
border-color: #C0CADE;
}
</style>