#C6CACD

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

Shades of Link Water #C6CACD

Tints of Link Water #C6CACD

Color information

#C6CACD (or 0xC6CACD) is unknown color: approx Link Water. HEX triplet: C6, CA and CD. RGB value is (198,202,205). Sum of RGB (Red+Green+Blue) = 198+202+205=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CACD is #393532. Grayscale: #C9C9C9. Windows color (decimal): -3749171 or 13486790. OLE color: 13486790.

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

Color convert

RGB198202205-
CMYK0.030.0100.20
HSL205.71º6.54%79.02%-
HSV(B)205.71º3.41%80.39%-
XYZ55.4358.6566.16-
YUV201.15130.17125.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=32.73%
G=33.39%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982022050.030.0100.20205.716.5479.02
HexC6CACD31014ce74f
Octal306312315310243167117
Binary110001101100101011001101111010100110011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CACD; }

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

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

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

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

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

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

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

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