#C5CBCF

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

Shades of Link Water #C5CBCF

Tints of Link Water #C5CBCF

Color information

#C5CBCF (or 0xC5CBCF) is unknown color: approx Link Water. HEX triplet: C5, CB and CF. RGB value is (197,203,207). Sum of RGB (Red+Green+Blue) = 197+203+207=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCF is #3A3430. Grayscale: #C9C9C9. Windows color (decimal): -3814449 or 13618117. OLE color: 13618117.

HSL color Cylindrical-coordinate representation of color #C5CBCF: hue angle of 204º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5CBCF is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197203207-
CMYK0.050.0200.19
HSL204º9.43%79.22%-
HSV(B)204º4.83%81.18%-
XYZ55.6459.0967.5-
YUV201.66131.01124.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=32.45%
G=33.44%
B=34.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972032070.050.0200.192049.4379.22
HexC5CBCF52013cc94f
Octal3053133175202331411117
Binary110001011100101111001111101100100111100110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBCF; }

 p { color: rgb(197,203,207); }

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

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

 a { background-color: rgb(197,203,207); }

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

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

 span { border-color: rgb(197,203,207); }

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