#C6C7CD

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

Shades of Link Water #C6C7CD

Tints of Link Water #C6C7CD

Color information

#C6C7CD (or 0xC6C7CD) is unknown color: approx Link Water. HEX triplet: C6, C7 and CD. RGB value is (198,199,205). Sum of RGB (Red+Green+Blue) = 198+199+205=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7CD is #393832. Grayscale: #C7C7C7. Windows color (decimal): -3749939 or 13486022. OLE color: 13486022.

HSL color Cylindrical-coordinate representation of color #C6C7CD: hue angle of 231.43º 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 #C6C7CD is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198199205-
CMYK0.030.0300.20
HSL231.43º6.54%79.02%-
HSV(B)231.43º3.41%80.39%-
XYZ54.7357.2665.93-
YUV199.38131.17127.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=32.89%
G=33.06%
B=34.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981992050.030.0300.20231.436.5479.02
HexC6C7CD33014e774f
Octal306307315330243477117
Binary1100011011000111110011011111010100111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C7CD; }

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

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

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

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

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

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

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

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