#C1C3C7

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

Shades of Link Water #C1C3C7

Tints of Link Water #C1C3C7

Color information

#C1C3C7 (or 0xC1C3C7) is unknown color: approx Link Water. HEX triplet: C1, C3 and C7. RGB value is (193,195,199). Sum of RGB (Red+Green+Blue) = 193+195+199=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 199 - color contains mainly: blue. Hex color #C1C3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C3C7 is #3E3C38. Grayscale: #C2C2C2. Windows color (decimal): -4078649 or 13091777. OLE color: 13091777.

HSL color Cylindrical-coordinate representation of color #C1C3C7: hue angle of 220º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1C3C7 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193195199-
CMYK0.030.0200.22
HSL220º5.08%76.86%-
HSV(B)220º3.02%78.04%-
XYZ51.8254.4961.82-
YUV194.86130.34126.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 199 (78.12% from 255) = 33.90%
R=32.88%
G=33.22%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931951990.030.0200.222205.0876.86
HexC1C3C732016dc54d
Octal301303307320263345115
Binary1100000111000011110001111110010110110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C3C7; }

 p { color: rgb(193,195,199); }

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

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

 a { background-color: rgb(193,195,199); }

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

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

 span { border-color: rgb(193,195,199); }

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