#C0C6D9

Color #C0C6D9 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #C0C6D9

Tints of Link Water #C0C6D9

Color information

#C0C6D9 (or 0xC0C6D9) is unknown color: approx Link Water. HEX triplet: C0, C6 and D9. RGB value is (192,198,217). Sum of RGB (Red+Green+Blue) = 192+198+217=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0C6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6D9 is #3F3926. Grayscale: #C6C6C6. Windows color (decimal): -4143399 or 14272192. OLE color: 14272192.

HSL color Cylindrical-coordinate representation of color #C0C6D9: hue angle of 225.6º degrees, saturation: 0.25, 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 #C0C6D9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192198217-
CMYK0.120.0900.15
HSL225.6º24.75%80.2%-
HSV(B)225.6º11.52%85.1%-
XYZ54.4656.673.7-
YUV198.37138.51123.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=31.63%
G=32.62%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921982170.120.0900.15225.624.7580.2
HexC0C6D9C90Fe21950
Octal300306331141101734231120
Binary110000001100011011011001110010010111111100010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6D9; }

 p { color: rgb(192,198,217); }

 H1.HeaderClassName
 {
   color: #C0C6D9;
 }
 .AnyTagClassName
 {
   color: #C0C6D9;
 }
</style>
background-color css

<style>
 a { background-color: #C0C6D9; }

 a { background-color: rgb(192,198,217); }

 div.DivClassName
 {
   background-color: #C0C6D9;
 }
 .BgClassName
 {
   background-color: #C0C6D9;
 }
</style>
border-color css

<style>
 span { border-color: #C0C6D9; }

 span { border-color: rgb(192,198,217); }

 td.TdClassName
 {
   border-color: #C0C6D9;
 }
 .TagClassName
 {
   border-color: #C0C6D9;
 }
</style>