#C1C6CD

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

Shades of Link Water #C1C6CD

Tints of Link Water #C1C6CD

Color information

#C1C6CD (or 0xC1C6CD) is unknown color: approx Link Water. HEX triplet: C1, C6 and CD. RGB value is (193,198,205). Sum of RGB (Red+Green+Blue) = 193+198+205=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C6CD is #3E3932. Grayscale: #C5C5C5. Windows color (decimal): -4077875 or 13485761. OLE color: 13485761.

HSL color Cylindrical-coordinate representation of color #C1C6CD: hue angle of 215º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1C6CD is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193198205-
CMYK0.060.0300.20
HSL215º10.71%78.04%-
HSV(B)215º5.85%80.39%-
XYZ53.2156.1365.79-
YUV197.3132.34124.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=32.38%
G=33.22%
B=34.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931982050.060.0300.2021510.7178.04
HexC1C6CD63014d7b4e
Octal3013063156302432713116
Binary110000011100011011001101110110101001101011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C6CD; }

 p { color: rgb(193,198,205); }

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

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

 a { background-color: rgb(193,198,205); }

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

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

 span { border-color: rgb(193,198,205); }

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