#C6C7CA

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

Shades of Link Water #C6C7CA

Tints of Link Water #C6C7CA

Color information

#C6C7CA (or 0xC6C7CA) is unknown color: approx Link Water. HEX triplet: C6, C7 and CA. RGB value is (198,199,202). Sum of RGB (Red+Green+Blue) = 198+199+202=599 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.06% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7CA is #393835. Grayscale: #C7C7C7. Windows color (decimal): -3749942 or 13289414. OLE color: 13289414.

HSL color Cylindrical-coordinate representation of color #C6C7CA: hue angle of 225º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C6C7CA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB198199202-
CMYK0.020.0100.21
HSL225º3.64%78.43%-
HSV(B)225º1.98%79.22%-
XYZ54.3757.1264.04-
YUV199.04129.67127.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.06%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=33.06%
G=33.22%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1981992020.020.0100.212253.6478.43
HexC6C7CA21015e144e
Octal306307312210253414116
Binary110001101100011111001010101010101111000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C7CA; }

 p { color: rgb(198,199,202); }

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

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

 a { background-color: rgb(198,199,202); }

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

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

 span { border-color: rgb(198,199,202); }

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