Shades of Link Water #C0CBDA
Tints of Link Water #C0CBDA
RGB
CMYK
RGB Variations
Color information
#C0CBDA (or 0xC0CBDA) is known color: Link Water. HEX triplet: C0, CB and DA. RGB value is (192,203,218). Sum of RGB (Red+Green+Blue) = 192+203+218=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBDA is #3F3425. Grayscale: #C9C9C9. Windows color (decimal): -4142118 or 14339008. OLE color: 14339008.
HSL color Cylindrical-coordinate representation of color #C0CBDA: hue angle of 214.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CBDA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 203 | 218 | - |
CMYK | 0.12 | 0.07 | 0 | 0.15 |
HSL | 214.62º | 0.26% | 0.8% | - |
HSV(B) | 214.62º | 0.12% | 0.85% | - |
XYZ | 55.75 | 58.98 | 74.78 | - |
YUV | 201.42 | 137.36 | 121.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 203 | 218 | 0.12 | 0.07 | 0 | 0.15 | 214.62 | 0.26 | 0.8 |
Hex | C0 | CB | DA | C | 7 | 0 | F | D7 | 1A | 50 |
Octal | 300 | 313 | 332 | 14 | 7 | 0 | 17 | 327 | 32 | 120 |
Binary | 11000000 | 11001011 | 11011010 | 1100 | 111 | 0 | 1111 | 11010111 | 11010 | 1010000 |
Color Harmonies of #C0CBDA
Complementary color
Monochromatic Colors of #C0CBDA
Black with #C0CBDA
Text Example
Text Example
White with #C0CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBDA; }
p { color: rgb(192,203,218); }
H1.HeaderClassName
{
color: #C0CBDA;
}
.AnyTagClassName
{
color: #C0CBDA;
}
</style>
background-color css
<style>
a { background-color: #C0CBDA; }
a { background-color: rgb(192,203,218); }
div.DivClassName
{
background-color: #C0CBDA;
}
.BgClassName
{
background-color: #C0CBDA;
}
</style>
border-color css
<style>
span { border-color: #C0CBDA; }
span { border-color: rgb(192,203,218); }
td.TdClassName
{
border-color: #C0CBDA;
}
.TagClassName
{
border-color: #C0CBDA;
}
</style>