Shades of Link Water #C0CBDC
Tints of Link Water #C0CBDC
RGB
CMYK
RGB Variations
Color information
#C0CBDC (or 0xC0CBDC) is known color: Link Water. HEX triplet: C0, CB and DC. RGB value is (192,203,220). Sum of RGB (Red+Green+Blue) = 192+203+220=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDC is #3F3423. Grayscale: #C9C9C9. Windows color (decimal): -4142116 or 14470080. OLE color: 14470080.
HSL color Cylindrical-coordinate representation of color #C0CBDC: hue angle of 216.43º 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 #C0CBDC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 203 | 220 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.14 |
| HSL | 216.43º | 0.29% | 0.81% | - |
| HSV(B) | 216.43º | 0.13% | 0.86% | - |
| XYZ | 56.01 | 59.09 | 76.16 | - |
| YUV | 201.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 220 | 0.13 | 0.08 | 0 | 0.14 | 216.43 | 0.29 | 0.81 |
| Hex | C0 | CB | DC | D | 8 | 0 | E | D8 | 1D | 51 |
| Octal | 300 | 313 | 334 | 15 | 10 | 0 | 16 | 330 | 35 | 121 |
| Binary | 11000000 | 11001011 | 11011100 | 1101 | 1000 | 0 | 1110 | 11011000 | 11101 | 1010001 |
Color Harmonies of #C0CBDC
Complementary color
Monochromatic Colors of #C0CBDC
Black with #C0CBDC
Text Example
Text Example
White with #C0CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBDC; }
p { color: rgb(192,203,220); }
H1.HeaderClassName
{
color: #C0CBDC;
}
.AnyTagClassName
{
color: #C0CBDC;
}
</style>
background-color css
<style>
a { background-color: #C0CBDC; }
a { background-color: rgb(192,203,220); }
div.DivClassName
{
background-color: #C0CBDC;
}
.BgClassName
{
background-color: #C0CBDC;
}
</style>
border-color css
<style>
span { border-color: #C0CBDC; }
span { border-color: rgb(192,203,220); }
td.TdClassName
{
border-color: #C0CBDC;
}
.TagClassName
{
border-color: #C0CBDC;
}
</style>